Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_object_handlers.h155 ZEND_API zend_bool zend_std_unset_static_property(zend_class_entry *ce, const char *property_name, …
H A Dzend_object_handlers.c1299 ZEND_API zend_bool zend_std_unset_static_property(zend_class_entry *ce, const char *property_name, … in zend_std_unset_static_property() function
H A Dzend_vm_execute.h3929zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((IS_CONST == IS_CONS… in ZEND_UNSET_VAR_SPEC_CONST_CONST_HANDLER()
5682zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((IS_CONST == IS_CONS… in ZEND_UNSET_VAR_SPEC_CONST_VAR_HANDLER()
6390zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((IS_CONST == IS_CONS… in ZEND_UNSET_VAR_SPEC_CONST_UNUSED_HANDLER()
9197zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((IS_TMP_VAR == IS_CO… in ZEND_UNSET_VAR_SPEC_TMP_CONST_HANDLER()
10914zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((IS_TMP_VAR == IS_CO… in ZEND_UNSET_VAR_SPEC_TMP_VAR_HANDLER()
15797zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((IS_VAR == IS_CONST)… in ZEND_UNSET_VAR_SPEC_VAR_CONST_HANDLER()
20377zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((IS_VAR == IS_CONST)… in ZEND_UNSET_VAR_SPEC_VAR_VAR_HANDLER()
21808zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((IS_VAR == IS_CONST)… in ZEND_UNSET_VAR_SPEC_VAR_UNUSED_HANDLER()
33105zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((IS_CV == IS_CONST) … in ZEND_UNSET_VAR_SPEC_CV_CONST_HANDLER()
37412zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((IS_CV == IS_CONST) … in ZEND_UNSET_VAR_SPEC_CV_VAR_HANDLER()
[all …]
H A Dzend_vm_def.h3937zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((OP1_TYPE == IS_CONS…

Completed in 119 milliseconds