From: Antony Dovgal Date: Tue, 18 Mar 2008 14:50:14 +0000 (+0000) Subject: remove ze1_compat tests X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~546 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40a7a6005b23153a449fad149aca0ebb78c1c0fb;p=php remove ze1_compat tests --- diff --git a/Zend/tests/bug42119.phpt b/Zend/tests/bug42119.phpt deleted file mode 100755 index 79d70f0aed..0000000000 --- a/Zend/tests/bug42119.phpt +++ /dev/null @@ -1,19 +0,0 @@ ---TEST-- -Bug #42119 (array_push($arr,&$obj) doesn't work with zend.ze1_compatibility_mode On) ---INI-- -allow_call_time_pass_reference=1 -zend.ze1_compatibility_mode=1 ---FILE-- -item = 2; -echo $arr[0]->item,"\n"; -?> ---EXPECT-- -2 diff --git a/Zend/tests/clone_uncloneable.phpt b/Zend/tests/clone_uncloneable.phpt deleted file mode 100644 index 1549b344ff..0000000000 --- a/Zend/tests/clone_uncloneable.phpt +++ /dev/null @@ -1,20 +0,0 @@ ---TEST-- -cloning uncloneable object ---SKIPIF-- - ---INI-- -zend.ze1_compatibility_mode=1 ---FILE-- - ---EXPECTF-- -Deprecated: Assigning the return value of new by reference is deprecated in %s on line %d - -Strict Standards: Implicit cloning object of class 'XSLTProcessor' because of 'zend.ze1_compatibility_mode' in %s on line %d - -Fatal error: Trying to clone uncloneable object of class XSLTProcessor in Unknown on line 0