mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
a6c9c7c2b8
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. |
||
---|---|---|
.. | ||
dev | ||
man1 | ||
Makefile.frag | ||
php-config.in | ||
phpize.in | ||
phpize.m4 |