| /PHP_5_3/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_5_3/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 374 * pdo_type => an integer, one of the PDO_PARAM_XXX values 626 zval **values; /* freed */ member in struct:_pdo_stmt_t::__anon124::__anon126
|
| /PHP_5_3/ext/pgsql/ |
| H A D | pgsql.c | 513 ZEND_ARG_INFO(0, values) 520 ZEND_ARG_INFO(0, values) 2354 Returns values from a result identifier */ 5131 * check and convert array values (fieldname=>vlaue pair) for sql 5133 PHP_PGSQL_API int php_pgsql_convert(PGconn *pg_link, const char *table_name, const zval *values, zval *result, ulong opt TSRMLS_DC) argument 5143 assert(Z_TYPE_P(values) == IS_ARRAY); 5157 for (zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(values), &pos); 5158 zend_hash_get_current_data_ex(Z_ARRVAL_P(values), (void **)&val, &pos) == SUCCESS; 5159 zend_hash_move_forward_ex(Z_ARRVAL_P(values), &pos)) { 5163 if ((key_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(values), 5764 zval *pgsql_link, *values; local 5932 zval *pgsql_link, *values; local 6088 zval *pgsql_link, *values, *ids; local [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | array.c | 608 * (partly) the same key values has been sorted with uasort() or 612 * Following defines will assist in backup / restore values. */ 628 Sort an array by values using a user-defined comparison function */ 958 /* mixed min ( array $values ) */ 1009 /* mixed max ( array $values ) */ 1505 Creates a hash containing variables and their values */ 1638 /* We only want positive step values. */ 1953 /* Clean up and return the number of values in the stack */ 2494 Return just the values from the input array */ 2508 /* Go through input array and add values t 4470 zval *values, *keys; local [all...] |
| H A D | iptc.c | 310 zval *values, **element; local 357 MAKE_STD_ZVAL(values); 358 array_init(values); 360 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]) {
|
| /PHP_5_3/ext/xml/ |
| H A D | xml.c | 168 ZEND_ARG_INFO(1, values) 834 zval **element, *values; local 841 MAKE_STD_ZVAL(values); 843 array_init(values); 845 zend_hash_update(Z_ARRVAL_P(parser->info), name, strlen(name)+1, (void *) &values, sizeof(zval*), (void **) &element); 1551 /* {{{ proto int xml_parse_into_struct(resource parser, string data, array &values [, array &index ])
|
| /PHP_5_3/main/ |
| H A D | network.c | 117 } values[] = { local 137 for (i = 0; values[i].msg != NULL; i++) { 138 if (values[i].code == code) { 139 return (char *)values[i].msg;
|
| /PHP_5_3/ext/mysqlnd/ |
| H A D | mysqlnd_structs.h | 231 uint64_t *values; member in struct:st_mysqlnd_stats
|
| H A D | php_mysqlnd.c | 41 PHPAPI void mysqlnd_minfo_print_hash(zval *values) argument 46 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(values), &pos_values); 47 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(values), 56 zend_hash_get_current_key_ex(Z_ARRVAL_P(values), &string_key, &string_key_len, &num_key, 0, &pos_values); 68 zend_hash_move_forward_ex(Z_ARRVAL_P(values), &pos_values); 72 PHPAPI void mysqlnd_minfo_print_hash(zval *values) argument 77 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(values), &pos_values); 78 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(values), (void **)&values_entry, &pos_values) == SUCCESS) { 83 zend_hash_get_current_key_ex(Z_ARRVAL_P(values), &string_key, &string_key_len, &num_key, 0, &pos_values); 88 zend_hash_move_forward_ex(Z_ARRVAL_P(values), 100 zval values; local [all...] |
| /PHP_5_3/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++) {
|