From: Tjerk Meesters Date: Sat, 6 Sep 2014 10:56:22 +0000 (+0800) Subject: Added test case to complement commit 29397f8 X-Git-Tag: PRE_PHP7_REMOVALS~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47ac4612e9d30b9b870b96c9ad45fa68a605cbad;p=php Added test case to complement commit 29397f8 --- diff --git a/Zend/tests/concat_002.phpt b/Zend/tests/concat_002.phpt new file mode 100644 index 0000000000..3cb182ee7d --- /dev/null +++ b/Zend/tests/concat_002.phpt @@ -0,0 +1,24 @@ +--TEST-- +Stress test $x .= $x +--FILE-- + +--EXPECT-- +int(33554432) +Done +