wppaste
WordPress

WP_Debug_Data::get_wp_server(): array<string,

Since
6.7.0
Source
wp-admin/includes/class-wp-debug-data.php:345
Gets the WordPress server section of the debug data.

Compatibility

WordPress
since 6.7.0
PHP
7.4–8.6-dev
  • 6.7.7
  • 6.8.8
  • 6.9.7
  • 7.0.4
  • 7.1.0

Present in every tracked release (6.7.7 to 7.1.0), and compiles on PHP 7.4 through 8.6-dev.

Return value

array<string,
string|array> The server-related debug data.

Performance profile

How much work a call to WP_Debug_Data::get_wp_server() does, and what it touches: the algorithmic scaling, the Zend instruction count per call across PHP versions, the hooks it hands control to, and the core code that calls it. Measured from the compiled opcodes, not a stopwatch, so every number is identical on any machine running the same PHP version, and every function in core is ranked by cost.

Cost class
Heavy

Reads or writes the filesystem via is_file().

Scaling
Constant

No loop in the body: the same number of instructions runs whatever you pass in.

Instructions
287–481

Executed per call on PHP 8.5, depending on the branch taken. The body compiles to 589.

Plugin surface
None

Nothing here hands control to plugin code.

Called by
1

1 place in core call this, so the cost is paid more often than your own code shows.

What it touches

  • filesystemfilesystem accessis_file()called directly
  • hookthird-party callbacksapply_filters()one call below WP_Debug_Data::get_wp_server()
  • optionoption read or writeget_option()one call below WP_Debug_Data::get_wp_server()

Further down the call graph this can also reach cache, serialize, query and transient. Those are the worst case, several calls deep and usually down an error path, not what a normal call pays.

What one call costs · 24 distinct outcomes

One number would be a lie: the work depends on which branch runs. These are every distinct cost WP_Debug_Data::get_wp_server() can have, taken from its control-flow graph on PHP 8.5.

