/php-src/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-src/ext/mbstring/ucgendat/ |
H A D | ucgendat.php | 435 function formatArray(array $values, int $width, string $format) : string { 450 function formatShortHexArray(array $values, int $width) : string { 453 function formatShortDecArray(array $values, int $width) : string { 456 function formatIntArray(array $values, int $width) : string {
|
/php-src/ext/curl/ |
H A D | sync-constants.php | 41 private $values = []; variable in AsciiTable 58 public function add(string ...$values) : void
|
/php-src/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 | 107 #define mysqlnd_get_connection_stats(conn, values) ((conn)->data)->m->get_statistics((conn)->data,… argument 108 #define mysqlnd_get_client_stats(values) _mysqlnd_get_client_stats(mysqlnd_global_stats, (values… argument
|
H A D | mysqlnd_structs.h | 300 uint64_t *values; member 1301 MYSQLND_STATS * values; member
|
/php-src/Zend/ |
H A D | zend_generators.h | 82 zval values; member
|
/php-src/win32/ |
H A D | registry.c | 78 DWORD keys, values, max_key, max_name, max_value; in LoadDirectory() local
|
/php-src/ext/standard/ |
H A D | iptc.c | 310 zval values, *element; in PHP_FUNCTION() local
|
H A D | file.c | 1878 HashTable *values = php_fgetcsv(stream, delimiter, enclosure, escape_char, buf_len, buf); in PHP_FUNCTION() local 1888 HashTable *values = zend_new_array(1); in php_bc_fgetcsv_empty_line() local 1920 HashTable *values = zend_new_array(0); in php_fgetcsv() local
|
H A D | basic_functions.stub.php | 1570 function array_push(array &$array, mixed ...$values): int {} 1619 function min(mixed $value, mixed ...$values): mixed {} 1625 function max(mixed $value, mixed ...$values): mixed {} 1668 function array_unshift(array &$array, mixed ...$values): int {} 1910 function array_combine(array $keys, array $values): array {}
|
H A D | string.c | 5454 …HashTable *values = php_fgetcsv(NULL, delimiter, enclosure, escape_char, ZSTR_LEN(str), ZSTR_VAL(s… local
|
H A D | array.c | 7037 HashTable *values, *keys; local
|
/php-src/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 | 562 zval values; in xml_add_to_info() local
|
/php-src/ext/pgsql/ |
H A D | pgsql.stub.php | 937 …function pg_convert(PgSql\Connection $connection, string $table_name, array $values, int $flags = … 940 …function pg_insert(PgSql\Connection $connection, string $table_name, array $values, int $flags = P… 943 …function pg_update(PgSql\Connection $connection, string $table_name, array $values, array $conditi…
|
H A D | pgsql.c | 4820 … php_pgsql_convert(PGconn *pg_link, const zend_string *table_name, const zval *values, zval *resul… in php_pgsql_convert() 5423 zval *pgsql_link, *values; in PHP_FUNCTION() local 5633 zval *pgsql_link, *values; in PHP_FUNCTION() local 5856 zval *pgsql_link, *values, *ids; in PHP_FUNCTION() local
|
/php-src/ext/odbc/ |
H A D | php_odbc_includes.h | 220 odbc_result_value *values; member
|
/php-src/main/ |
H A D | network.c | 98 } values[] = { in php_gai_strerror() local
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 508 function msgfmt_format(MessageFormatter $formatter, array $values): string|false {} 510 function msgfmt_format_message(string $locale, string $pattern, array $values): string|false {}
|
/php-src/Zend/Optimizer/ |
H A D | sccp.c | 81 zval *values; member
|
/php-src/ext/pdo/ |
H A D | php_pdo_driver.h | 627 zval *values; /* freed */ member
|
/php-src/ext/spl/ |
H A D | spl_directory.c | 1930 HashTable *values = php_fgetcsv(intern->u.file.stream, delimiter, enclosure, escape, buf_len, buf); in spl_filesystem_file_read_csv() local
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 11715 ir_refs *values; /* we need this only for zval.w2 copy */ local
|