]> granicus.if.org Git - php/commitdiff
Fixed tests (new error message - E_DEPRECATED)
authorFelipe Pena <felipe@php.net>
Sat, 23 Feb 2008 21:51:37 +0000 (21:51 +0000)
committerFelipe Pena <felipe@php.net>
Sat, 23 Feb 2008 21:51:37 +0000 (21:51 +0000)
ext/spl/tests/dllist_001.phpt
ext/spl/tests/dllist_004.phpt
ext/spl/tests/dllist_005.phpt

index 58dc67acf1a0f4d7b1a322baf300fbc96e95022d..b3d1ef20af3fa48df5538da69d475ffb138001d0 100644 (file)
@@ -59,9 +59,9 @@ echo count($dll)."\n";
 ===DONE===
 <?php exit(0); ?>
 --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
index a9926a7b5613e024155bf02d833f736a2f1f3458..bf28106bcdc9244085cf47a83c257dc10014ffb0 100644 (file)
@@ -53,7 +53,7 @@ echo count($stack)."\n";
 ===DONE===
 <?php exit(0); ?>
 --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
index bde5c58ad9a6a196eaec7c4815d67033bde73ff6..3883bbca13aacc6bf61d59d91f7cf76045913931 100644 (file)
@@ -53,7 +53,7 @@ echo count($queue)."\n";
 ===DONE===
 <?php exit(0); ?>
 --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