summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2009-11-09 16:47:47 +0000
committerRasmus Lerdorf <rasmus@php.net>2009-11-09 16:47:47 +0000
commitd6fd508045547583f8cfc3b2e7fd09a465771060 (patch)
tree9530f6132f9d8678399d2e33ce53094bacfcdbbf
parentcd1195c44e1ff6cbd4d1229b3d47cbad5e255889 (diff)
downloadphp-git-d6fd508045547583f8cfc3b2e7fd09a465771060.tar.gz
Fix bug #50128
-rw-r--r--ext/standard/tests/general_functions/is_callable_basic1.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/general_functions/is_callable_basic1.phpt b/ext/standard/tests/general_functions/is_callable_basic1.phpt
index e836d734f6..fe4d6e26e3 100644
--- a/ext/standard/tests/general_functions/is_callable_basic1.phpt
+++ b/ext/standard/tests/general_functions/is_callable_basic1.phpt
@@ -64,7 +64,7 @@ check_iscallable($defined_functions);
?>
===DONE===
---EXPECT---
+--EXPECT--
*** Testing is_callable() on defined functions ***
-- Iteration 1 --
bool(true)
@@ -106,4 +106,4 @@ Hello_World
bool(true)
bool(true)
Hello_World
-===DONE=== \ No newline at end of file
+===DONE===