/PHP-8.2/ext/intl/msgformat/ |
H A D | msgformat.stub.php | 20 public function format(array $values): string|false {} 26 …public static function formatMessage(string $locale, string $pattern, array $values): string|false…
|
/PHP-8.2/ext/mbstring/ucgendat/ |
H A D | ucgendat.php | 427 function formatArray(array $values, int $width, string $format) : string { 442 function formatShortHexArray(array $values, int $width) : string { 445 function formatShortDecArray(array $values, int $width) : string { 448 function formatIntArray(array $values, int $width) : string {
|
/PHP-8.2/ext/curl/ |
H A D | sync-constants.php | 39 private $values = []; variable in AsciiTable 56 public function add(string ...$values) : void
|
/PHP-8.2/ext/mysqlnd/ |
H A D | php_mysqlnd.c | 32 mysqlnd_minfo_print_hash(zval *values) in mysqlnd_minfo_print_hash()
|
H A D | mysqlnd.h | 105 #define mysqlnd_get_connection_stats(conn, values) ((conn)->data)->m->get_statistics((conn)->data,… argument 106 #define mysqlnd_get_client_stats(values) _mysqlnd_get_client_stats(mysqlnd_global_stats, (values… argument
|
H A D | mysqlnd_structs.h | 299 uint64_t *values; member 1304 MYSQLND_STATS * values; member
|
/PHP-8.2/Zend/ |
H A D | zend_generators.h | 78 zval values; member
|
/PHP-8.2/win32/ |
H A D | registry.c | 78 DWORD keys, values, max_key, max_name, max_value; in LoadDirectory() local
|
/PHP-8.2/ext/standard/ |
H A D | iptc.c | 310 zval values, *element; in PHP_FUNCTION() local
|
H A D | file.c | 1918 HashTable *values = php_fgetcsv(stream, delimiter, enclosure, escape, buf_len, buf); in PHP_FUNCTION() local 1928 HashTable *values = zend_new_array(1); in php_bc_fgetcsv_empty_line() local 1960 HashTable *values = zend_new_array(0); in php_fgetcsv() local
|
H A D | basic_functions.stub.php | 904 function array_push(array &$array, mixed ...$values): int {} 950 function min(mixed $value, mixed ...$values): mixed {} 953 function max(mixed $value, mixed ...$values): mixed {} 998 function array_unshift(array &$array, mixed ...$values): int {} 1201 function array_combine(array $keys, array $values): array {}
|
H A D | math.c | 42 static const double values[] = { in php_intlog10abs() local
|
H A D | string.c | 5229 HashTable *values = php_fgetcsv(NULL, delim, enc, esc, ZSTR_LEN(str), ZSTR_VAL(str)); local
|
H A D | array.c | 6486 HashTable *values, *keys; local
|
/PHP-8.2/ext/xml/ |
H A D | xml.stub.php | 179 function xml_parse_into_struct(XMLParser $parser, string $data, &$values, &$index = null): int|fals…
|
H A D | xml.c | 566 zval values; in _xml_add_to_info() local
|
/PHP-8.2/ext/pgsql/ |
H A D | pgsql.stub.php | 881 …function pg_convert(PgSql\Connection $connection, string $table_name, array $values, int $flags = … 884 …function pg_insert(PgSql\Connection $connection, string $table_name, array $values, int $flags = P… 887 …function pg_update(PgSql\Connection $connection, string $table_name, array $values, array $conditi…
|
H A D | pgsql.c | 4470 … php_pgsql_convert(PGconn *pg_link, const zend_string *table_name, const zval *values, zval *resul… in php_pgsql_convert() 5119 zval *pgsql_link, *values; in PHP_FUNCTION() local 5325 zval *pgsql_link, *values; in PHP_FUNCTION() local 5546 zval *pgsql_link, *values, *ids; in PHP_FUNCTION() local
|
/PHP-8.2/ext/odbc/ |
H A D | php_odbc_includes.h | 214 odbc_result_value *values; member
|
/PHP-8.2/main/ |
H A D | network.c | 106 } values[] = { in php_gai_strerror() local
|
/PHP-8.2/ext/intl/ |
H A D | php_intl.stub.php | 504 function msgfmt_format(MessageFormatter $formatter, array $values): string|false {} 506 function msgfmt_format_message(string $locale, string $pattern, array $values): string|false {}
|
/PHP-8.2/Zend/Optimizer/ |
H A D | sccp.c | 81 zval *values; member
|
/PHP-8.2/ext/pdo/ |
H A D | php_pdo_driver.h | 622 zval *values; /* freed */ member
|
/PHP-8.2/ext/spl/ |
H A D | spl_directory.c | 1955 HashTable *values = php_fgetcsv(intern->u.file.stream, delimiter, enclosure, escape, buf_len, buf); in spl_filesystem_file_read_csv() local
|