diff options
| author | Andi Gutmans <andi@php.net> | 2004-10-20 22:55:57 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 2004-10-20 22:55:57 +0000 |
| commit | 086e95138729a0107a9a695efbaef0b1fd2b6557 (patch) | |
| tree | e1cf8234aa344555e067cf8bb25778963a305f9c /tests/classes | |
| parent | 0818faee7f4f3501b5521e31a830e647cea2d1ec (diff) | |
| download | php-git-086e95138729a0107a9a695efbaef0b1fd2b6557.tar.gz | |
- Fix test
Diffstat (limited to 'tests/classes')
| -rw-r--r-- | tests/classes/interface_method_private.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/interface_method_private.phpt b/tests/classes/interface_method_private.phpt index f0f671b524..aa46a033a6 100644 --- a/tests/classes/interface_method_private.phpt +++ b/tests/classes/interface_method_private.phpt @@ -12,4 +12,4 @@ interface if_a { ?> --EXPECTF-- -Fatal error: Access type for interface method if_a::err() must be omitted or declared public in %s on line %d +Fatal error: Access type for interface method if_a::err() must be omitted in %s on line %d |
