Home
last modified time | relevance | path

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

/PHP-7.0/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.c246 Z_OBJ_HANDLER_P(obj, unset_property)(obj, &zpropname, NULL); in userfilter_filter()
/PHP-7.0/Zend/
H A Dzend_object_handlers.h140 zend_object_unset_property_t unset_property; member
H A DOBJECTS2_HOWTO135 zend_object_unset_property_t unset_property;
182 unset_property - removes value for the property of the object
H A Dzend_closures.c539 closure_handlers.unset_property = zend_closure_unset_property; in zend_register_closure_ce()
H A Dzend_API.c3862 if (!Z_OBJ_HT_P(object)->unset_property) { in zend_unset_property()
3866 Z_OBJ_HT_P(object)->unset_property(object, &property, 0); in zend_unset_property()
H A Dzend_vm_execute.h18251 if (Z_OBJ_HT_P(container)->unset_property) {
21430 if (Z_OBJ_HT_P(container)->unset_property) {
21431 …Z_OBJ_HT_P(container)->unset_property(container, offset, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE…
23025 if (Z_OBJ_HT_P(container)->unset_property) {
24424 if (Z_OBJ_HT_P(container)->unset_property) {
26750 if (Z_OBJ_HT_P(container)->unset_property) {
26751 …Z_OBJ_HT_P(container)->unset_property(container, offset, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE…
28262 if (Z_OBJ_HT_P(container)->unset_property) {
32825 if (Z_OBJ_HT_P(container)->unset_property) {
37878 if (Z_OBJ_HT_P(container)->unset_property) {
[all …]
H A Dzend_vm_def.h5763 if (Z_OBJ_HT_P(container)->unset_property) {
5764 …Z_OBJ_HT_P(container)->unset_property(container, offset, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(Z_CA…
/PHP-7.0/ext/spl/
H A Dspl_array.c929 std_object_handlers.unset_property(object, member, cache_slot); in spl_array_unset_property()
1980 spl_handler_ArrayObject.unset_property = spl_array_unset_property; in PHP_MINIT_FUNCTION()
/PHP-7.0/ext/pdo/
H A Dpdo_stmt.c2211 std_object_handlers.unset_property(object, member, cache_slot); in dbstmt_prop_delete()
2295 pdo_dbstmt_object_handlers.unset_property = dbstmt_prop_delete; in pdo_stmt_init()
/PHP-7.0/ext/soap/
H A Dphp_encoding.c1236 Z_OBJ_HT_P(object)->unset_property(object, &member, NULL); in unset_zval_property()

Completed in 175 milliseconds