__unset 500 Zend/zend.h union _zend_function *__unset; __unset 2037 Zend/zend_API.c zend_function *ctor = NULL, *dtor = NULL, *clone = NULL, *__get = NULL, *__set = NULL, *__unset = NULL, *__isset = NULL, *__call = NULL, *__callstatic = NULL, *__tostring = NULL, *__debugInfo = NULL; __unset 2183 Zend/zend_API.c __unset = reg_function; __unset 2224 Zend/zend_API.c scope->__unset = __unset; __unset 2278 Zend/zend_API.c if (__unset) { __unset 2279 Zend/zend_API.c if (__unset->common.fn_flags & ZEND_ACC_STATIC) { __unset 2280 Zend/zend_API.c zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __unset->common.function_name); __unset 2282 Zend/zend_API.c __unset->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; __unset 198 Zend/zend_API.h class_container.__unset = handle_propunset; \ __unset 1682 Zend/zend_compile.c CG(active_class_entry)->__unset = (zend_function *) CG(active_op_array); __unset 3141 Zend/zend_compile.c if (!ce->__unset) { __unset 3142 Zend/zend_compile.c ce->__unset = ce->parent->__unset; __unset 3997 Zend/zend_compile.c ce->__unset = fe; __unset 6982 Zend/zend_compile.c ce->__unset = NULL; __unset 242 Zend/zend_object_handlers.c zend_call_method_with_1_params(&object, ce, &ce->__unset, ZEND_UNSET_FUNC_NAME, NULL, member); __unset 844 Zend/zend_object_handlers.c property_info = zend_get_property_info_quick(zobj->ce, member, (zobj->ce->__unset != NULL), key TSRMLS_CC); __unset 858 Zend/zend_object_handlers.c if (zobj->ce->__unset && __unset 870 Zend/zend_object_handlers.c } else if (zobj->ce->__unset && guard && guard->in_unset == 1) { __unset 789 ext/opcache/zend_accelerator_util_funcs.c zend_update_inherited_handler(__unset); __unset 675 ext/opcache/zend_persist.c if (ce->__unset) { __unset 676 ext/opcache/zend_persist.c ce->__unset = zend_shared_alloc_get_xlat_entry(ce->__unset); __unset 677 ext/opcache/zend_persist.c ce->__unset->op_array.refcount++;