From 8dd749fc65b6e56fa189efc3ac002d85f90fd93a Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 21 May 2006 11:38:24 +0000 Subject: - Fix unicode expectations --- tests/lang/catchable_error_002.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/lang') diff --git a/tests/lang/catchable_error_002.phpt b/tests/lang/catchable_error_002.phpt index cbabde893b..f81eae5d6f 100644 --- a/tests/lang/catchable_error_002.phpt +++ b/tests/lang/catchable_error_002.phpt @@ -25,7 +25,7 @@ array(5) { [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 @@ array(5) { [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]=> -- cgit v1.2.1