diff options
author | Marcus Boerger <helly@php.net> | 2006-05-21 11:23:35 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-05-21 11:23:35 +0000 |
commit | 426b40fc77a5af3c5e669e489628e92ad4d8798f (patch) | |
tree | bd8acf74059723e21c369e34c0ec82a8a343c0f0 /tests/classes/interfaces_003.phpt | |
parent | 50ae26c1470c0b294cf8a1178887428c2c567bc1 (diff) | |
download | php-git-426b40fc77a5af3c5e669e489628e92ad4d8798f.tar.gz |
- Improved error messages
Diffstat (limited to 'tests/classes/interfaces_003.phpt')
-rwxr-xr-x | tests/classes/interfaces_003.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/interfaces_003.phpt b/tests/classes/interfaces_003.phpt index 2c4c7e7c94..7bdca933e7 100755 --- a/tests/classes/interfaces_003.phpt +++ b/tests/classes/interfaces_003.phpt @@ -23,4 +23,4 @@ $obj = new MyTestClass; ===DONE=== --EXPECTF-- -Catchable fatal error: Argument 1 passed to MyTestClass::__construct() must be an object of class MyObject, called in %sinterfaces_003.php on line %d +Catchable fatal error: Argument 1 passed to MyTestClass::__construct() must be an object of class MyObject, none given, called in %sinterfaces_003.php on line %d |