WhenInstructionsCalls it makes
empty($value) && extension_loaded() && !isset($value)287–295__(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), got_url_rewrite(), __(), __(), is_file(), get_home_path(), is_file(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), __(), __(), __()
empty($value) && extension_loaded() && !is_file() && !isset($value)289–298__(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), got_url_rewrite(), __(), __(), is_file(), get_home_path(), is_file(), got_url_rewrite(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), __(), __(), __()
empty($value) && extension_loaded() && isset($value)292–300__(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), got_url_rewrite(), __(), __(), is_file(), get_home_path(), is_file(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), wp_date(), __(), __()
empty($value) && extension_loaded() && !is_file() && isset($value)294–303__(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), got_url_rewrite(), __(), __(), is_file(), get_home_path(), is_file(), got_url_rewrite(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), wp_date(), __(), __()
empty($value) && extension_loaded() && is_file() && !isset($value)316–325__(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), got_url_rewrite(), __(), __(), is_file(), file_get_contents(), __(), sprintf(), __(), get_home_path(), is_file(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), __(), __(), __()
empty($value) && extension_loaded() && !isset($value)318–328__(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), got_url_rewrite(), __(), __(), is_file(), file_get_contents(), __(), sprintf(), __(), get_home_path(), is_file(), got_url_rewrite(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), __(), __(), __()
empty($value) && extension_loaded() && is_file() && isset($value)321–330__(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), got_url_rewrite(), __(), __(), is_file(), file_get_contents(), __(), sprintf(), __(), get_home_path(), is_file(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), wp_date(), __(), __()
empty($value) && extension_loaded() && isset($value)323–333__(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), got_url_rewrite(), __(), __(), is_file(), file_get_contents(), __(), sprintf(), __(), get_home_path(), is_file(), got_url_rewrite(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), wp_date(), __(), __()
empty($value) && extension_loaded() && $opcache_status !== false && !isset($value)380–383__(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), get_home_path(), is_file(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), __(), __(), __()
empty($value) && extension_loaded() && $opcache_status !== false && !is_file() && !isset($value)382–386__(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), get_home_path(), is_file(), got_url_rewrite(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), __(), __(), __()
empty($value) && extension_loaded() && $opcache_status !== false && isset($value)385–388__(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), get_home_path(), is_file(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), wp_date(), __(), __()
empty($value) && extension_loaded() && $opcache_status !== false && !is_file() && isset($value)387–391__(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), get_home_path(), is_file(), got_url_rewrite(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), wp_date(), __(), __()
12 further outcomes, up to 481 instructions
empty($value) && extension_loaded() && $opcache_status !== false && is_file() && !isset($value)409–413__(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), file_get_contents(), __(), sprintf(), __(), get_home_path(), is_file(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), __(), __(), __()
empty($value) && extension_loaded() && $opcache_status !== false && !isset($value)411–416__(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), file_get_contents(), __(), sprintf(), __(), get_home_path(), is_file(), got_url_rewrite(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), __(), __(), __()
empty($value) && extension_loaded() && $opcache_status !== false && is_file() && isset($value)414–418__(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), file_get_contents(), __(), sprintf(), __(), get_home_path(), is_file(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), wp_date(), __(), __()
empty($value) && extension_loaded() && $opcache_status !== false && isset($value)416–421__(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), file_get_contents(), __(), sprintf(), __(), get_home_path(), is_file(), got_url_rewrite(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), wp_date(), __(), __()
empty($value) && $opcache_status !== false && !isset($value)440–443__(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), size_format(), size_format(), sprintf(), round(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), get_home_path(), is_file(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), __(), __(), __()
empty($value) && $opcache_status !== false && !is_file() && !isset($value)442–446__(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), size_format(), size_format(), sprintf(), round(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), get_home_path(), is_file(), got_url_rewrite(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), __(), __(), __()
empty($value) && $opcache_status !== false && isset($value)445–448__(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), size_format(), size_format(), sprintf(), round(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), get_home_path(), is_file(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), wp_date(), __(), __()
empty($value) && $opcache_status !== false && !is_file() && isset($value)447–451__(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), size_format(), size_format(), sprintf(), round(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), get_home_path(), is_file(), got_url_rewrite(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), wp_date(), __(), __()
empty($value) && $opcache_status !== false && is_file() && !isset($value)469–473__(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), size_format(), size_format(), sprintf(), round(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), file_get_contents(), __(), sprintf(), __(), get_home_path(), is_file(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), __(), __(), __()
empty($value) && $opcache_status !== false && !isset($value)471–476__(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), size_format(), size_format(), sprintf(), round(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), file_get_contents(), __(), sprintf(), __(), get_home_path(), is_file(), got_url_rewrite(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), __(), __(), __()
empty($value) && $opcache_status !== false && is_file() && isset($value)474–478__(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), size_format(), size_format(), sprintf(), round(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), file_get_contents(), __(), sprintf(), __(), get_home_path(), is_file(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), wp_date(), __(), __()
empty($value) && $opcache_status !== false && isset($value)476–481__(), __(), __(), __(), __(), __(), __(), ini_get(), __(), ini_get(), ::WP_Site_Health(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), __(), ini_get(), curl_version(), __(), extension_loaded(), __(), __(), extension_loaded(), __(), __(), opcache_get_status(), __(), __(), __(), __(), size_format(), size_format(), sprintf(), __(), __(), number_format_i18n(), size_format(), size_format(), sprintf(), round(), __(), __(), number_format_i18n(), sprintf(), round(), __(), __(), got_url_rewrite(), __(), __(), is_file(), file_get_contents(), __(), sprintf(), __(), get_home_path(), is_file(), got_url_rewrite(), __(), sprintf(), __(), label(), label(), __(), ->format(), __(), ->format(), __(), wp_date(), __(), __()

This body has more branch combinations than are worth enumerating, so the table covers the outcomes found first rather than every one that exists.

Across PHP versions

PHPCompiledExecutedBranchesNotes
8.6-dev573281–4731816 fewer instructions than PHP 8.5
8.5589287–48118
8.4589287–4811827 fewer instructions than PHP 8.3
8.3616305–50619
8.2616305–50619
8.1616305–50619
7.4616305–50619

An instruction is not a fixed amount of time, so a matching count is not necessarily the same speed; what it rules out is a difference in the work itself.

