__set 151 Zend/zend.h union _zend_function *__set; __set 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; __set 2291 Zend/zend_API.c __set = reg_function; __set 2337 Zend/zend_API.c scope->__set = __set; __set 2386 Zend/zend_API.c if (__set) { __set 2387 Zend/zend_API.c if (__set->common.fn_flags & ZEND_ACC_STATIC) { __set 2388 Zend/zend_API.c zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__set->common.function_name)); __set 2390 Zend/zend_API.c __set->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; __set 206 Zend/zend_API.h class_container.__set = handle_propset; \ __set 1648 Zend/zend_compile.c ce->__set = NULL; __set 4756 Zend/zend_compile.c ce->__set = (zend_function *) op_array; __set 1159 Zend/zend_execute.c if (!zobj->ce->__set) { __set 108 Zend/zend_inheritance.c if (EXPECTED(!ce->__set)) { __set 109 Zend/zend_inheritance.c ce->__set = ce->parent->__set; __set 1055 Zend/zend_inheritance.c ce->__set = fe; __set 223 Zend/zend_object_handlers.c zend_call_method_with_2_params(object, ce, &ce->__set, ZEND_SET_FUNC_NAME, &retval, member, value); __set 625 Zend/zend_object_handlers.c property_offset = zend_get_property_offset(zobj->ce, Z_STR_P(member), (zobj->ce->__set != NULL), cache_slot); __set 651 Zend/zend_object_handlers.c if (zobj->ce->__set) { __set 1285 ext/mysqli/mysqli.c if (!ce->default_properties_count && !ce->__set) { __set 449 ext/opcache/zend_accelerator_util_funcs.c zend_update_inherited_handler(__set); __set 636 ext/opcache/zend_file_cache.c SERIALIZE_PTR(ce->__set); __set 1175 ext/opcache/zend_file_cache.c UNSERIALIZE_PTR(ce->__set); __set 861 ext/opcache/zend_persist.c if (ce->__set) { __set 862 ext/opcache/zend_persist.c ce->__set = zend_shared_alloc_get_xlat_entry(ce->__set); __set 2783 ext/pgsql/pgsql.c if (!ce->default_properties_count && !ce->__set) {