Home
last modified time | relevance | path

Searched refs:fields (Results 76 – 100 of 137) sorted by relevance

123456

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps.c773 meta->fields, in mysqlnd_stmt_fetch_row_buffered()
789 if (meta->fields[i].max_length < len) { in mysqlnd_stmt_fetch_row_buffered()
790 meta->fields[i].max_length = len; in mysqlnd_stmt_fetch_row_buffered()
870 result->unbuf->last_row_data = row_packet->fields; in mysqlnd_stmt_fetch_row_unbuffered()
872 row_packet->fields = NULL; in mysqlnd_stmt_fetch_row_unbuffered()
892 … if (Z_TYPE_P(data) == IS_STRING && (meta->fields[i].max_length < (zend_ulong) Z_STRLEN_P(data))){ in mysqlnd_stmt_fetch_row_unbuffered()
893 meta->fields[i].max_length = Z_STRLEN_P(data); in mysqlnd_stmt_fetch_row_unbuffered()
1038 result->unbuf->last_row_data = row_packet->fields; in mysqlnd_fetch_stmt_row_cursor()
1040 row_packet->fields = NULL; in mysqlnd_fetch_stmt_row_cursor()
1064 (meta->fields[i].max_length < (zend_ulong) Z_STRLEN_P(data))) { in mysqlnd_fetch_stmt_row_cursor()
[all …]
H A Dmysqlnd_wireprotocol.c1461 php_mysqlnd_rowp_read_binary_protocol(MYSQLND_ROW_BUFFER * row_buffer, zval * fields, in php_mysqlnd_rowp_read_binary_protocol() argument
1473 if (!fields) { in php_mysqlnd_rowp_read_binary_protocol()
1477 end_field = (start_field = fields) + field_count; in php_mysqlnd_rowp_read_binary_protocol()
1552 php_mysqlnd_rowp_read_text_protocol_aux(MYSQLND_ROW_BUFFER * row_buffer, zval * fields, in php_mysqlnd_rowp_read_text_protocol_aux() argument
1564 if (!fields) { in php_mysqlnd_rowp_read_text_protocol_aux()
1568 end_field = (start_field = fields) + field_count; in php_mysqlnd_rowp_read_text_protocol_aux()
1706 php_mysqlnd_rowp_read_text_protocol_zval(MYSQLND_ROW_BUFFER * row_buffer, zval * fields, in php_mysqlnd_rowp_read_text_protocol_zval() argument
1712 …ret = php_mysqlnd_rowp_read_text_protocol_aux(row_buffer, fields, field_count, fields_metadata, as… in php_mysqlnd_rowp_read_text_protocol_zval()
1720 php_mysqlnd_rowp_read_text_protocol_c(MYSQLND_ROW_BUFFER * row_buffer, zval * fields, in php_mysqlnd_rowp_read_text_protocol_c() argument
1805 if (!packet->fields) { in php_mysqlnd_rowp_read()
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation8.phpt7 Description: Gets line from file pointer and parse for CSV fields
19 and 3rd element is csv fields
43 // create the file and add the content with has csv fields
61 fwrite($file_handle, "This is line of text without csv fields\n");
76 // call fgetcsv() to parse csv fields
H A Dfgetcsv_variation9.phpt7 Description: Gets line from file pointer and parse for CSV fields
19 and 3rd element is csv fields
43 // create the file and add the content with has csv fields
60 fwrite($file_handle, "This is line of text without csv fields\n");
75 // call fgetcsv() to parse csv fields
H A Dfgetcsv_variation1.phpt7 Description: Gets line from file pointer and parse for CSV fields
16 and 3rd element is csv fields
40 // create the file and add the content with has csv fields
58 fwrite($file_handle, "This is line of text without csv fields\n");
73 // call fgetcsv() to parse csv fields
H A Dfgetcsv_variation19.phpt7 Description: Gets line from file pointer and parse for CSV fields
18 1st element is delimiter & 2nd element is csv fields
39 // create the file and add the content with has csv fields
55 fwrite($file_handle, "This is line of text without csv fields\n");
70 // call fgetcsv() to parse csv fields
H A Dfgetcsv_variation2.phpt7 Description: Gets line from file pointer and parse for CSV fields
16 and 3rd element is csv fields
40 // create the file and add the content with has csv fields
58 fwrite($file_handle, "This is line of text without csv fields\n");
73 // call fgetcsv() to parse csv fields
H A Dfgetcsv_variation24.phpt7 Description: Gets line from file pointer and parse for CSV fields
19 and 3rd element is csv fields
41 // create the file and add the content with has csv fields
58 fwrite($file_handle, "This is line of text without csv fields\n");
73 // call fgetcsv() to parse csv fields
H A Dfgetcsv_variation26.phpt7 Description: Gets line from file pointer and parse for CSV fields
16 and 3rd element is csv fields
39 // create the file and add the content with has csv fields
54 fwrite($file_handle, "This is line of text without csv fields\n");
62 // call fgetcsv() to parse csv fields
H A Dfgetcsv_variation7.phpt7 Description: Gets line from file pointer and parse for CSV fields
16 and 3rd element is csv fields
40 // create the file and add the content with has csv fields
57 fwrite($file_handle, "This is line of text without csv fields\n");
72 // call fgetcsv() to parse csv fields
H A Dfputcsv_variation1.phpt6 …Prototype: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclos…
16 and 3rd element is csv fields
43 // create the file and add the content with has csv fields
H A Dfgetcsv_variation11.phpt7 Description: Gets line from file pointer and parse for CSV fields
17 and 3rd element is csv fields
41 // create the file and add the content with has csv fields
58 fwrite($file_handle, "This is line of text without csv fields\n");
73 // call fgetcsv() to parse csv fields
H A Dfputcsv_variation5.phpt6 …Prototype: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclos…
16 and 3rd element is csv fields
43 // create the file and add the content with has csv fields
H A Dfputcsv_variation6.phpt6 …Prototype: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclos…
19 and 3rd element is csv fields
46 // create the file and add the content with has csv fields
H A Dfputcsv_variation7.phpt6 …Prototype: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclos…
19 and 3rd element is csv fields
46 // create the file and add the content with has csv fields
H A Dfputcsv_variation8.phpt6 …Prototype: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclos…
19 and 3rd element is csv fields
46 // create the file and add the content with has csv fields
H A Dfputcsv_variation11.phpt6 …Prototype: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclos…
16 and 3rd element is csv fields
43 // create the file and add the content with has csv fields
H A Dfputcsv_variation12.phpt6 …Prototype: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclos…
17 and 3rd element is csv fields
44 // create the file and add the content with has csv fields
H A Dfgetcsv_variation10.phpt7 Description: Gets line from file pointer and parse for CSV fields
16 and 3rd element is csv fields
40 // create the file and add the content with has csv fields
57 fwrite($file_handle, "This is line of text without csv fields\n");
71 // call fgetcsv() to parse csv fields
H A Dfputcsv_variation14.phpt6 …Prototype: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclos…
17 and 3rd element is csv fields
56 // add the content with has csv fields
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_store_result_copy.phpt84 $fields = $res->fetch_fields();
107 foreach ($fields as $k => $field_info) {
H A Dmysqli_stmt_bind_result.phpt124 $fields = mysqli_fetch_fields($result);
326 Warning: mysqli_stmt_bind_result(): Number of bind variables doesn't match number of fields in prep…
328 Warning: mysqli_stmt_bind_result(): Number of bind variables doesn't match number of fields in prep…
H A Dmysqli_stmt_get_result_seek.phpt34 …printf("[006] Expecting 2 fields, got %s/%s rows\n", gettype($res->field_count), $res->field_count…
/PHP-7.4/ext/standard/
H A Dfile.c1860 zval *fp = NULL, *fields = NULL; in PHP_FUNCTION() local
1867 Z_PARAM_ARRAY(fields) in PHP_FUNCTION()
1912 ret = php_fputcsv(stream, fields, delimiter, enclosure, escape_char); in PHP_FUNCTION()
1921 PHPAPI ssize_t php_fputcsv(php_stream *stream, zval *fields, char delimiter, char enclosure, int es… in php_fputcsv() argument
1929 count = zend_hash_num_elements(Z_ARRVAL_P(fields)); in php_fputcsv()
1930 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(fields), field_tmp) { in php_fputcsv()
/PHP-7.4/ext/ffi/
H A Dffi.c116 HashTable fields; member
308 ZEND_HASH_FOREACH_PTR(&type->record.fields, field) { in zend_ffi_make_fake_struct_type()
1148 field = zend_hash_find_ptr(&type->record.fields, field_name); in zend_ffi_cdata_read_field()
1226 field = zend_hash_find_ptr(&type->record.fields, field_name); in zend_ffi_cdata_write_field()
1997 ZEND_HASH_FOREACH_STR_KEY_PTR(&type->record.fields, key, f) { in zend_ffi_cdata_get_debug_info()
2204 zend_hash_destroy(&type->record.fields); in _zend_ffi_type_dtor()
2973 … if (zend_hash_num_elements(&old->record.fields) != zend_hash_num_elements(&type->record.fields)) { in zend_ffi_same_types()
2978 Bucket *b = type->record.fields.arData; in zend_ffi_same_types()
3089 ZEND_HASH_FOREACH_PTR(&dcl_type->record.fields, field) { in zend_ffi_subst_old_type()
3593 ZEND_HASH_FOREACH_PTR(&dcl_type->record.fields, field) { in zend_ffi_subst_type()
[all …]

Completed in 130 milliseconds

123456