1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +02:00

Fix chunk_split test on i386 release

This commit is contained in:
Nikita Popov
2019-08-27 09:09:03 +02:00
parent 71e2c97ffb
commit 085ddd0cde

View File

@@ -22,4 +22,4 @@ var_dump(chunk_split($a,$b,$c));
--EXPECTF--
*** Testing chunk_split() : unexpected large 'end' string argument variation 1 ***
Fatal error: Allowed memory size of %d bytes exhausted at %s (tried to allocate %d bytes) in %s on line %d
Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line %d