Skip to content

Commit 88e36a7

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: ext/standard/tests: use %d instead of bytes in an overflow message
2 parents d7cd155 + 9c460bc commit 88e36a7

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
@@ -17,4 +17,4 @@ var_dump(chunk_split($a,$b,$c));
1717
--EXPECTF--
1818
*** Testing chunk_split() : unexpected large 'end' string argument variation 1 ***
1919

20-
Fatal error: %rAllowed memory size of %d bytes exhausted%s\(tried to allocate %d bytes\)|Possible integer overflow in memory allocation \(4294901777 \+ 2097152\)%r in %s on line %d
20+
Fatal error: %rAllowed memory size of %d bytes exhausted%s\(tried to allocate %d bytes\)|Possible integer overflow in memory allocation \(4294901777 \+ %d\)%r in %s on line %d

0 commit comments

Comments
 (0)