Searched defs:values (Results 1 – 16 of 16) sorted by relevance
/PHP-7.3/ext/mbstring/ucgendat/ |
H A D | ucgendat.php | 368 function formatArray(array $values, int $width, string $format) : string { 383 function formatShortHexArray(array $values, int $width) : string { 386 function formatShortDecArray(array $values, int $width) : string { 389 function formatIntArray(array $values, int $width) : string {
|
/PHP-7.3/ext/curl/ |
H A D | sync-constants.php | 265 private $values = []; variable in AsciiTable 282 public function add(string ...$values) : void
|
/PHP-7.3/ext/mysqlnd/ |
H A D | php_mysqlnd.c | 41 mysqlnd_minfo_print_hash(zval *values) in mysqlnd_minfo_print_hash() 61 zval values; in mysqlnd_minfo_dump_plugin_stats() local
|
H A D | mysqlnd.h | 112 #define mysqlnd_get_connection_stats(conn, values) ((conn)->data)->m->get_statistics((conn)->data,… argument 113 #define mysqlnd_get_client_stats(values) _mysqlnd_get_client_stats(mysqlnd_global_stats, (values… argument
|
H A D | mysqlnd_structs.h | 302 uint64_t *values; member 1300 MYSQLND_STATS * values; member
|
/PHP-7.3/Zend/ |
H A D | zend_generators.h | 81 zval values; member
|
/PHP-7.3/win32/ |
H A D | registry.c | 80 DWORD keys, values, max_key, max_name, max_value; in LoadDirectory() local
|
/PHP-7.3/ext/standard/ |
H A D | iptc.c | 323 zval values, *element; in PHP_FUNCTION() local
|
H A D | math.c | 43 static const double values[] = { in php_intlog10abs() local
|
H A D | array.c | 6363 HashTable *values, *keys; local
|
/PHP-7.3/ext/odbc/ |
H A D | php_odbc_includes.h | 210 odbc_result_value *values; member
|
/PHP-7.3/main/ |
H A D | network.c | 108 } values[] = { in php_gai_strerror() local
|
/PHP-7.3/ext/pgsql/ |
H A D | pgsql.c | 5849 PHP_PGSQL_API int php_pgsql_convert(PGconn *pg_link, const char *table_name, const zval *values, zv… 6513 zval *pgsql_link, *values; local 6728 zval *pgsql_link, *values; local 6942 zval *pgsql_link, *values, *ids; local
|
/PHP-7.3/ext/opcache/Optimizer/ |
H A D | sccp.c | 82 zval *values; member
|
/PHP-7.3/ext/xml/ |
H A D | xml.c | 681 zval values; in _xml_add_to_info() local
|
/PHP-7.3/ext/pdo/ |
H A D | php_pdo_driver.h | 636 zval *values; /* freed */ member
|
Completed in 94 milliseconds