Lines Matching refs:_cache_slot
23522 void *_cache_slot[3] = {0}; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CONST_HANDLER() local
23560 cache_slot = (IS_CONST == IS_CONST) ? CACHE_ADDR((opline+1)->extended_value) : _cache_slot; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CONST_HANDLER()
23744 void *_cache_slot[3] = {0}; in ZEND_PRE_INC_OBJ_SPEC_VAR_CONST_HANDLER() local
23780 cache_slot = (IS_CONST == IS_CONST) ? CACHE_ADDR(opline->extended_value) : _cache_slot; in ZEND_PRE_INC_OBJ_SPEC_VAR_CONST_HANDLER()
23808 void *_cache_slot[3] = {0}; in ZEND_POST_INC_OBJ_SPEC_VAR_CONST_HANDLER() local
23844 cache_slot = (IS_CONST == IS_CONST) ? CACHE_ADDR(opline->extended_value) : _cache_slot; in ZEND_POST_INC_OBJ_SPEC_VAR_CONST_HANDLER()
26508 void *_cache_slot[3] = {0}; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_TMPVAR_HANDLER() local
26546 …he_slot = ((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR((opline+1)->extended_value) : _cache_slot; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_TMPVAR_HANDLER()
26732 void *_cache_slot[3] = {0}; in ZEND_PRE_INC_OBJ_SPEC_VAR_TMPVAR_HANDLER() local
26768 cache_slot = ((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(opline->extended_value) : _cache_slot; in ZEND_PRE_INC_OBJ_SPEC_VAR_TMPVAR_HANDLER()
26797 void *_cache_slot[3] = {0}; in ZEND_POST_INC_OBJ_SPEC_VAR_TMPVAR_HANDLER() local
26833 cache_slot = ((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(opline->extended_value) : _cache_slot; in ZEND_POST_INC_OBJ_SPEC_VAR_TMPVAR_HANDLER()
30866 void *_cache_slot[3] = {0}; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CV_HANDLER() local
30904 cache_slot = (IS_CV == IS_CONST) ? CACHE_ADDR((opline+1)->extended_value) : _cache_slot; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CV_HANDLER()
31088 void *_cache_slot[3] = {0}; in ZEND_PRE_INC_OBJ_SPEC_VAR_CV_HANDLER() local
31124 cache_slot = (IS_CV == IS_CONST) ? CACHE_ADDR(opline->extended_value) : _cache_slot; in ZEND_PRE_INC_OBJ_SPEC_VAR_CV_HANDLER()
31152 void *_cache_slot[3] = {0}; in ZEND_POST_INC_OBJ_SPEC_VAR_CV_HANDLER() local
31188 cache_slot = (IS_CV == IS_CONST) ? CACHE_ADDR(opline->extended_value) : _cache_slot; in ZEND_POST_INC_OBJ_SPEC_VAR_CV_HANDLER()
33535 void *_cache_slot[3] = {0}; in ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_CONST_HANDLER() local
33573 cache_slot = (IS_CONST == IS_CONST) ? CACHE_ADDR((opline+1)->extended_value) : _cache_slot; in ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_CONST_HANDLER()
33627 void *_cache_slot[3] = {0}; in ZEND_PRE_INC_OBJ_SPEC_UNUSED_CONST_HANDLER() local
33663 cache_slot = (IS_CONST == IS_CONST) ? CACHE_ADDR(opline->extended_value) : _cache_slot; in ZEND_PRE_INC_OBJ_SPEC_UNUSED_CONST_HANDLER()
33691 void *_cache_slot[3] = {0}; in ZEND_POST_INC_OBJ_SPEC_UNUSED_CONST_HANDLER() local
33727 cache_slot = (IS_CONST == IS_CONST) ? CACHE_ADDR(opline->extended_value) : _cache_slot; in ZEND_POST_INC_OBJ_SPEC_UNUSED_CONST_HANDLER()
35706 void *_cache_slot[3] = {0}; in ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_TMPVAR_HANDLER() local
35744 …he_slot = ((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR((opline+1)->extended_value) : _cache_slot; in ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_TMPVAR_HANDLER()
35798 void *_cache_slot[3] = {0}; in ZEND_PRE_INC_OBJ_SPEC_UNUSED_TMPVAR_HANDLER() local
35834 cache_slot = ((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(opline->extended_value) : _cache_slot; in ZEND_PRE_INC_OBJ_SPEC_UNUSED_TMPVAR_HANDLER()
35863 void *_cache_slot[3] = {0}; in ZEND_POST_INC_OBJ_SPEC_UNUSED_TMPVAR_HANDLER() local
35899 cache_slot = ((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(opline->extended_value) : _cache_slot; in ZEND_POST_INC_OBJ_SPEC_UNUSED_TMPVAR_HANDLER()
38354 void *_cache_slot[3] = {0}; in ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_CV_HANDLER() local
38392 cache_slot = (IS_CV == IS_CONST) ? CACHE_ADDR((opline+1)->extended_value) : _cache_slot; in ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_CV_HANDLER()
38446 void *_cache_slot[3] = {0}; in ZEND_PRE_INC_OBJ_SPEC_UNUSED_CV_HANDLER() local
38482 cache_slot = (IS_CV == IS_CONST) ? CACHE_ADDR(opline->extended_value) : _cache_slot; in ZEND_PRE_INC_OBJ_SPEC_UNUSED_CV_HANDLER()
38510 void *_cache_slot[3] = {0}; in ZEND_POST_INC_OBJ_SPEC_UNUSED_CV_HANDLER() local
38546 cache_slot = (IS_CV == IS_CONST) ? CACHE_ADDR(opline->extended_value) : _cache_slot; in ZEND_POST_INC_OBJ_SPEC_UNUSED_CV_HANDLER()
42507 void *_cache_slot[3] = {0}; in ZEND_ASSIGN_OBJ_OP_SPEC_CV_CONST_HANDLER() local
42545 cache_slot = (IS_CONST == IS_CONST) ? CACHE_ADDR((opline+1)->extended_value) : _cache_slot; in ZEND_ASSIGN_OBJ_OP_SPEC_CV_CONST_HANDLER()
42729 void *_cache_slot[3] = {0}; in ZEND_PRE_INC_OBJ_SPEC_CV_CONST_HANDLER() local
42765 cache_slot = (IS_CONST == IS_CONST) ? CACHE_ADDR(opline->extended_value) : _cache_slot; in ZEND_PRE_INC_OBJ_SPEC_CV_CONST_HANDLER()
42793 void *_cache_slot[3] = {0}; in ZEND_POST_INC_OBJ_SPEC_CV_CONST_HANDLER() local
42829 cache_slot = (IS_CONST == IS_CONST) ? CACHE_ADDR(opline->extended_value) : _cache_slot; in ZEND_POST_INC_OBJ_SPEC_CV_CONST_HANDLER()
46460 void *_cache_slot[3] = {0}; in ZEND_ASSIGN_OBJ_OP_SPEC_CV_TMPVAR_HANDLER() local
46498 …he_slot = ((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR((opline+1)->extended_value) : _cache_slot; in ZEND_ASSIGN_OBJ_OP_SPEC_CV_TMPVAR_HANDLER()
46684 void *_cache_slot[3] = {0}; in ZEND_PRE_INC_OBJ_SPEC_CV_TMPVAR_HANDLER() local
46720 cache_slot = ((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(opline->extended_value) : _cache_slot; in ZEND_PRE_INC_OBJ_SPEC_CV_TMPVAR_HANDLER()
46749 void *_cache_slot[3] = {0}; in ZEND_POST_INC_OBJ_SPEC_CV_TMPVAR_HANDLER() local
46785 cache_slot = ((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(opline->extended_value) : _cache_slot; in ZEND_POST_INC_OBJ_SPEC_CV_TMPVAR_HANDLER()
51963 void *_cache_slot[3] = {0}; in ZEND_ASSIGN_OBJ_OP_SPEC_CV_CV_HANDLER() local
52001 cache_slot = (IS_CV == IS_CONST) ? CACHE_ADDR((opline+1)->extended_value) : _cache_slot; in ZEND_ASSIGN_OBJ_OP_SPEC_CV_CV_HANDLER()
52185 void *_cache_slot[3] = {0}; in ZEND_PRE_INC_OBJ_SPEC_CV_CV_HANDLER() local
52221 cache_slot = (IS_CV == IS_CONST) ? CACHE_ADDR(opline->extended_value) : _cache_slot; in ZEND_PRE_INC_OBJ_SPEC_CV_CV_HANDLER()
52249 void *_cache_slot[3] = {0}; in ZEND_POST_INC_OBJ_SPEC_CV_CV_HANDLER() local
52285 cache_slot = (IS_CV == IS_CONST) ? CACHE_ADDR(opline->extended_value) : _cache_slot; in ZEND_POST_INC_OBJ_SPEC_CV_CV_HANDLER()