helly           Sun May 21 11:38:24 2006 UTC

  Modified files:              
    /php-src/tests/lang catchable_error_002.phpt 
  Log:
  - Fix unicode expectations
  
http://cvs.php.net/viewcvs.cgi/php-src/tests/lang/catchable_error_002.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/tests/lang/catchable_error_002.phpt
diff -u php-src/tests/lang/catchable_error_002.phpt:1.4 
php-src/tests/lang/catchable_error_002.phpt:1.5
--- php-src/tests/lang/catchable_error_002.phpt:1.4     Sun May 21 11:23:35 2006
+++ php-src/tests/lang/catchable_error_002.phpt Sun May 21 11:38:24 2006
@@ -25,7 +25,7 @@
   [0]=>
   int(4096)
   [1]=>
-  string(%d) "Argument 1 passed to blah() must be an instance of Foo, instance 
of stdClass given, called in %scatchable_error_002.php on line 17 and defined"
+  string(%d) "Argument 1 passed to blah() must be an instance of Foo, instance 
of stdClass given, called in %scatchable_error_002.php on line %d and defined"
   [2]=>
   string(%d) "%scatchable_error_002.php"
   [3]=>
@@ -40,7 +40,7 @@
   [0]=>
   int(4096)
   [1]=>
-  unicode(%d) "Argument 1 passed to blah() must be an instance of Foo, called 
in %scatchable_error_002.php on line 17 and defined"
+  unicode(%d) "Argument 1 passed to blah() must be an instance of Foo, 
instance of stdClass given, called in %scatchable_error_002.php on line %d and 
defined"
   [2]=>
   unicode(%d) "%scatchable_error_002.php"
   [3]=>

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

Reply via email to