unset_property    448 Zend/zend_closures.c 	closure_handlers.unset_property = zend_closure_unset_property;
unset_property    237 Zend/zend_exceptions.c 		Z_OBJ_HANDLER_P(object, unset_property)(object, tmp, 0 TSRMLS_CC); \
unset_property    133 Zend/zend_object_handlers.h 	zend_object_unset_property_t			unset_property;
unset_property   4270 Zend/zend_vm_def.h 			if (Z_OBJ_HT_P(*container)->unset_property) {
unset_property   4271 Zend/zend_vm_def.h 				Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
unset_property   16309 Zend/zend_vm_execute.h 			if (Z_OBJ_HT_P(*container)->unset_property) {
unset_property   16310 Zend/zend_vm_execute.h 				Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
unset_property   18494 Zend/zend_vm_execute.h 			if (Z_OBJ_HT_P(*container)->unset_property) {
unset_property   18495 Zend/zend_vm_execute.h 				Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
unset_property   20890 Zend/zend_vm_execute.h 			if (Z_OBJ_HT_P(*container)->unset_property) {
unset_property   20891 Zend/zend_vm_execute.h 				Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
unset_property   24280 Zend/zend_vm_execute.h 			if (Z_OBJ_HT_P(*container)->unset_property) {
unset_property   24281 Zend/zend_vm_execute.h 				Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
unset_property   25800 Zend/zend_vm_execute.h 			if (Z_OBJ_HT_P(*container)->unset_property) {
unset_property   25801 Zend/zend_vm_execute.h 				Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
unset_property   27122 Zend/zend_vm_execute.h 			if (Z_OBJ_HT_P(*container)->unset_property) {
unset_property   27123 Zend/zend_vm_execute.h 				Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
unset_property   28444 Zend/zend_vm_execute.h 			if (Z_OBJ_HT_P(*container)->unset_property) {
unset_property   28445 Zend/zend_vm_execute.h 				Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
unset_property   30195 Zend/zend_vm_execute.h 			if (Z_OBJ_HT_P(*container)->unset_property) {
unset_property   30196 Zend/zend_vm_execute.h 				Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
unset_property   33619 Zend/zend_vm_execute.h 			if (Z_OBJ_HT_P(*container)->unset_property) {
unset_property   33620 Zend/zend_vm_execute.h 				Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
unset_property   35667 Zend/zend_vm_execute.h 			if (Z_OBJ_HT_P(*container)->unset_property) {
unset_property   35668 Zend/zend_vm_execute.h 				Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
unset_property   37925 Zend/zend_vm_execute.h 			if (Z_OBJ_HT_P(*container)->unset_property) {
unset_property   37926 Zend/zend_vm_execute.h 				Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
unset_property   41028 Zend/zend_vm_execute.h 			if (Z_OBJ_HT_P(*container)->unset_property) {
unset_property   41029 Zend/zend_vm_execute.h 				Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
unset_property   2239 ext/pdo/pdo_stmt.c 		std_object_handlers.unset_property(object, member, key TSRMLS_CC);
unset_property   2336 ext/pdo/pdo_stmt.c 	pdo_dbstmt_object_handlers.unset_property = dbstmt_prop_delete;
unset_property   1286 ext/soap/php_encoding.c 		Z_OBJ_HT_P(object)->unset_property(object, &member, 0 TSRMLS_CC);
unset_property    904 ext/spl/spl_array.c 	std_object_handlers.unset_property(object, member, key TSRMLS_CC);
unset_property   1982 ext/spl/spl_array.c 	spl_handler_ArrayObject.unset_property = spl_array_unset_property;
unset_property    127 ext/standard/incomplete_class.c 	php_incomplete_object_handlers.unset_property = incomplete_class_unset_property;
unset_property    267 ext/standard/user_filters.c 	Z_OBJ_HANDLER_P(obj, unset_property)(obj, &zpropname, 0 TSRMLS_CC);