Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dincomplete_class.c124 php_incomplete_object_handlers.unset_property = incomplete_class_unset_property; in php_create_incomplete_class()
H A Duser_filters.c247 Z_OBJ_HANDLER_P(obj, unset_property)(obj, &zpropname, NULL); in userfilter_filter()
/PHP-7.4/Zend/
H A Dzend_weakrefs.c208 zend_weakref_handlers.unset_property = zend_weakref_no_unset; in zend_register_weakref_ce()
H A Dzend_object_handlers.h169 zend_object_unset_property_t unset_property; /* required */ member
H A Dzend_closures.c669 closure_handlers.unset_property = zend_closure_unset_property; in zend_register_closure_ce()
H A Dzend_API.c4159 Z_OBJ_HT_P(object)->unset_property(object, &property, 0); in zend_unset_property()
H A Dzend_vm_execute.h24214 …Z_OBJ_HT_P(container)->unset_property(container, offset, ((IS_CONST == IS_CONST) ? CACHE_ADDR(opli… in ZEND_UNSET_OBJ_SPEC_VAR_CONST_HANDLER()
26339 …Z_OBJ_HT_P(container)->unset_property(container, offset, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACH… in ZEND_UNSET_OBJ_SPEC_VAR_TMPVAR_HANDLER()
30062 …Z_OBJ_HT_P(container)->unset_property(container, offset, ((IS_CV == IS_CONST) ? CACHE_ADDR(opline-… in ZEND_UNSET_OBJ_SPEC_VAR_CV_HANDLER()
32068 …Z_OBJ_HT_P(container)->unset_property(container, offset, ((IS_CONST == IS_CONST) ? CACHE_ADDR(opli… in ZEND_UNSET_OBJ_SPEC_UNUSED_CONST_HANDLER()
33774 …Z_OBJ_HT_P(container)->unset_property(container, offset, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACH… in ZEND_UNSET_OBJ_SPEC_UNUSED_TMPVAR_HANDLER()
36251 …Z_OBJ_HT_P(container)->unset_property(container, offset, ((IS_CV == IS_CONST) ? CACHE_ADDR(opline-… in ZEND_UNSET_OBJ_SPEC_UNUSED_CV_HANDLER()
41198 …Z_OBJ_HT_P(container)->unset_property(container, offset, ((IS_CONST == IS_CONST) ? CACHE_ADDR(opli… in ZEND_UNSET_OBJ_SPEC_CV_CONST_HANDLER()
44602 …Z_OBJ_HT_P(container)->unset_property(container, offset, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACH… in ZEND_UNSET_OBJ_SPEC_CV_TMPVAR_HANDLER()
49737 …Z_OBJ_HT_P(container)->unset_property(container, offset, ((IS_CV == IS_CONST) ? CACHE_ADDR(opline-… in ZEND_UNSET_OBJ_SPEC_CV_CV_HANDLER()
H A Dzend_vm_def.h6282 …Z_OBJ_HT_P(container)->unset_property(container, offset, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(opli…
/PHP-7.4/
H A DUPGRADING.INTERNALS127 * unset_property
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c2659 pdo_dbstmt_object_handlers.unset_property = dbstmt_prop_delete; in pdo_stmt_init()
2678 pdo_row_object_handlers.unset_property = row_prop_delete; in pdo_stmt_init()
/PHP-7.4/ext/ffi/
H A Dffi.c5039 zend_ffi_handlers.unset_property = zend_fake_unset_property;
5070 zend_ffi_cdata_handlers.unset_property = zend_fake_unset_property;
5094 zend_ffi_cdata_value_handlers.unset_property = zend_fake_unset_property;
5118 zend_ffi_cdata_free_handlers.unset_property = zend_ffi_free_unset_property;
5148 zend_ffi_ctype_handlers.unset_property = zend_fake_unset_property;
/PHP-7.4/ext/spl/
H A Dspl_array.c2071 spl_handler_ArrayObject.unset_property = spl_array_unset_property; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c2721 sxe_object_handlers.unset_property = sxe_property_delete; in PHP_MINIT_FUNCTION()

Completed in 224 milliseconds