Uses · 10

  • __()Retrieves the translation of $text.
  • wp_unslash()Removes slashes from a string or recursively removes slashes from strings within an array.
  • size_format()Converts a number of bytes to the largest unit the bytes will fit into.
  • number_format_i18n()Converts float number to format based on the locale.
  • got_url_rewrite()Returns whether the server supports URL rewriting.
  • get_home_path()Gets the absolute filesystem path to the root of the WordPress installation.
  • wp_date()Retrieves the date, in localized format.
  • WP_Site_Health::get_instance()Returns an instance of the WP_Site_Health class, or create one if none exist yet.
  • DateTime::__construct()
  • DateTimeZone::__construct()

Used by · 1

Source code

	private static function get_wp_server(): array {		// Populate the server debug fields.		if ( function_exists( 'php_uname' ) ) {			$server_architecture = sprintf( '%s %s %s', php_uname( 's' ), php_uname( 'r' ), php_uname( 'm' ) );		} else {			$server_architecture = 'unknown';		} 		$php_version_debug = PHP_VERSION;		// Whether PHP supports 64-bit.		$php64bit = ( PHP_INT_SIZE * 8 === 64 ); 		$php_version = sprintf(			'%s %s',			$php_version_debug,			( $php64bit ? __( '(Supports 64bit values)' ) : __( '(Does not support 64bit values)' ) )		); 		if ( $php64bit ) {			$php_version_debug .= ' 64bit';		} 		$fields = array(); 		$fields['server_architecture'] = array(			'label' => __( 'Server architecture' ),			'value' => ( 'unknown' !== $server_architecture ? $server_architecture : __( 'Unable to determine server architecture' ) ),			'debug' => $server_architecture,		);		$fields['httpd_software']      = array(			'label' => __( 'Web server' ),			'value' => ! empty( $_SERVER['SERVER_SOFTWARE'] ) ? wp_unslash( $_SERVER['SERVER_SOFTWARE'] ) : __( 'Unable to determine what web server software is used' ),			'debug' => ! empty( $_SERVER['SERVER_SOFTWARE'] ) ? wp_unslash( $_SERVER['SERVER_SOFTWARE'] ) : 'unknown',		);		$fields['php_version']         = array(			'label' => __( 'PHP version' ),			'value' => $php_version,			'debug' => $php_version_debug,		);		$fields['php_sapi']            = array(			'label' => __( 'PHP SAPI' ),			'value' => PHP_SAPI,			'debug' => PHP_SAPI,		); 		$fields['max_input_variables'] = array(			'label' => __( 'PHP max input variables' ),			'value' => ini_get( 'max_input_vars' ),		);		$fields['time_limit']          = array(			'label' => __( 'PHP time limit' ),			'value' => ini_get( 'max_execution_time' ),		); 		if ( WP_Site_Health::get_instance()->php_memory_limit !== ini_get( 'memory_limit' ) ) {			$fields['memory_limit']       = array(				'label' => __( 'PHP memory limit' ),				'value' => WP_Site_Health::get_instance()->php_memory_limit,			);			$fields['admin_memory_limit'] = array(				'label' => __( 'PHP memory limit (only for admin screens)' ),				'value' => ini_get( 'memory_limit' ),			);		} else {			$fields['memory_limit'] = array(				'label' => __( 'PHP memory limit' ),				'value' => ini_get( 'memory_limit' ),			);		} 		$fields['max_input_time']      = array(			'label' => __( 'Max input time' ),			'value' => ini_get( 'max_input_time' ),		);		$fields['upload_max_filesize'] = array(			'label' => __( 'Upload max filesize' ),			'value' => ini_get( 'upload_max_filesize' ),		);		$fields['php_post_max_size']   = array(			'label' => __( 'PHP post max size' ),

Changelog

Introduced in 6.7.0. One change between 6.7.7 and 7.1.0.

  1. 6.7.7
  2. 6.8.8
  3. 6.9.7
  4. 7.0.4
  5. 7.1.0

Signature, return type and hooks compared across 5 parsed releases.

7.0.4
Return type changed from array to array<string,.verified against source
6.7.0
Introduced.from the docblock

About this page

Parsed data
Generated from the wordpress-develop 7.1.0 tag, from src/wp-admin/includes/class-wp-debug-data.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.