mirror of
https://github.com/php/php-src.git
synced 2025-01-27 06:03:45 +08:00
Add is_iterable to opcache Optimizer
This commit is contained in:
parent
68694c9997
commit
388c21e764
@ -606,6 +606,7 @@ static const func_info_t func_infos[] = {
|
||||
F0("is_scalar", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
|
||||
F0("is_callable", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
|
||||
F0("is_countable", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
|
||||
F0("is_iterable", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
|
||||
F0("pclose", MAY_BE_FALSE | MAY_BE_LONG),
|
||||
F1("popen", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_RESOURCE),
|
||||
F0("readfile", MAY_BE_FALSE | MAY_BE_LONG),
|
||||
|
Loading…
Reference in New Issue
Block a user