diff options
Diffstat (limited to 'Zend/tests/objects_012.phpt')
-rw-r--r-- | Zend/tests/objects_012.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/objects_012.phpt b/Zend/tests/objects_012.phpt index 95cce3eca9..dd5f149c42 100644 --- a/Zend/tests/objects_012.phpt +++ b/Zend/tests/objects_012.phpt @@ -11,5 +11,5 @@ interface bar extends foo { echo "Done\n"; ?> ---EXPECTF-- +--EXPECTF-- Fatal error: bar cannot implement foo - it is not an interface in %s on line %d |