| /PHP_TRUNK/ext/odbc/ |
| H A D | php_birdstep.h | 45 VResVal *values; member in struct:Vresult
|
| H A D | php_odbc_includes.h | 243 odbc_result_value *values; member in struct:odbc_result
|
| /PHP_TRUNK/ext/pdo/ |
| H A D | php_pdo_driver.h | 98 PDO_FETCH_KEY_PAIR, /* fetch into an array where the 1st column is a key and all subsequent columns are values */ 160 Class values other than '01', except for the class 'IM', 166 subclass for that SQLSTATE. The assignment of class and subclass values is 375 * pdo_type => an integer, one of the PDO_PARAM_XXX values 621 zval **values; /* freed */ member in struct:_pdo_stmt_t::__anon144::__anon146
|
| /PHP_TRUNK/ext/standard/ |
| H A D | iptc.c | 304 zval *values, **element; local 351 MAKE_STD_ZVAL(values); 352 array_init(values); 354 zend_hash_update(Z_ARRVAL_P(return_value), key, strlen(key) + 1, (void *) &values, sizeof(zval*), (void **) &element);
|
| H A D | math.c | 43 static const double values[] = { local 50 if (value < values[result]) { 55 if (value < values[result]) { 60 if (value < values[result]) { 65 if (value < values[result]) { 70 if (value < values[result]) {
|
| H A D | array.c | 614 * (partly) the same key values has been sorted with uasort() or 618 * Following defines will assist in backup / restore values. */ 634 Sort an array by values using a user-defined comparison function */ 952 /* mixed min ( array $values ) */ 1003 /* mixed max ( array $values ) */ 1476 Creates a hash containing variables and their values */ 1609 /* We only want positive step values. */ 1928 /* Clean up and return the number of values in the stack */ 2455 Return just the values from the input array */ 2469 /* Go through input array and add values t 4515 zval *values, *keys; local [all...] |
| /PHP_TRUNK/ext/xml/ |
| H A D | xml.c | 169 ZEND_ARG_INFO(1, values) 734 zval **element, *values; local 741 MAKE_STD_ZVAL(values); 743 array_init(values); 745 zend_hash_update(Z_ARRVAL_P(parser->info), name, strlen(name)+1, (void *) &values, sizeof(zval*), (void **) &element); 1451 /* {{{ proto int xml_parse_into_struct(resource parser, string data, array &values [, array &index ])
|
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | php_mysqlnd.c | 44 mysqlnd_minfo_print_hash(zval *values) argument 49 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(values), &pos_values); 50 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(values), (void **)&values_entry, &pos_values) == SUCCESS) { 55 zend_hash_get_current_key_ex(Z_ARRVAL_P(values), &string_key, &string_key_len, &num_key, 0, &pos_values); 60 zend_hash_move_forward_ex(Z_ARRVAL_P(values), &pos_values); 71 if (plugin_header->plugin_stats.values) { 73 zval values; local 76 mysqlnd_fill_stats_hash(plugin_header->plugin_stats.values, plugin_header->plugin_stats.names, &values TSRMLS_CC ZEND_FILE_LINE_CC); 80 mysqlnd_minfo_print_hash(&values); [all...] |
| H A D | mysqlnd_structs.h | 257 uint64_t *values; member in struct:st_mysqlnd_stats 1094 MYSQLND_STATS * values; member in struct:st_mysqlnd_plugin_header::__anon1
|
| /PHP_TRUNK/win32/ |
| H A D | registry.c | 62 DWORD keys, values, max_key, max_name, max_value; local 66 if (RegQueryInfoKey(key, NULL, NULL, NULL, &keys, &max_key, NULL, &values, &max_name, &max_value, NULL, NULL) == ERROR_SUCCESS) { 68 if (values) { 75 for (i = 0; i < values; i++) {
|
| /PHP_TRUNK/ext/pgsql/ |
| H A D | pgsql.c | 524 ZEND_ARG_INFO(0, values) 531 ZEND_ARG_INFO(0, values) 2373 Returns values from a result identifier */ 5254 * check and convert array values (fieldname=>vlaue pair) for sql 5256 PHP_PGSQL_API int php_pgsql_convert(PGconn *pg_link, const char *table_name, const zval *values, zval *result, ulong opt TSRMLS_DC) argument 5266 assert(Z_TYPE_P(values) == IS_ARRAY); 5280 for (zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(values), &pos); 5281 zend_hash_get_current_data_ex(Z_ARRVAL_P(values), (void **)&val, &pos) == SUCCESS; 5282 zend_hash_move_forward_ex(Z_ARRVAL_P(values), &pos)) { 5286 if ((key_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(values), 5887 zval *pgsql_link, *values; local 6055 zval *pgsql_link, *values; local 6211 zval *pgsql_link, *values, *ids; local [all...] |
| /PHP_TRUNK/main/ |
| H A D | network.c | 120 } values[] = { local 140 for (i = 0; values[i].msg != NULL; i++) { 141 if (values[i].code == code) { 142 return (char *)values[i].msg;
|