summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>2001-06-21 18:58:55 +0000
committerThies C. Arntzen <thies@php.net>2001-06-21 18:58:55 +0000
commitd34453258ddadfd5b91fcbe72b704178cb4bb47e (patch)
tree6584983ba7bb3658f52eefee8925fcd2f150ad25 /tests
parentbd4f32cf126b53345c5a4a8f8a9431fcb2144ed1 (diff)
downloadphp-git-d34453258ddadfd5b91fcbe72b704178cb4bb47e.tar.gz
fixed.
Diffstat (limited to 'tests')
-rw-r--r--tests/lang/028.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/028.phpt b/tests/lang/028.phpt
index 11ba831601..4d95960dd3 100644
--- a/tests/lang/028.phpt
+++ b/tests/lang/028.phpt
@@ -51,7 +51,7 @@ endfor;
$dafna = new dafna_class();
-print $name=call_user_method("GetMyName", $dafna);
+print $name=call_user_func(array(&$dafna,"GetMyName"));
print "\n";
?>