Searched refs:_cache_slot (Results 1 – 3 of 3) sorted by relevance
23522 void *_cache_slot[3] = {0}; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CONST_HANDLER() local23744 void *_cache_slot[3] = {0}; in ZEND_PRE_INC_OBJ_SPEC_VAR_CONST_HANDLER() local23808 void *_cache_slot[3] = {0}; in ZEND_POST_INC_OBJ_SPEC_VAR_CONST_HANDLER() local26508 void *_cache_slot[3] = {0}; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_TMPVAR_HANDLER() local26732 void *_cache_slot[3] = {0}; in ZEND_PRE_INC_OBJ_SPEC_VAR_TMPVAR_HANDLER() local26797 void *_cache_slot[3] = {0}; in ZEND_POST_INC_OBJ_SPEC_VAR_TMPVAR_HANDLER() local30866 void *_cache_slot[3] = {0}; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CV_HANDLER() local31088 void *_cache_slot[3] = {0}; in ZEND_PRE_INC_OBJ_SPEC_VAR_CV_HANDLER() local31152 void *_cache_slot[3] = {0}; in ZEND_POST_INC_OBJ_SPEC_VAR_CV_HANDLER() local33535 void *_cache_slot[3] = {0}; in ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_CONST_HANDLER() local[all …]
1015 void *_cache_slot[3] = {0}; variable1053 cache_slot = (OP2_TYPE == IS_CONST) ? CACHE_ADDR((opline+1)->extended_value) : _cache_slot;1286 void *_cache_slot[3] = {0}; variable1322 cache_slot = (OP2_TYPE == IS_CONST) ? CACHE_ADDR(opline->extended_value) : _cache_slot;1356 void *_cache_slot[3] = {0}; variable1392 cache_slot = (OP2_TYPE == IS_CONST) ? CACHE_ADDR(opline->extended_value) : _cache_slot;
3337 void *_cache_slot[3] = {0}; in zend_fetch_property_address() local3339 cache_slot = _cache_slot; in zend_fetch_property_address()
Completed in 181 milliseconds