1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 21:41:22 +02:00
Files
archived-php-src/ext/opcache
Nikita Popov f890c9c5e3 Fix return type verification with undef var
This was loading EG(uninitialized_value) into r0 rather than
FCARG1a.

However, if we fix this issue an existing test fails because
the undef var warning promoted to exception is not caught early
enough, so we need to explicitly check for the exception before
performing the type check.
2021-10-05 15:30:55 +02:00
..
2021-10-05 16:14:39 +03:00
2021-05-05 16:53:43 +02:00
2019-02-05 10:33:28 +03:00
2021-07-04 23:13:50 +02:00
2019-02-05 10:33:28 +03:00
2019-06-28 09:19:49 +02:00
2020-09-18 14:26:44 -07:00