Home
last modified time | relevance | path

Searched refs:unset_property (Results 1 – 11 of 11) sorted by relevance

/PHP-8.0/ext/standard/
H A Dincomplete_class.c122 php_incomplete_object_handlers.unset_property = incomplete_class_unset_property; in php_register_incomplete_class()
H A Duser_filters.c244 Z_OBJ_HANDLER_P(obj, unset_property)(Z_OBJ_P(obj), propname, NULL); in userfilter_filter()
/PHP-8.0/Zend/
H A Dzend_object_handlers.h160 zend_object_unset_property_t unset_property; /* required */ member
H A Dzend_closures.c667 closure_handlers.unset_property = zend_closure_unset_property; in zend_register_closure_ce()
H A Dzend_API.c4187 object->handlers->unset_property(object, property, 0); in zend_unset_property()
H A Dzend_vm_execute.h24649 …Z_OBJ_HT_P(container)->unset_property(Z_OBJ_P(container), name, ((IS_CONST == IS_CONST) ? CACHE_AD… in ZEND_UNSET_OBJ_SPEC_VAR_CONST_HANDLER()
26867 …Z_OBJ_HT_P(container)->unset_property(Z_OBJ_P(container), name, (((IS_TMP_VAR|IS_VAR) == IS_CONST)… in ZEND_UNSET_OBJ_SPEC_VAR_TMPVAR_HANDLER()
31050 …Z_OBJ_HT_P(container)->unset_property(Z_OBJ_P(container), name, ((IS_CV == IS_CONST) ? CACHE_ADDR(… in ZEND_UNSET_OBJ_SPEC_VAR_CV_HANDLER()
33097 …Z_OBJ_HT_P(container)->unset_property(Z_OBJ_P(container), name, ((IS_CONST == IS_CONST) ? CACHE_AD… in ZEND_UNSET_OBJ_SPEC_UNUSED_CONST_HANDLER()
34844 …Z_OBJ_HT_P(container)->unset_property(Z_OBJ_P(container), name, (((IS_TMP_VAR|IS_VAR) == IS_CONST)… in ZEND_UNSET_OBJ_SPEC_UNUSED_TMPVAR_HANDLER()
37288 …Z_OBJ_HT_P(container)->unset_property(Z_OBJ_P(container), name, ((IS_CV == IS_CONST) ? CACHE_ADDR(… in ZEND_UNSET_OBJ_SPEC_UNUSED_CV_HANDLER()
42299 …Z_OBJ_HT_P(container)->unset_property(Z_OBJ_P(container), name, ((IS_CONST == IS_CONST) ? CACHE_AD… in ZEND_UNSET_OBJ_SPEC_CV_CONST_HANDLER()
45813 …Z_OBJ_HT_P(container)->unset_property(Z_OBJ_P(container), name, (((IS_TMP_VAR|IS_VAR) == IS_CONST)… in ZEND_UNSET_OBJ_SPEC_CV_TMPVAR_HANDLER()
51110 …Z_OBJ_HT_P(container)->unset_property(Z_OBJ_P(container), name, ((IS_CV == IS_CONST) ? CACHE_ADDR(… in ZEND_UNSET_OBJ_SPEC_CV_CV_HANDLER()
H A Dzend_vm_def.h6511 …Z_OBJ_HT_P(container)->unset_property(Z_OBJ_P(container), name, ((OP2_TYPE == IS_CONST) ? CACHE_AD…
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c2597 pdo_dbstmt_object_handlers.unset_property = dbstmt_prop_delete; in pdo_stmt_init()
2616 pdo_row_object_handlers.unset_property = row_prop_delete; in pdo_stmt_init()
/PHP-8.0/ext/ffi/
H A Dffi.c4971 zend_ffi_handlers.unset_property = zend_fake_unset_property;
5002 zend_ffi_cdata_handlers.unset_property = zend_fake_unset_property;
5026 zend_ffi_cdata_value_handlers.unset_property = zend_fake_unset_property;
5049 zend_ffi_cdata_free_handlers.unset_property = zend_ffi_free_unset_property;
5079 zend_ffi_ctype_handlers.unset_property = zend_fake_unset_property;
/PHP-8.0/ext/spl/
H A Dspl_array.c1912 spl_handler_ArrayObject.unset_property = spl_array_unset_property; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/simplexml/
H A Dsimplexml.c2716 sxe_object_handlers.unset_property = sxe_property_delete; in PHP_MINIT_FUNCTION()

Completed in 310 milliseconds