diff options
author | Gustavo André dos Santos Lopes <cataphract@php.net> | 2010-11-22 05:10:14 +0000 |
---|---|---|
committer | Gustavo André dos Santos Lopes <cataphract@php.net> | 2010-11-22 05:10:14 +0000 |
commit | 8d82e961034f836153c54ba52f154609d9d4200b (patch) | |
tree | 15a033a5902e615b2730b55191fe608bf2aa917b /tests/classes | |
parent | f327f13204e08ca999fa6ae171528301e15ebbe9 (diff) | |
download | php-git-8d82e961034f836153c54ba52f154609d9d4200b.tar.gz |
- Fix tests for \0 patch in PHP 5.3.
- Fix constants_error_004.phpt (closes bug #51901)
Diffstat (limited to 'tests/classes')
-rw-r--r-- | tests/classes/constants_error_004.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/constants_error_004.phpt b/tests/classes/constants_error_004.phpt index 732c530e85..03e67258a6 100644 --- a/tests/classes/constants_error_004.phpt +++ b/tests/classes/constants_error_004.phpt @@ -10,4 +10,4 @@ Class constant whose initial value refereces a non-existent class $a = new C(); ?> --EXPECTF-- -Fatal error: Undefined class constant 'D::hello' in %s on line %d +Fatal error: Class 'D' not found in %s on line %d |