johannes                                 Sat, 29 May 2010 20:34:25 +0000

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

Log:
- Fix tests

Changed paths:
    U   
php/php-src/trunk/ext/reflection/tests/ReflectionClass_newInstanceArgs_002.phpt
    U   
php/php-src/trunk/ext/reflection/tests/ReflectionMethod_invokeArgs_error2.phpt

Modified: 
php/php-src/trunk/ext/reflection/tests/ReflectionClass_newInstanceArgs_002.phpt
===================================================================
--- 
php/php-src/trunk/ext/reflection/tests/ReflectionClass_newInstanceArgs_002.phpt 
    2010-05-29 20:01:08 UTC (rev 299936)
+++ 
php/php-src/trunk/ext/reflection/tests/ReflectionClass_newInstanceArgs_002.phpt 
    2010-05-29 20:34:25 UTC (rev 299937)
@@ -17,4 +17,4 @@
 ?>
 --EXPECTF--

-Catchable fatal error: Argument 1 passed to ReflectionClass::newInstanceArgs() 
must be an array, string given in %s on line 8
+Catchable fatal error: Argument 1 passed to ReflectionClass::newInstanceArgs() 
must be of the type array, string given in %s on line 8

Modified: 
php/php-src/trunk/ext/reflection/tests/ReflectionMethod_invokeArgs_error2.phpt
===================================================================
--- 
php/php-src/trunk/ext/reflection/tests/ReflectionMethod_invokeArgs_error2.phpt  
    2010-05-29 20:01:08 UTC (rev 299936)
+++ 
php/php-src/trunk/ext/reflection/tests/ReflectionMethod_invokeArgs_error2.phpt  
    2010-05-29 20:34:25 UTC (rev 299937)
@@ -24,4 +24,4 @@

 ?>
 --EXPECTF--
-Catchable fatal error: Argument 2 passed to ReflectionMethod::invokeArgs() 
must be an array, boolean given in %s on line %d
+Catchable fatal error: Argument 2 passed to ReflectionMethod::invokeArgs() 
must be of the type array, boolean given 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