Home
last modified time | relevance | path

Searched defs:values (Results 1 – 24 of 24) sorted by relevance

/php-src/ext/intl/msgformat/
H A Dmsgformat.stub.php20 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 Ducgendat.php427 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-src/ext/curl/
H A Dsync-constants.php39 private $values = []; variable in AsciiTable
56 public function add(string ...$values) : void
/php-src/ext/mysqlnd/
H A Dphp_mysqlnd.c32 mysqlnd_minfo_print_hash(zval *values) in mysqlnd_minfo_print_hash()
H A Dmysqlnd.h107 #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 Dmysqlnd_structs.h300 uint64_t *values; member
1302 MYSQLND_STATS * values; member
/php-src/Zend/
H A Dzend_generators.h80 zval values; member
/php-src/win32/
H A Dregistry.c78 DWORD keys, values, max_key, max_name, max_value; in LoadDirectory() local
/php-src/ext/standard/
H A Diptc.c310 zval values, *element; in PHP_FUNCTION() local
H A Dfile.c1912 HashTable *values = php_fgetcsv(stream, delimiter, enclosure, escape, buf_len, buf); in PHP_FUNCTION() local
1922 HashTable *values = zend_new_array(1); in php_bc_fgetcsv_empty_line() local
1954 HashTable *values = zend_new_array(0); in php_fgetcsv() local
H A Dbasic_functions.stub.php1590 function array_push(array &$array, mixed ...$values): int {}
1639 function min(mixed $value, mixed ...$values): mixed {}
1645 function max(mixed $value, mixed ...$values): mixed {}
1688 function array_unshift(array &$array, mixed ...$values): int {}
1922 function array_combine(array $keys, array $values): array {}
H A Darray.c6879 HashTable *values, *keys; local
H A Dstring.c5469 HashTable *values = php_fgetcsv(NULL, delim, enc, esc, ZSTR_LEN(str), ZSTR_VAL(str)); local
/php-src/ext/xml/
H A Dxml.stub.php178 function xml_parse_into_struct(XMLParser $parser, string $data, &$values, &$index = null): int|fals…
H A Dxml.c559 zval values; in _xml_add_to_info() local
/php-src/ext/pgsql/
H A Dpgsql.stub.php926 …function pg_convert(PgSql\Connection $connection, string $table_name, array $values, int $flags = …
929 …function pg_insert(PgSql\Connection $connection, string $table_name, array $values, int $flags = P…
932 …function pg_update(PgSql\Connection $connection, string $table_name, array $values, array $conditi…
H A Dpgsql.c4527 … php_pgsql_convert(PGconn *pg_link, const zend_string *table_name, const zval *values, zval *resul… in php_pgsql_convert()
5179 zval *pgsql_link, *values; in PHP_FUNCTION() local
5385 zval *pgsql_link, *values; in PHP_FUNCTION() local
5606 zval *pgsql_link, *values, *ids; in PHP_FUNCTION() local
/php-src/ext/odbc/
H A Dphp_odbc_includes.h214 odbc_result_value *values; member
/php-src/main/
H A Dnetwork.c101 } values[] = { in php_gai_strerror() local
/php-src/ext/intl/
H A Dphp_intl.stub.php508 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 Dsccp.c81 zval *values; member
/php-src/ext/pdo/
H A Dphp_pdo_driver.h622 zval *values; /* freed */ member
/php-src/ext/spl/
H A Dspl_directory.c1948 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 Dzend_jit_ir.c11284 ir_refs *values; /* we need this only for zval.w2 copy */ local

Completed in 252 milliseconds