felipe          Sat Feb 23 21:51:37 2008 UTC

  Modified files:              
    /php-src/ext/spl/tests      dllist_001.phpt dllist_004.phpt 
                                dllist_005.phpt 
  Log:
  Fixed tests (new error message - E_DEPRECATED)
  
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/dllist_001.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/tests/dllist_001.phpt
diff -u php-src/ext/spl/tests/dllist_001.phpt:1.1 
php-src/ext/spl/tests/dllist_001.phpt:1.2
--- php-src/ext/spl/tests/dllist_001.phpt:1.1   Tue Jan 15 09:37:50 2008
+++ php-src/ext/spl/tests/dllist_001.phpt       Sat Feb 23 21:51:37 2008
@@ -59,9 +59,9 @@
 ===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
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/dllist_004.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/tests/dllist_004.phpt
diff -u php-src/ext/spl/tests/dllist_004.phpt:1.1 
php-src/ext/spl/tests/dllist_004.phpt:1.2
--- php-src/ext/spl/tests/dllist_004.phpt:1.1   Tue Jan 15 09:37:50 2008
+++ php-src/ext/spl/tests/dllist_004.phpt       Sat Feb 23 21:51:37 2008
@@ -53,7 +53,7 @@
 ===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
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/dllist_005.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/tests/dllist_005.phpt
diff -u php-src/ext/spl/tests/dllist_005.phpt:1.1 
php-src/ext/spl/tests/dllist_005.phpt:1.2
--- php-src/ext/spl/tests/dllist_005.phpt:1.1   Tue Jan 15 09:37:50 2008
+++ php-src/ext/spl/tests/dllist_005.phpt       Sat Feb 23 21:51:37 2008
@@ -53,7 +53,7 @@
 ===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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to