From 71148ce26870ddca7b0b97a49c16205ec6fff1ac Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 13 Jul 2007 09:13:58 +0000 Subject: [PATCH] fix test --- .../tests/general_functions/call_user_func_return.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/standard/tests/general_functions/call_user_func_return.phpt b/ext/standard/tests/general_functions/call_user_func_return.phpt index 6285b22a7a..22dbac9b11 100755 --- a/ext/standard/tests/general_functions/call_user_func_return.phpt +++ b/ext/standard/tests/general_functions/call_user_func_return.phpt @@ -40,7 +40,7 @@ string(5) "test1" refcount(1) Direct Call string(5) "test2" refcount(2) User Func -string(5) "test2" refcount(2) +string(5) "test2" refcount(1) ===DONE=== --UEXPECTF-- Direct Call @@ -50,5 +50,5 @@ unicode(5) "test1" { 0074 0065 0073 0074 0031 } refcount(1) Direct Call unicode(5) "test2" { 0074 0065 0073 0074 0032 } refcount(2) User Func -unicode(5) "test2" { 0074 0065 0073 0074 0032 } refcount(2) +unicode(5) "test2" { 0074 0065 0073 0074 0032 } refcount(1) ===DONE=== -- 2.50.1