Lines Matching refs:zend_fetch_property_address

22630 	zend_fetch_property_address(  in ZEND_FETCH_OBJ_W_SPEC_VAR_CONST_HANDLER()
22650zend_fetch_property_address(result, container, IS_VAR, property, IS_CONST, ((IS_CONST == IS_CONST)… in ZEND_FETCH_OBJ_RW_SPEC_VAR_CONST_HANDLER()
22684zend_fetch_property_address(result, container, IS_VAR, property, IS_CONST, ((IS_CONST == IS_CONST)… in ZEND_FETCH_OBJ_UNSET_SPEC_VAR_CONST_HANDLER()
25249 zend_fetch_property_address( in ZEND_FETCH_OBJ_W_SPEC_VAR_TMPVAR_HANDLER()
25269zend_fetch_property_address(result, container, IS_VAR, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VA… in ZEND_FETCH_OBJ_RW_SPEC_VAR_TMPVAR_HANDLER()
25303zend_fetch_property_address(result, container, IS_VAR, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VA… in ZEND_FETCH_OBJ_UNSET_SPEC_VAR_TMPVAR_HANDLER()
29361 zend_fetch_property_address( in ZEND_FETCH_OBJ_W_SPEC_VAR_CV_HANDLER()
29381zend_fetch_property_address(result, container, IS_VAR, property, IS_CV, ((IS_CV == IS_CONST) ? CAC… in ZEND_FETCH_OBJ_RW_SPEC_VAR_CV_HANDLER()
29415zend_fetch_property_address(result, container, IS_VAR, property, IS_CV, ((IS_CV == IS_CONST) ? CAC… in ZEND_FETCH_OBJ_UNSET_SPEC_VAR_CV_HANDLER()
31779 zend_fetch_property_address( in ZEND_FETCH_OBJ_W_SPEC_UNUSED_CONST_HANDLER()
31799zend_fetch_property_address(result, container, IS_UNUSED, property, IS_CONST, ((IS_CONST == IS_CON… in ZEND_FETCH_OBJ_RW_SPEC_UNUSED_CONST_HANDLER()
31944zend_fetch_property_address(result, container, IS_UNUSED, property, IS_CONST, ((IS_CONST == IS_CON… in ZEND_FETCH_OBJ_UNSET_SPEC_UNUSED_CONST_HANDLER()
33643 zend_fetch_property_address( in ZEND_FETCH_OBJ_W_SPEC_UNUSED_TMPVAR_HANDLER()
33663zend_fetch_property_address(result, container, IS_UNUSED, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP… in ZEND_FETCH_OBJ_RW_SPEC_UNUSED_TMPVAR_HANDLER()
33808zend_fetch_property_address(result, container, IS_UNUSED, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP… in ZEND_FETCH_OBJ_UNSET_SPEC_UNUSED_TMPVAR_HANDLER()
36088 zend_fetch_property_address( in ZEND_FETCH_OBJ_W_SPEC_UNUSED_CV_HANDLER()
36108zend_fetch_property_address(result, container, IS_UNUSED, property, IS_CV, ((IS_CV == IS_CONST) ? … in ZEND_FETCH_OBJ_RW_SPEC_UNUSED_CV_HANDLER()
36253zend_fetch_property_address(result, container, IS_UNUSED, property, IS_CV, ((IS_CV == IS_CONST) ? … in ZEND_FETCH_OBJ_UNSET_SPEC_UNUSED_CV_HANDLER()
40272 zend_fetch_property_address( in ZEND_FETCH_OBJ_W_SPEC_CV_CONST_HANDLER()
40292zend_fetch_property_address(result, container, IS_CV, property, IS_CONST, ((IS_CONST == IS_CONST) … in ZEND_FETCH_OBJ_RW_SPEC_CV_CONST_HANDLER()
40437zend_fetch_property_address(result, container, IS_CV, property, IS_CONST, ((IS_CONST == IS_CONST) … in ZEND_FETCH_OBJ_UNSET_SPEC_CV_CONST_HANDLER()
43966 zend_fetch_property_address( in ZEND_FETCH_OBJ_W_SPEC_CV_TMPVAR_HANDLER()
43986zend_fetch_property_address(result, container, IS_CV, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR… in ZEND_FETCH_OBJ_RW_SPEC_CV_TMPVAR_HANDLER()
44131zend_fetch_property_address(result, container, IS_CV, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR… in ZEND_FETCH_OBJ_UNSET_SPEC_CV_TMPVAR_HANDLER()
49191 zend_fetch_property_address( in ZEND_FETCH_OBJ_W_SPEC_CV_CV_HANDLER()
49211zend_fetch_property_address(result, container, IS_CV, property, IS_CV, ((IS_CV == IS_CONST) ? CACH… in ZEND_FETCH_OBJ_RW_SPEC_CV_CV_HANDLER()
49356zend_fetch_property_address(result, container, IS_CV, property, IS_CV, ((IS_CV == IS_CONST) ? CACH… in ZEND_FETCH_OBJ_UNSET_SPEC_CV_CV_HANDLER()