From: Gustavo André dos Santos Lopes Date: Mon, 22 Nov 2010 05:10:14 +0000 (+0000) Subject: - Fix tests for \0 patch in PHP 5.3. X-Git-Tag: php-5.4.0alpha1~191^2~618 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d82e961034f836153c54ba52f154609d9d4200b;p=php - Fix tests for \0 patch in PHP 5.3. - Fix constants_error_004.phpt (closes bug #51901) --- 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