From: Antony Dovgal Date: Tue, 11 Mar 2008 10:40:23 +0000 (+0000) Subject: some more tests X-Git-Tag: RELEASE_2_0_0a1~174 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d020470bb5697efe4e9dd79913706b3966ed3f3;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..c905161385 --- /dev/null +++ b/Zend/tests/assign_to_var_002.phpt @@ -0,0 +1,22 @@ +--TEST-- +complex cases of variable assignment - 002 +--FILE-- + +--EXPECTF-- +string(1) "g" +string(1) "g" +Done +--UEXPECTF-- +unicode(1) "g" +unicode(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..73a39a7632 --- /dev/null +++ b/Zend/tests/assign_to_var_004.phpt @@ -0,0 +1,27 @@ +--TEST-- +complex cases of variable assignment - 004 +--FILE-- + +--EXPECTF-- +string(5) "space" +string(5) "space" +string(5) "space" +Done +--UEXPECTF-- +unicode(5) "space" +unicode(5) "space" +unicode(5) "space" +Done