Home
last modified time | relevance | path

Searched refs:zend_fetch_property_address (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_execute.c2824 static zend_always_inline void zend_fetch_property_address(zval *result, zval *container, uint32_t … in zend_fetch_property_address() function
2930 zend_fetch_property_address(variable_ptr, container, container_op_type, prop_ptr, prop_op_type, in zend_assign_to_property_reference()
H A Dzend_vm_execute.h22572 zend_fetch_property_address( in ZEND_FETCH_OBJ_W_SPEC_VAR_CONST_HANDLER()
24822 zend_fetch_property_address( in ZEND_FETCH_OBJ_W_SPEC_VAR_TMPVAR_HANDLER()
28453 zend_fetch_property_address( in ZEND_FETCH_OBJ_W_SPEC_VAR_CV_HANDLER()
28478zend_fetch_property_address(result, container, IS_VAR, property, IS_CV, ((IS_CV == IS_CONST) ? CAC… in ZEND_FETCH_OBJ_RW_SPEC_VAR_CV_HANDLER()
30807 zend_fetch_property_address( in ZEND_FETCH_OBJ_W_SPEC_UNUSED_CONST_HANDLER()
32599 zend_fetch_property_address( in ZEND_FETCH_OBJ_W_SPEC_UNUSED_TMPVAR_HANDLER()
35077 zend_fetch_property_address( in ZEND_FETCH_OBJ_W_SPEC_UNUSED_CV_HANDLER()
39418 zend_fetch_property_address( in ZEND_FETCH_OBJ_W_SPEC_CV_CONST_HANDLER()
42880 zend_fetch_property_address( in ZEND_FETCH_OBJ_W_SPEC_CV_TMPVAR_HANDLER()
47922 zend_fetch_property_address( in ZEND_FETCH_OBJ_W_SPEC_CV_CV_HANDLER()
[all …]
H A Dzend_vm_def.h2228 zend_fetch_property_address(
2253zend_fetch_property_address(result, container, OP1_TYPE, property, OP2_TYPE, ((OP2_TYPE == IS_CONS…
2399zend_fetch_property_address(result, container, OP1_TYPE, property, OP2_TYPE, ((OP2_TYPE == IS_CONS…

Completed in 219 milliseconds