mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: ext/standard/tests: use %d instead of bytes in an overflow message
This commit is contained in:
@@ -17,4 +17,4 @@ var_dump(chunk_split($a,$b,$c));
|
||||
--EXPECTF--
|
||||
*** Testing chunk_split() : unexpected large 'end' string argument variation 1 ***
|
||||
|
||||
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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user