Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dincomplete_class.c127 php_incomplete_object_handlers.unset_property = incomplete_class_unset_property; in php_create_incomplete_class()
H A Duser_filters.c262 Z_OBJ_HANDLER_P(obj, unset_property)(obj, &zpropname TSRMLS_CC); in userfilter_filter()
/PHP-5.3/Zend/
H A Dzend_object_handlers.h127 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.c326 closure_handlers.unset_property = zend_closure_unset_property; in zend_register_closure_ce()
H A Dzend_vm_execute.h10874 if (Z_OBJ_HT_P(*container)->unset_property) { in ZEND_UNSET_OBJ_SPEC_VAR_CONST_HANDLER()
12628 if (Z_OBJ_HT_P(*container)->unset_property) { in ZEND_UNSET_OBJ_SPEC_VAR_TMP_HANDLER()
14433 if (Z_OBJ_HT_P(*container)->unset_property) { in ZEND_UNSET_OBJ_SPEC_VAR_VAR_HANDLER()
16827 if (Z_OBJ_HT_P(*container)->unset_property) { in ZEND_UNSET_OBJ_SPEC_VAR_CV_HANDLER()
18023 if (Z_OBJ_HT_P(*container)->unset_property) { in ZEND_UNSET_OBJ_SPEC_UNUSED_CONST_HANDLER()
19082 if (Z_OBJ_HT_P(*container)->unset_property) { in ZEND_UNSET_OBJ_SPEC_UNUSED_TMP_HANDLER()
20141 if (Z_OBJ_HT_P(*container)->unset_property) { in ZEND_UNSET_OBJ_SPEC_UNUSED_VAR_HANDLER()
21459 if (Z_OBJ_HT_P(*container)->unset_property) { in ZEND_UNSET_OBJ_SPEC_UNUSED_CV_HANDLER()
24465 if (Z_OBJ_HT_P(*container)->unset_property) { in ZEND_UNSET_OBJ_SPEC_CV_CONST_HANDLER()
26107 if (Z_OBJ_HT_P(*container)->unset_property) { in ZEND_UNSET_OBJ_SPEC_CV_TMP_HANDLER()
[all …]
H A Dzend_vm_def.h3553 if (Z_OBJ_HT_P(*container)->unset_property) {
3554 Z_OBJ_HT_P(*container)->unset_property(*container, offset TSRMLS_CC);
/PHP-5.3/ext/spl/
H A Dspl_array.c843 std_object_handlers.unset_property(object, member TSRMLS_CC); in spl_array_unset_property()
2036 spl_handler_ArrayObject.unset_property = spl_array_unset_property; in PHP_MINIT_FUNCTION()
/PHP-5.3/ext/pdo/
H A Dpdo_stmt.c2269 std_object_handlers.unset_property(object, member TSRMLS_CC); in dbstmt_prop_delete()
2369 pdo_dbstmt_object_handlers.unset_property = dbstmt_prop_delete; in pdo_stmt_init()
/PHP-5.3/ext/soap/
H A Dphp_encoding.c1296 Z_OBJ_HT_P(object)->unset_property(object, &member TSRMLS_CC); in unset_zval_property()

Completed in 117 milliseconds