Skip to content

Commit

Permalink
Fix chunk_split test on i386 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Aug 27, 2019
1 parent 71e2c97 commit 085ddd0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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

0 comments on commit 085ddd0

Please sign in to comment.