diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2018-09-29 14:23:13 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2018-09-29 14:23:13 +0200 |
commit | 2ae2e820bee97fc9b50ce5d9462e1da2e72e6417 (patch) | |
tree | c507a63220a67cb95ed39e5df1e2a0354ad37a4d /tests/classes | |
parent | 80c6ba26e3fe83174a0e7dce367d8a39aa093ae1 (diff) | |
parent | 8b8b625d088c859a3dc42f31acd7ec95b780158e (diff) | |
download | php-git-2ae2e820bee97fc9b50ce5d9462e1da2e72e6417.tar.gz |
Merge branch 'PHP-7.3'
Diffstat (limited to 'tests/classes')
-rw-r--r-- | tests/classes/constants_error_004.phpt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/classes/constants_error_004.phpt b/tests/classes/constants_error_004.phpt index 3f34473dad..27777f8772 100644 --- a/tests/classes/constants_error_004.phpt +++ b/tests/classes/constants_error_004.phpt @@ -10,4 +10,7 @@ Class constant whose initial value references a non-existent class $a = new C(); ?> --EXPECTF-- -Fatal error: Class 'D' not found in %s on line %d +Fatal error: Uncaught Error: Class 'D' not found in %s:%d +Stack trace: +#0 {main} + thrown in %s on line %d |