]> granicus.if.org Git - php/commitdiff
fix test
authorAntony Dovgal <tony2001@php.net>
Fri, 13 Jul 2007 09:13:58 +0000 (09:13 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 13 Jul 2007 09:13:58 +0000 (09:13 +0000)
ext/standard/tests/general_functions/call_user_func_return.phpt

index 6285b22a7ad52e94b76b0597a2c5ed361d8b1aee..22dbac9b11fc0133dc31a69c17cf0165d8cd42e1 100755 (executable)
@@ -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===