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

Regenerated

This commit is contained in:
Dmitry Stogov
2006-03-03 16:47:55 +00:00
parent 75287c2261
commit dec6f749d9
+1 -1
View File
@@ -7710,7 +7710,7 @@ static int ZEND_FE_FETCH_SPEC_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS)
HashTable *fe_ht;
zend_object_iterator *iter = NULL;
int key_type;
zend_bool use_key = opline->extended_value & ZEND_FE_FETCH_WITH_KEY;
zend_bool use_key = (zend_bool)(opline->extended_value & ZEND_FE_FETCH_WITH_KEY);
PZVAL_LOCK(array);