From: Felipe Pena Date: Sat, 23 Feb 2008 21:51:37 +0000 (+0000) Subject: Fixed tests (new error message - E_DEPRECATED) X-Git-Tag: RELEASE_2_0_0a1~357 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e97f7311a8499024318a76f35c4c53f71b924d9a;p=php Fixed tests (new error message - E_DEPRECATED) --- diff --git a/ext/spl/tests/dllist_001.phpt b/ext/spl/tests/dllist_001.phpt index 58dc67acf1..b3d1ef20af 100644 --- a/ext/spl/tests/dllist_001.phpt +++ b/ext/spl/tests/dllist_001.phpt @@ -59,9 +59,9 @@ echo count($dll)."\n"; ===DONE=== --EXPECTF-- -Strict Standards: Call-time pass-by-reference has been deprecated in %s on line %d +Deprecated: Call-time pass-by-reference has been deprecated in %s on line %d -Strict Standards: Call-time pass-by-reference has been deprecated in %s on line %d +Deprecated: Call-time pass-by-reference has been deprecated in %s on line %d Exception: Can't pop from an empty datastructure Exception: Can't shift from an empty datastructure 3 diff --git a/ext/spl/tests/dllist_004.phpt b/ext/spl/tests/dllist_004.phpt index a9926a7b56..bf28106bcd 100644 --- a/ext/spl/tests/dllist_004.phpt +++ b/ext/spl/tests/dllist_004.phpt @@ -53,7 +53,7 @@ echo count($stack)."\n"; ===DONE=== --EXPECTF-- -Strict Standards: Call-time pass-by-reference has been deprecated in %s on line %d +Deprecated: Call-time pass-by-reference has been deprecated in %s on line %d Exception: Can't pop from an empty datastructure Exception: Can't shift from an empty datastructure 3 diff --git a/ext/spl/tests/dllist_005.phpt b/ext/spl/tests/dllist_005.phpt index bde5c58ad9..3883bbca13 100644 --- a/ext/spl/tests/dllist_005.phpt +++ b/ext/spl/tests/dllist_005.phpt @@ -53,7 +53,7 @@ echo count($queue)."\n"; ===DONE=== --EXPECTF-- -Strict Standards: Call-time pass-by-reference has been deprecated in %s on line %d +Deprecated: Call-time pass-by-reference has been deprecated in %s on line %d Exception: Can't shift from an empty datastructure Exception: Can't shift from an empty datastructure 2