1
0
mirror of https://github.com/php/php-src.git synced 2026-04-13 11:02:55 +02:00

initialize op1

This commit is contained in:
Stanislav Malyshev
2008-12-15 11:29:36 +00:00
parent 29f49d2ded
commit feb50cd762

View File

@@ -1664,6 +1664,7 @@ void zend_do_begin_dynamic_function_call(znode *function_name, int ns_call TSRML
Z_LVAL(opline2->op1.u.constant) = prefix_len;
/* this is the hash of the non-prefixed part, lowercased */
opline2->extended_value = zend_hash_func(slash+1, name_len+1);
SET_UNUSED(opline2->op2);
} else {
opline->opcode = ZEND_INIT_FCALL_BY_NAME;
opline->op2 = *function_name;