Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dincomplete_class.c116 php_incomplete_object_handlers.unset_property = incomplete_class_unset_property; in php_register_incomplete_class_handlers()
/php-src/ext/xsl/
H A Dphp_xsl.c276 xsl_object_handlers.unset_property = xsl_objects_unset_property; in PHP_MINIT_FUNCTION()
/php-src/Zend/
H A Dzend_object_handlers.h218 zend_object_unset_property_t unset_property; /* required */ member
H A Dzend_API.c5016 object->handlers->unset_property(object, property, 0); in zend_unset_property()
H A Dzend_vm_execute.h26081 …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()
28597 …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()
33045 …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()
35302 …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()
37298 …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()
39943 …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()
45237 …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()
48991 …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()
54585 …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.h6792 …Z_OBJ_HT_P(container)->unset_property(Z_OBJ_P(container), name, ((OP2_TYPE == IS_CONST) ? CACHE_AD…
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c1345 xmlreader_object_handlers.unset_property = xmlreader_unset_property; in PHP_MINIT_FUNCTION()
/php-src/ext/pdo/
H A Dpdo_stmt.c2482 pdo_dbstmt_object_handlers.unset_property = dbstmt_prop_delete; in pdo_stmt_init()
2498 pdo_row_object_handlers.unset_property = row_prop_delete; in pdo_stmt_init()
/php-src/ext/bcmath/
H A Dbcmath.c1011 bcmath_number_obj_handlers.unset_property = bcmath_number_unset_property; in bcmath_number_register_class()
/php-src/ext/ffi/
H A Dffi.c5442 zend_ffi_handlers.unset_property = zend_fake_unset_property;
5468 zend_ffi_cdata_handlers.unset_property = zend_fake_unset_property;
5492 zend_ffi_cdata_value_handlers.unset_property = zend_fake_unset_property;
5515 zend_ffi_cdata_free_handlers.unset_property = zend_ffi_free_unset_property;
5542 zend_ffi_ctype_handlers.unset_property = zend_fake_unset_property;
/php-src/ext/spl/
H A Dspl_array.c1896 spl_handler_ArrayObject.unset_property = spl_array_unset_property; in PHP_MINIT_FUNCTION()
/php-src/ext/simplexml/
H A Dsimplexml.c2660 sxe_object_handlers.unset_property = sxe_property_delete; in PHP_MINIT_FUNCTION()
/php-src/ext/dom/
H A Dphp_dom.c767 dom_object_handlers.unset_property = dom_unset_property; in PHP_MINIT_FUNCTION()
/php-src/ext/date/
H A Dphp_date.c1804 date_object_handlers_period.unset_property = date_period_unset_property; in date_register_classes()

Completed in 284 milliseconds