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 f5bccc0 commit 1e82a2dCopy full SHA for 1e82a2d
ext/opcache/Optimizer/zend_func_info.c
@@ -404,7 +404,7 @@ static const func_info_t func_infos[] = {
404
F1("system", MAY_BE_FALSE | MAY_BE_STRING),
405
F1("escapeshellcmd", MAY_BE_NULL | MAY_BE_STRING),
406
F1("escapeshellarg", MAY_BE_NULL | MAY_BE_STRING),
407
- F1("passthru", MAY_BE_FALSE | MAY_BE_STRING),
+ F1("passthru", MAY_BE_NULL | MAY_BE_FALSE),
408
F1("shell_exec", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
409
#ifdef PHP_CAN_SUPPORT_PROC_OPEN
410
F1("proc_open", MAY_BE_FALSE | MAY_BE_RESOURCE),
0 commit comments