From: Antony Dovgal Date: Tue, 11 Mar 2008 10:40:37 +0000 (+0000) Subject: some more tests X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~621 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6204a10e79395ca6fb064a5646aff31f017cfd26;p=php some more tests --- diff --git a/Zend/tests/assign_to_var_001.phpt b/Zend/tests/assign_to_var_001.phpt new file mode 100644 index 0000000000..d37ebbcbd8 --- /dev/null +++ b/Zend/tests/assign_to_var_001.phpt @@ -0,0 +1,18 @@ +--TEST-- +complex cases of variable assignment - 001 +--FILE-- + +--EXPECTF-- +int(2) +int(2) +Done diff --git a/Zend/tests/assign_to_var_002.phpt b/Zend/tests/assign_to_var_002.phpt new file mode 100644 index 0000000000..e682765e53 --- /dev/null +++ b/Zend/tests/assign_to_var_002.phpt @@ -0,0 +1,18 @@ +--TEST-- +complex cases of variable assignment - 002 +--FILE-- + +--EXPECTF-- +string(1) "g" +string(1) "g" +Done diff --git a/Zend/tests/assign_to_var_003.phpt b/Zend/tests/assign_to_var_003.phpt new file mode 100644 index 0000000000..911ee0bb8e --- /dev/null +++ b/Zend/tests/assign_to_var_003.phpt @@ -0,0 +1,18 @@ +--TEST-- +complex cases of variable assignment - 003 +--FILE-- + +--EXPECTF-- +NULL +NULL +Done diff --git a/Zend/tests/assign_to_var_004.phpt b/Zend/tests/assign_to_var_004.phpt new file mode 100644 index 0000000000..787362acc4 --- /dev/null +++ b/Zend/tests/assign_to_var_004.phpt @@ -0,0 +1,22 @@ +--TEST-- +complex cases of variable assignment - 004 +--FILE-- + +--EXPECTF-- +string(5) "space" +string(5) "space" +string(5) "space" +Done