Lines Matching refs:flags

24 function ob_start($callback = null, int $chunk_size = 0, int $flags = PHP_OUTPUT_HANDLER_STDFLAGS):…  argument
66 function stream_wrapper_register(string $protocol, string $class, int $flags = 0): bool {} argument
69 function stream_register_wrapper(string $protocol, string $class, int $flags = 0): bool {} argument
80 function krsort(array &$array, int $flags = SORT_REGULAR): bool {} argument
83 function ksort(array &$array, int $flags = SORT_REGULAR): bool {} argument
95 function asort(array &$array, int $flags = SORT_REGULAR): bool {} argument
98 function arsort(array &$array, int $flags = SORT_REGULAR): bool {} argument
101 function sort(array &$array, int $flags = SORT_REGULAR): bool {} argument
103 function rsort(array &$array, int $flags = SORT_REGULAR): bool {} argument
144 function extract(array &$array, int $flags = EXTR_OVERWRITE, string $prefix = ""): int {} argument
222 function array_unique(array $array, int $flags = SORT_STRING): array {} argument
636 function openlog(string $prefix, int $flags, int $facility): bool {} argument
686 function htmlspecialchars(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, ?… argument
688 function htmlspecialchars_decode(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTM… argument
690 function html_entity_decode(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401,… argument
693 function htmlentities(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, ?stri… argument
699 function get_html_translation_table(int $table = HTML_SPECIALCHARS, int $flags = ENT_QUOTES | ENT_S… argument
768 function pathinfo(string $path, int $flags = PATHINFO_ALL): array|string {} argument
977 function glob(string $pattern, int $flags = 0): array|false {} argument
1143 function file(string $filename, int $flags = 0, $context = null): array|false {} argument
1155 function file_put_contents(string $filename, mixed $data, int $flags = 0, $context = null): int|fal… argument
1171 function fnmatch(string $pattern, string $filename, int $flags = 0): bool {} argument
1325 function phpinfo(int $flags = INFO_ALL): bool {} // make return type void argument
1331 function phpcredits(int $flags = CREDITS_ALL): bool {} // make return type void argument
1634 …&$error_code = null, &$error_message = null, ?float $timeout = null, int $flags = STREAM_CLIENT_CO… argument
1643 …server(string $address, &$error_code = null, &$error_message = null, int $flags = STREAM_SERVER_BI… argument
1661 function stream_socket_recvfrom($socket, int $length, int $flags = 0, &$address = null): string|fal… argument
1664 function stream_socket_sendto($socket, string $data, int $flags = 0, string $address = ""): int|fal… argument