diff options
author | Marcus Boerger <helly@php.net> | 2006-05-21 12:38:28 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-05-21 12:38:28 +0000 |
commit | 7628f08017f6753dccac8a43e74a0ed6e8c6eaba (patch) | |
tree | 9385c9bdd348c83b8c8f0ee39816567ab25ec210 /tests | |
parent | 8dd749fc65b6e56fa189efc3ac002d85f90fd93a (diff) | |
download | php-git-7628f08017f6753dccac8a43e74a0ed6e8c6eaba.tar.gz |
- Improve error messages (part 2)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lang/bug24658.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/bug24658.phpt b/tests/lang/bug24658.phpt index 5a5782a3d6..944fe44ce8 100644 --- a/tests/lang/bug24658.phpt +++ b/tests/lang/bug24658.phpt @@ -53,4 +53,4 @@ int(2) object(foo)#%d (0) { } -Catchable fatal error: Argument 1 passed to typehint() must be an object of class foo, integer given in %s on line %d +Catchable fatal error: Argument 1 passed to typehint() must be an instance of foo, integer given in %s on line %d |