From d6fd508045547583f8cfc3b2e7fd09a465771060 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Mon, 9 Nov 2009 16:47:47 +0000 Subject: [PATCH] Fix bug #50128 --- ext/standard/tests/general_functions/is_callable_basic1.phpt | 4 ++-- 1 file 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=== -- 2.40.0