Home
last modified time | relevance | path

Searched refs:CACHED_PTR (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_vm_def.h3628 ce = CACHED_PTR(opline->result.num);
3763 fbc = CACHED_PTR(opline->result.num);
3922 fbc = CACHED_PTR(opline->result.num);
3955 fbc = CACHED_PTR(opline->result.num);
5448 ce = CACHED_PTR(opline->op2.num);
5581 c = CACHED_PTR(opline->extended_value);
6122 ce = CACHED_PTR(opline->extended_value);
7308 ce = CACHED_PTR(opline->extended_value);
7338 ce = CACHED_PTR(opline->extended_value);
7409 ce = CACHED_PTR(opline->extended_value);
[all …]
H A Dzend_vm_execute.h2910 fbc = CACHED_PTR(opline->result.num); in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
2993 fbc = CACHED_PTR(opline->result.num); in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER()
3026 fbc = CACHED_PTR(opline->result.num); in ZEND_INIT_FCALL_SPEC_CONST_HANDLER()
5875 ce = CACHED_PTR(opline->result.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
8146 ce = CACHED_PTR(opline->result.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER()
9068 ce = CACHED_PTR(opline->result.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
9256 ce = CACHED_PTR(opline->op2.num); in ZEND_NEW_SPEC_CONST_UNUSED_HANDLER()
10607 ce = CACHED_PTR(opline->result.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
23777 ce = CACHED_PTR(opline->result.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
27649 ce = CACHED_PTR(opline->op2.num); in ZEND_NEW_SPEC_VAR_UNUSED_HANDLER()
[all …]
H A Dzend_execute.h343 #define CACHED_PTR(num) \ macro
H A Dzend_execute.c3008 ZEND_ASSERT(op1_type != IS_CONST || CACHED_PTR(cache_slot) == NULL); in zend_fetch_static_property_address_ex()
3010 if (EXPECTED((ce = CACHED_PTR(cache_slot)) == NULL)) { in zend_fetch_static_property_address_ex()
3030 if (EXPECTED(op1_type == IS_CONST) && EXPECTED(CACHED_PTR(cache_slot) == ce)) { in zend_fetch_static_property_address_ex()
3031 *retval = CACHED_PTR(cache_slot + sizeof(void *)); in zend_fetch_static_property_address_ex()
3032 *prop_info = CACHED_PTR(cache_slot + sizeof(void *) * 2); in zend_fetch_static_property_address_ex()
3081 …LASS_SELF || opline->op2.num == ZEND_FETCH_CLASS_PARENT))) && EXPECTED(CACHED_PTR(cache_slot) != N… in zend_fetch_static_property_address()
3082 *retval = CACHED_PTR(cache_slot + sizeof(void *)); in zend_fetch_static_property_address()
3083 property_info = CACHED_PTR(cache_slot + sizeof(void *) * 2); in zend_fetch_static_property_address()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_utils.c762 if (!(ce = CACHED_PTR(cur->extended_value & ~ZEND_LAST_CATCH))) { in phpdbg_check_caught_ex()

Completed in 175 milliseconds