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
Tyson Andre 3c72105edb Remove leftover ZEND_CAST code for (unset) cast.
Followup for d74d3922ce

Attempting to require a file with (unset) casts results in an E_COMPILE_ERROR
that can't be caught or handled by set_exception_handler/set_error_handler.

Also remove the (bool) cast, because the ZEND_BOOL opcode handles that.

Remove inference that array -> object cast can throw.
It was added in 2a286ad599 - I don't know how creating an stdClass would throw.
(numeric keys, references, etc. don't cause it to throw)

Closes GH-5042
2020-01-18 11:06:19 -05:00
..
2020-01-17 09:37:54 +01:00
2020-01-16 19:14:31 +01:00
2019-10-08 10:49:30 +02:00
2019-10-03 02:18:16 +03:00
2019-02-05 10:33:28 +03:00
2019-12-30 15:18:25 +01:00
2019-02-05 10:33:28 +03:00
2020-01-17 09:37:54 +01:00
2019-02-05 10:33:28 +03:00
2019-06-28 09:19:49 +02:00
2019-09-03 14:23:44 +03:00