__unset 152 Zend/zend.h union _zend_function *__unset; __unset 2129 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 2294 Zend/zend_API.c __unset = reg_function; __unset 2338 Zend/zend_API.c scope->__unset = __unset; __unset 2392 Zend/zend_API.c if (__unset) { __unset 2393 Zend/zend_API.c if (__unset->common.fn_flags & ZEND_ACC_STATIC) { __unset 2394 Zend/zend_API.c zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__unset->common.function_name)); __unset 2396 Zend/zend_API.c __unset->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; __unset 207 Zend/zend_API.h class_container.__unset = handle_propunset; \ __unset 1649 Zend/zend_compile.c ce->__unset = NULL; __unset 4763 Zend/zend_compile.c ce->__unset = (zend_function *) op_array; __unset 111 Zend/zend_inheritance.c if (EXPECTED(!ce->__unset)) { __unset 112 Zend/zend_inheritance.c ce->__unset = ce->parent->__unset; __unset 1060 Zend/zend_inheritance.c ce->__unset = fe; __unset 248 Zend/zend_object_handlers.c zend_call_method_with_1_params(object, ce, &ce->__unset, ZEND_UNSET_FUNC_NAME, NULL, member); __unset 878 Zend/zend_object_handlers.c property_offset = zend_get_property_offset(zobj->ce, Z_STR_P(member), (zobj->ce->__unset != NULL), cache_slot); __unset 908 Zend/zend_object_handlers.c if (zobj->ce->__unset) { __unset 455 ext/opcache/zend_accelerator_util_funcs.c zend_update_inherited_handler(__unset); __unset 641 ext/opcache/zend_file_cache.c SERIALIZE_PTR(ce->__unset); __unset 1180 ext/opcache/zend_file_cache.c UNSERIALIZE_PTR(ce->__unset); __unset 876 ext/opcache/zend_persist.c if (ce->__unset) { __unset 877 ext/opcache/zend_persist.c ce->__unset = zend_shared_alloc_get_xlat_entry(ce->__unset);