1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext
Niels Dossche 1a07bb9252 Fix GH-14873: PHP 8.4 min function fails on typed integer
The problem is that this line in the VM: `ZVAL_NULL(result);` changes the type
of arg1 as well, because after the DFA pass the result and input both use
CV0($result).
We should not contract assignments with CVs in frameless calls with
arguments.
An older attempt is found at GH-14876 that tried to modify the VM/JIT.

Closes GH-14903.
2024-07-13 00:29:09 +02:00
..
2024-07-11 16:40:39 +02:00
2024-07-10 19:51:17 +02:00
2024-07-06 14:58:50 -07:00
2024-07-04 16:03:15 +02:00
2024-07-12 19:28:37 +02:00
2024-07-07 00:22:41 +02:00
2024-07-09 00:57:35 +02:00
2024-07-06 01:59:46 +02:00