Skip to content

Commit 085ddd0

Browse files
committed
Fix chunk_split test on i386 release
1 parent 71e2c97 commit 085ddd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/strings/chunk_split_variation1_32bit.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ var_dump(chunk_split($a,$b,$c));
2222
--EXPECTF--
2323
*** Testing chunk_split() : unexpected large 'end' string argument variation 1 ***
2424

25-
Fatal error: Allowed memory size of %d bytes exhausted at %s (tried to allocate %d bytes) in %s on line %d
25+
Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line %d

0 commit comments

Comments
 (0)