1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 19:52:20 +02:00
Files
archived-php-src/ext/opcache
Nikita Popov a6c9c7c2b8 Handle resources used as array keys consistently
Resources used as array keys are generally handled by throwing a
notice and converting the resource to the resource handle. The only
exception is the [$resource => null] syntax, where this was treated
as an illegal offset type instead. However, this also only happened
for VM evaluations, the AST evaluator did handle resources correctly.
2019-09-27 10:40:41 +02:00
..
2019-09-19 17:22:28 +02:00
2015-02-05 16:58:19 +08:00
2019-02-05 10:33:28 +03:00
2019-02-05 10:33:28 +03:00
2019-02-05 10:33:28 +03:00
2019-09-09 11:36:50 +02:00
2019-02-05 10:33:28 +03:00
2019-06-28 09:18:14 +02:00