johannes                Mon Oct  1 15:01:47 2007 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/standard/tests/general_functions       error_get_last.phpt 
  Log:
  - Fix test
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/error_get_last.phpt?r1=1.1.2.2.2.1&r2=1.1.2.2.2.2&diff_format=u
Index: php-src/ext/standard/tests/general_functions/error_get_last.phpt
diff -u 
php-src/ext/standard/tests/general_functions/error_get_last.phpt:1.1.2.2.2.1 
php-src/ext/standard/tests/general_functions/error_get_last.phpt:1.1.2.2.2.2
--- 
php-src/ext/standard/tests/general_functions/error_get_last.phpt:1.1.2.2.2.1    
    Mon Oct  1 12:40:54 2007
+++ php-src/ext/standard/tests/general_functions/error_get_last.phpt    Mon Oct 
 1 15:01:47 2007
@@ -24,7 +24,7 @@
   ["message"]=>
   string(54) "error_get_last() expects exactly 0 parameters, 1 given"
   ["file"]=>
-  string(78) "%s"
+  string(%i) "%s"
   ["line"]=>
   int(4)
 }
@@ -36,7 +36,7 @@
   ["message"]=>
   string(21) "Undefined variable: b"
   ["file"]=>
-  string(78) "%s"
+  string(%i) "%s"
   ["line"]=>
   int(7)
 }

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

Reply via email to