Home
last modified time | relevance | path

Searched refs:CACHE_ADDR (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_vm_execute.h5498 cache_slot = CACHE_ADDR(opline->extended_value); in ZEND_FETCH_OBJ_IS_SPEC_CONST_CONST_HANDLER()
7766 cache_slot = CACHE_ADDR(opline->extended_value); in ZEND_FETCH_OBJ_IS_SPEC_CONST_TMPVAR_HANDLER()
10227 cache_slot = CACHE_ADDR(opline->extended_value); in ZEND_FETCH_OBJ_IS_SPEC_CONST_CV_HANDLER()
14577 cache_slot = CACHE_ADDR(opline->extended_value); in ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_CONST_HANDLER()
16004 cache_slot = CACHE_ADDR(opline->extended_value); in ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_TMPVAR_HANDLER()
17298 cache_slot = CACHE_ADDR(opline->extended_value); in ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_CV_HANDLER()
30878 cache_slot = CACHE_ADDR(opline->extended_value); in ZEND_FETCH_OBJ_IS_SPEC_UNUSED_CONST_HANDLER()
32670 cache_slot = CACHE_ADDR(opline->extended_value); in ZEND_FETCH_OBJ_IS_SPEC_UNUSED_TMPVAR_HANDLER()
35148 cache_slot = CACHE_ADDR(opline->extended_value); in ZEND_FETCH_OBJ_IS_SPEC_UNUSED_CV_HANDLER()
39489 cache_slot = CACHE_ADDR(opline->extended_value); in ZEND_FETCH_OBJ_IS_SPEC_CV_CONST_HANDLER()
[all …]
H A Dzend_execute.h340 #define CACHE_ADDR(num) \ macro
H A Dzend_vm_def.h1106 cache_slot = (OP2_TYPE == IS_CONST) ? CACHE_ADDR((opline+1)->extended_value) : NULL;
1365 cache_slot = (OP2_TYPE == IS_CONST) ? CACHE_ADDR(opline->extended_value) : NULL;
1431 cache_slot = (OP2_TYPE == IS_CONST) ? CACHE_ADDR(opline->extended_value) : NULL;
2143 …cache_slot = CACHE_ADDR(opline->extended_value & ~ZEND_FETCH_REF /* FUNC_ARG fetch may contain it …
2230 ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(opline->extended_value & ~ZEND_FETCH_OBJ_FLAGS) : NULL),
2299 cache_slot = CACHE_ADDR(opline->extended_value);
2475 void **cache_slot = CACHE_ADDR(opline->extended_value);
4248 zend_verify_missing_return_type(EX(func), CACHE_ADDR(opline->op2.num));
4286 zend_verify_return_type(EX(func), retval_ptr, CACHE_ADDR(opline->op2.num));
5248 zval *cache_val = (zval*)CACHE_ADDR(Z_CACHE_SLOT_P(default_value));
[all …]
H A Dzend_execute.c2928 …void **cache_addr = (prop_op_type == IS_CONST) ? CACHE_ADDR(opline->extended_value & ~ZEND_RETURNS… in zend_assign_to_property_reference()

Completed in 190 milliseconds