From e97f7311a8499024318a76f35c4c53f71b924d9a Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sat, 23 Feb 2008 21:51:37 +0000 Subject: [PATCH] Fixed tests (new error message - E_DEPRECATED) --- ext/spl/tests/dllist_001.phpt | 4 ++-- ext/spl/tests/dllist_004.phpt | 2 +- ext/spl/tests/dllist_005.phpt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.50.1