unset_property    536 Zend/zend_closures.c 	closure_handlers.unset_property = zend_closure_unset_property;
unset_property    299 Zend/zend_exceptions.c 		Z_OBJ_HANDLER_P(object, unset_property)(object, &tmp, NULL); \
unset_property    140 Zend/zend_object_handlers.h 	zend_object_unset_property_t			unset_property;
unset_property   5726 Zend/zend_vm_def.h 		if (Z_OBJ_HT_P(container)->unset_property) {
unset_property   5727 Zend/zend_vm_def.h 			Z_OBJ_HT_P(container)->unset_property(container, offset, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
unset_property   18036 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(container)->unset_property) {
unset_property   18037 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->unset_property(container, offset, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
unset_property   21192 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(container)->unset_property) {
unset_property   21193 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->unset_property(container, offset, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
unset_property   22770 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(container)->unset_property) {
unset_property   22771 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->unset_property(container, offset, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
unset_property   24151 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(container)->unset_property) {
unset_property   24152 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->unset_property(container, offset, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
unset_property   26459 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(container)->unset_property) {
unset_property   26460 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->unset_property(container, offset, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
unset_property   27953 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(container)->unset_property) {
unset_property   27954 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->unset_property(container, offset, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
unset_property   32463 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(container)->unset_property) {
unset_property   32464 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->unset_property(container, offset, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
unset_property   37466 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(container)->unset_property) {
unset_property   37467 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->unset_property(container, offset, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
unset_property   40048 Zend/zend_vm_execute.h 		if (Z_OBJ_HT_P(container)->unset_property) {
unset_property   40049 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->unset_property(container, offset, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
unset_property   2205 ext/pdo/pdo_stmt.c 		std_object_handlers.unset_property(object, member, cache_slot);
unset_property   2285 ext/pdo/pdo_stmt.c 	pdo_dbstmt_object_handlers.unset_property = dbstmt_prop_delete;
unset_property   1223 ext/soap/php_encoding.c 		Z_OBJ_HT_P(object)->unset_property(object, &member, NULL);
unset_property    907 ext/spl/spl_array.c 	std_object_handlers.unset_property(object, member, cache_slot);
unset_property   1946 ext/spl/spl_array.c 	spl_handler_ArrayObject.unset_property = spl_array_unset_property;
unset_property    124 ext/standard/incomplete_class.c 	php_incomplete_object_handlers.unset_property = incomplete_class_unset_property;
unset_property    246 ext/standard/user_filters.c 	Z_OBJ_HANDLER_P(obj, unset_property)(obj, &zpropname, NULL);