Lines Matching refs:function

11 function error_404(): void
24 function error_404_manual(): void
40 function error_inactive_manual_page($lang_name, $en_page): void
66 function error_noservice(): void
81 function error_nomirror($mirror): void {
93 function status_header(int $status): bool
128 function is_known_ini(string $ini): ?string {
297 'session.hash-function' => 'session.configuration.php#ini.session.hash-function',
343 function is_known_variable(string $variable): ?string {
371 function is_known_term(string $term): ?string {
379 '__halt_compiler' => 'function.halt-compiler.php',
380 '__PHP_Incomplete_Class' => 'function.unserialize.php',
393 'date' => 'function.date.php',
405 'file' => 'function.file.php',
408 'fopen' => 'function.fopen.php',
413 'function' => 'language.functions.php',
418 'header' => 'function.header.php',
423 'include' => 'function.include.php',
429 'location' => 'function.header.php',
430 'mail' => 'function.mail.php',
449 'redirect' => 'function.header.php',
465 'timestamp' => 'function.time.php',
475 '__COMPILER_HALT_OFFSET__' => 'function.halt-compiler.php',
545 function is_known_snippet(string $term): ?string {
564 'function' => '
566 <a href="/language.functions">function is defined</a>, or
567 <a href="/about.prototypes">how to read a function prototype</a>.
579 function get_legacy_manual_urls(string $uri): array
583 …$page_id = preg_replace_callback('/^manual\/.*\/(.*?)(\.php)?$/', function (array $matches): strin…
605 function fallback_to_legacy_manuals(array $legacy_urls): void
632 function convert_manual_uri_to_legacy(string $uri, int $php_version): string