diff options
| author | Marcus Boerger <helly@php.net> | 2006-05-26 00:36:13 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2006-05-26 00:36:13 +0000 |
| commit | 1d5f721fd954c23136544fd015249db16bd7194a (patch) | |
| tree | bc9a5461fef8cf0835c921dfcd6cf6dc53e66bf9 /tests | |
| parent | 59ddb749383034bb706432b7c379e2fdd01f9171 (diff) | |
| download | php-git-1d5f721fd954c23136544fd015249db16bd7194a.tar.gz | |
- MFH Sync error messages and simplify error message generation code
Diffstat (limited to 'tests')
| -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 7bdca933e7..f9ab92bb15 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, none given, called in %sinterfaces_003.php on line %d +Catchable fatal error: Argument 1 passed to MyTestClass::__construct() must be an instance of MyObject, none given, called in %sinterfaces_003.php on line %d |
