summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-07-13 09:13:58 +0000
committerAntony Dovgal <tony2001@php.net>2007-07-13 09:13:58 +0000
commit71148ce26870ddca7b0b97a49c16205ec6fff1ac (patch)
tree2fa7c400766e9bda21774db5ed1b182638e5587d
parent1d0a4b2fe74eb46fe7cb08361432b9d3e64f08f1 (diff)
downloadphp-git-71148ce26870ddca7b0b97a49c16205ec6fff1ac.tar.gz
fix test
-rwxr-xr-xext/standard/tests/general_functions/call_user_func_return.phpt4
1 files 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===