1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 08:28:26 +02:00
This commit is contained in:
Xinchen Hui
2013-04-19 10:55:11 +08:00
parent 1192cfa58c
commit 580d6fe94d
+1 -1
View File
@@ -62,7 +62,7 @@ static void optimize_func_calls(zend_op_array *op_array, zend_persistent_script
MAKE_NOP(fcall);
} else if (opline->extended_value == 0 &&
call_stack[call].opline &&
call_stack[call].opline == ZEND_INIT_FCALL_BY_NAME &&
call_stack[call].opline->opcode == ZEND_INIT_FCALL_BY_NAME &&
ZEND_OP2_TYPE(call_stack[call].opline) == IS_CONST) {
zend_op *fcall = call_stack[call].opline;