iliaa                                    Wed, 26 May 2010 11:00:05 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=299779

Log:
Fixed test

Changed paths:
    U   php/php-src/trunk/tests/classes/type_hinting_003.phpt

Modified: php/php-src/trunk/tests/classes/type_hinting_003.phpt
===================================================================
--- php/php-src/trunk/tests/classes/type_hinting_003.phpt       2010-05-26 
10:30:03 UTC (rev 299778)
+++ php/php-src/trunk/tests/classes/type_hinting_003.phpt       2010-05-26 
11:00:05 UTC (rev 299779)
@@ -57,4 +57,4 @@
   int(25)
 }

-Catchable fatal error: Argument 1 passed to Test::f1() must be an array, 
integer given, called in %stype_hinting_003.php on line %d and defined in 
%stype_hinting_003.php on line %d
+Catchable fatal error: Argument 1 passed to Test::f1() must be of the type 
array, integer given, called in %s on line %d and defined in %s on line %d

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

Reply via email to