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