Lines Matching refs:function

9 function error_404(): void
22 function error_404_manual(): void
38 function error_inactive_manual_page($lang_name, $en_page): void
64 function error_noservice(): void
79 function error_nomirror($mirror): void {
91 function status_header(int $status): bool
126 function is_known_ini(string $ini): ?string {
295 'session.hash-function' => 'session.configuration.php#ini.session.hash-function',
341 function is_known_variable(string $variable): ?string {
369 function is_known_term(string $term): ?string {
377 '__halt_compiler' => 'function.halt-compiler.php',
378 '__PHP_Incomplete_Class' => 'function.unserialize.php',
391 'date' => 'function.date.php',
403 'file' => 'function.file.php',
406 'fopen' => 'function.fopen.php',
411 'function' => 'language.functions.php',
416 'header' => 'function.header.php',
421 'include' => 'function.include.php',
427 'location' => 'function.header.php',
428 'mail' => 'function.mail.php',
447 'redirect' => 'function.header.php',
463 'timestamp' => 'function.time.php',
473 '__COMPILER_HALT_OFFSET__' => 'function.halt-compiler.php',
543 function is_known_snippet(string $term): ?string {
562 'function' => '
564 <a href="/language.functions">function is defined</a>, or
565 <a href="/about.prototypes">how to read a function prototype</a>.
577 function get_legacy_manual_urls(string $uri): array
581 …$page_id = preg_replace_callback('/^manual\/.*\/(.*?)(\.php)?$/', function (array $matches): strin…
603 function fallback_to_legacy_manuals(array $legacy_urls): void
630 function convert_manual_uri_to_legacy(string $uri, int $php_version): string