Searched refs:zend_fetch_property_address (Results 1 – 3 of 3) sorted by relevance
/PHP-7.4/Zend/ |
H A D | zend_execute.c | 2824 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 D | zend_vm_execute.h | 22572 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() 28478 …zend_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 D | zend_vm_def.h | 2228 zend_fetch_property_address( 2253 …zend_fetch_property_address(result, container, OP1_TYPE, property, OP2_TYPE, ((OP2_TYPE == IS_CONS… 2399 …zend_fetch_property_address(result, container, OP1_TYPE, property, OP2_TYPE, ((OP2_TYPE == IS_CONS…
|
Completed in 208 milliseconds