felipe          Sat Feb 23 19:26:08 2008 UTC

  Modified files:              
    /php-src/ext/standard/tests/general_functions       
                                                        debug_zval_dump_b.phpt 
  Log:
  Fixed tests (new error message - E_DEPRECATED)
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/debug_zval_dump_b.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/standard/tests/general_functions/debug_zval_dump_b.phpt
diff -u php-src/ext/standard/tests/general_functions/debug_zval_dump_b.phpt:1.4 
php-src/ext/standard/tests/general_functions/debug_zval_dump_b.phpt:1.5
--- php-src/ext/standard/tests/general_functions/debug_zval_dump_b.phpt:1.4     
Tue May 15 14:24:39 2007
+++ php-src/ext/standard/tests/general_functions/debug_zval_dump_b.phpt Sat Feb 
23 19:26:08 2008
@@ -102,7 +102,7 @@
 echo "Done\n";
 ?>
 --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
 *** Testing debug_zval_dump() on scalar and non-scalar variables ***
 -- Iteration 1 --
 long(0) refcount(3)
@@ -383,7 +383,7 @@
 &resource(%d) of type (stream) refcount(2)
 Done
 --UEXPECTF--
-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
 *** Testing debug_zval_dump() on scalar and non-scalar variables ***
 -- Iteration 1 --
 long(0) refcount(3)

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

Reply via email to