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 65bbc67 commit c8e9aa8Copy full SHA for c8e9aa8
ext/opcache/Optimizer/zend_func_info.c
@@ -533,7 +533,7 @@ static const func_info_t func_infos[] = {
533
F0("var_dump", MAY_BE_NULL),
534
F1("var_export", MAY_BE_NULL | MAY_BE_STRING),
535
F0("debug_zval_dump", MAY_BE_NULL),
536
- F1("print_r", MAY_BE_FALSE | MAY_BE_STRING),
+ F1("print_r", MAY_BE_TRUE | MAY_BE_STRING),
537
F0("memory_get_usage", MAY_BE_FALSE | MAY_BE_LONG),
538
F0("memory_get_peak_usage", MAY_BE_FALSE | MAY_BE_LONG),
539
F0("register_shutdown_function", MAY_BE_NULL | MAY_BE_FALSE),
0 commit comments