We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58eafbe commit c5f87eeCopy full SHA for c5f87ee
ext/opcache/Optimizer/zend_func_info.c
@@ -195,7 +195,7 @@ static const func_info_t func_infos[] = {
195
F1("system", MAY_BE_FALSE | MAY_BE_STRING),
196
F1("escapeshellcmd", MAY_BE_STRING),
197
F1("escapeshellarg", MAY_BE_STRING),
198
- F1("passthru", MAY_BE_NULL | MAY_BE_FALSE),
+ F0("passthru", MAY_BE_NULL | MAY_BE_FALSE),
199
F1("shell_exec", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
200
#ifdef PHP_CAN_SUPPORT_PROC_OPEN
201
F1("proc_open", MAY_BE_FALSE | MAY_BE_RESOURCE),
0 commit comments