Skip to content

Commit 09d64dd

Browse files
committed
Possible test fix
1 parent 2903f7a commit 09d64dd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ext/standard/tests/strings/chunk_split_variation1_32bit.phpt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,5 @@ var_dump(chunk_split($a,$b,$c));
2121
?>
2222
--EXPECTF--
2323
*** Testing chunk_split() : unexpected large 'end' string argument variation 1 ***
24-
mmap() failed: [12] Cannot allocate memory
2524

26-
mmap() failed: [12] Cannot allocate memory
27-
28-
Fatal error: Out of memory (allocated 2097152) in %s on line %d
25+
Fatal error: Out of memory (allocated %d) in %s on line %d

0 commit comments

Comments
 (0)