rasmus                                   Mon, 09 Nov 2009 16:47:47 +0000

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

Log:
Fix bug #50128

Bug: http://bugs.php.net/50128 (Open) Wrong use of PHPT (EXPECT) 
ext/standard/tests/general_functions/...
      
Changed paths:
    U   
php/php-src/branches/PHP_5_2/ext/standard/tests/general_functions/is_callable_basic1.phpt

Modified: 
php/php-src/branches/PHP_5_2/ext/standard/tests/general_functions/is_callable_basic1.phpt
===================================================================
--- 
php/php-src/branches/PHP_5_2/ext/standard/tests/general_functions/is_callable_basic1.phpt
   2009-11-09 16:37:01 UTC (rev 290430)
+++ 
php/php-src/branches/PHP_5_2/ext/standard/tests/general_functions/is_callable_basic1.phpt
   2009-11-09 16:47:47 UTC (rev 290431)
@@ -64,7 +64,7 @@

 ?>
 ===DONE===
---EXPECT---
+--EXPECT--
 *** Testing is_callable() on defined functions ***
 -- Iteration  1 --
 bool(true)
@@ -106,4 +106,4 @@
 bool(true)
 bool(true)
 Hello_World
-===DONE===
\ No newline at end of file
+===DONE===

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

Reply via email to