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 b1be5a0 commit c51659eCopy full SHA for c51659e
ext/opcache/Optimizer/sccp.c
@@ -580,7 +580,7 @@ static inline int ct_eval_func_call(
580
&& num_args == 2
581
&& Z_TYPE_P(args[0]) == IS_STRING
582
&& Z_TYPE_P(args[1]) == IS_LONG
583
- && zend_safe_address(Z_STRLEN_P(args[0]), Z_LVAL_P(args[1]), 0, &overflow) < 64 * 1024 * 1024
+ && zend_safe_address(Z_STRLEN_P(args[0]), Z_LVAL_P(args[1]), 0, &overflow) < 64 * 1024
584
&& !overflow) {
585
/* pass */
586
} else if ((zend_string_equals_literal(name, "array_merge")
0 commit comments