diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2018-09-28 13:41:36 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2018-09-28 13:41:36 +0200 |
commit | 65abbdad70b6f583925fd3c9280f3418117d7b86 (patch) | |
tree | 48858dd3494927fad89ccc0df2505729975687e5 /Zend | |
parent | 136aa3768182a03077adc8a73366cfb074f3e3e2 (diff) | |
parent | 8ebe1b8de15ce2e046bec4d4d474609686d585c6 (diff) | |
download | php-git-65abbdad70b6f583925fd3c9280f3418117d7b86.tar.gz |
Merge branch 'PHP-7.3'
Diffstat (limited to 'Zend')
-rw-r--r-- | Zend/tests/bug76846.phpt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Zend/tests/bug76846.phpt b/Zend/tests/bug76846.phpt index c167a8bb78..fbef201033 100644 --- a/Zend/tests/bug76846.phpt +++ b/Zend/tests/bug76846.phpt @@ -23,5 +23,4 @@ while (true) { ?> --EXPECTF-- -Fatal error: Allowed memory size of %d bytes exhausted at %s:%d (tried to allocate %d bytes) in %s on line %d -%A +Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line %d%A |