Lines Matching defs:value

44 function output_add_rewrite_var(string $name, string $value): bool {}
65 function count(Countable|array $value, int $mode = COUNT_NORMAL): int {}
68 function sizeof(Countable|array $value, int $mode = COUNT_NORMAL): int {}
103 function min(mixed $value, mixed ...$values): mixed {}
105 function max(mixed $value, mixed ...$values): mixed {}
124 function array_fill(int $start_index, int $count, mixed $value): array {}
126 function array_fill_keys(array $keys, mixed $value): array {}
168 function array_pad(array $array, int $length, mixed $value): array {}
319 function ini_set(string $option, string $value): string|false {}
322 function ini_alter(string $option, string $value): string|false {}
330 function print_r(mixed $value, bool $return = false): string|bool {}
501 function setrawcookie(string $name, string $value = "", array|int $expires_or_options = 0, string $…
503 function setcookie(string $name, string $value = "", array|int $expires_or_options = 0, string $pat…
533 function assert_options(int $option, mixed $value = UNKNOWN): mixed {}
1210 …ntext, array|string $wrapper_or_options, ?string $option_name = null, mixed $value = UNKNOWN): boo…
1365 function gettype(mixed $value): string {}
1367 function get_debug_type(mixed $value): string {}
1371 function intval(mixed $value, int $base = 10): int {}
1373 function floatval(mixed $value): float {}
1376 function doubleval(mixed $value): float {}
1378 function boolval(mixed $value): bool {}
1380 function strval(mixed $value): string {}
1382 function is_null(mixed $value): bool {}
1384 function is_resource(mixed $value): bool {}
1386 function is_bool(mixed $value): bool {}
1388 function is_int(mixed $value): bool {}
1391 function is_integer(mixed $value): bool {}
1394 function is_long(mixed $value): bool {}
1396 function is_float(mixed $value): bool {}
1399 function is_double(mixed $value): bool {}
1401 function is_numeric(mixed $value): bool {}
1403 function is_string(mixed $value): bool {}
1405 function is_array(mixed $value): bool {}
1407 function is_object(mixed $value): bool {}
1409 function is_scalar(mixed $value): bool {}
1412 function is_callable(mixed $value, bool $syntax_only = false, &$callable_name = null): bool {}
1414 function is_iterable(mixed $value): bool {}
1416 function is_countable(mixed $value): bool {}
1465 function var_dump(mixed $value, mixed ...$values): void {}
1467 function var_export(mixed $value, bool $return = false): ?string {}
1469 function debug_zval_dump(mixed $value, mixed ...$values): void {}
1471 function serialize(mixed $value): string {}