diff options
| author | Thies C. Arntzen <thies@php.net> | 2001-06-21 18:58:55 +0000 |
|---|---|---|
| committer | Thies C. Arntzen <thies@php.net> | 2001-06-21 18:58:55 +0000 |
| commit | d34453258ddadfd5b91fcbe72b704178cb4bb47e (patch) | |
| tree | 6584983ba7bb3658f52eefee8925fcd2f150ad25 | |
| parent | bd4f32cf126b53345c5a4a8f8a9431fcb2144ed1 (diff) | |
| download | php-git-d34453258ddadfd5b91fcbe72b704178cb4bb47e.tar.gz | |
fixed.
| -rw-r--r-- | tests/lang/028.phpt | 2 |
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"; ?> |
