Home
last modified time | relevance | path

Searched refs:fields (Results 101 – 125 of 147) sorted by relevance

123456

/PHP-8.2/ext/standard/tests/file/
H A Dfgetcsv_variation1.phpt6 Description: Gets line from file pointer and parse for CSV fields
15 and 3rd element is csv fields
39 // 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 Dfgetcsv_variation7.phpt6 Description: Gets line from file pointer and parse for CSV fields
15 and 3rd element is csv fields
39 // create the file and add the content with has csv fields
56 fwrite($file_handle, "This is line of text without csv fields\n");
71 // call fgetcsv() to parse csv fields
H A Dfgetcsv_variation8.phpt14 and 3rd element is csv fields
38 // create the file and add the content with has csv fields
56 fwrite($file_handle, "This is line of text without csv fields\n");
71 // call fgetcsv() to parse csv fields
H A Dfgetcsv_variation2.phpt11 and 3rd element is csv fields
35 // create the file and add the content with has csv fields
53 fwrite($file_handle, "This is line of text without csv fields\n");
68 // call fgetcsv() to parse csv fields
H A Dfgetcsv_variation11.phpt12 and 3rd element is csv fields
36 // create the file and add the content with has csv fields
53 fwrite($file_handle, "This is line of text without csv fields\n");
68 // call fgetcsv() to parse csv fields
H A Dfgetcsv_variation10.phpt11 and 3rd element is csv fields
35 // create the file and add the content with has csv fields
52 fwrite($file_handle, "This is line of text without csv fields\n");
66 // call fgetcsv() to parse csv fields
H A Dfputcsv_variation1.phpt11 and 3rd element is csv fields
38 // create the file and add the content with has csv fields
H A Dfputcsv_variation11.phpt11 and 3rd element is csv fields
38 // create the file and add the content with has csv fields
H A Dfputcsv_variation12.phpt12 and 3rd element is csv fields
39 // create the file and add the content with has csv fields
H A Dfputcsv_variation5.phpt11 and 3rd element is csv fields
38 // create the file and add the content with has csv fields
H A Dfputcsv_variation6.phpt14 and 3rd element is csv fields
41 // create the file and add the content with has csv fields
/PHP-8.2/ext/ffi/
H A Dffi.c128 HashTable fields; member
360 ZEND_HASH_MAP_FOREACH_PTR(&type->record.fields, field) { in zend_ffi_face_struct_add_fields()
398 zend_hash_num_elements(&field_type->record.fields) : 1; in zend_ffi_face_struct_add_fields()
424 zend_hash_num_elements(&type->record.fields) : 1; in zend_ffi_make_fake_struct_type()
1243 field = zend_hash_find_ptr(&type->record.fields, field_name); in zend_ffi_cdata_read_field()
2311 zend_hash_destroy(&type->record.fields); in _zend_ffi_type_dtor()
3091 … if (zend_hash_num_elements(&old->record.fields) != zend_hash_num_elements(&type->record.fields)) { in zend_ffi_same_types()
3096 Bucket *b = type->record.fields.arData; in zend_ffi_same_types()
4795 ZEND_HASH_MAP_FOREACH_STR_KEY(&type->record.fields, name) { in ZEND_METHOD()
4819 ptr = zend_hash_find_ptr(&type->record.fields, name); in ZEND_METHOD()
[all …]
/PHP-8.2/ext/standard/
H A Dfile.c1701 zval *fp = NULL, *fields = NULL; in PHP_FUNCTION() local
1709 Z_PARAM_ARRAY(fields) in PHP_FUNCTION()
1752 ret = php_fputcsv(stream, fields, delimiter, enclosure, escape_char, eol_str); in PHP_FUNCTION()
1761 PHPAPI ssize_t php_fputcsv(php_stream *stream, zval *fields, char delimiter, char enclosure, int es… in php_fputcsv() argument
1769 count = zend_hash_num_elements(Z_ARRVAL_P(fields)); in php_fputcsv()
1770 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(fields), field_tmp) { in php_fputcsv()
/PHP-8.2/ext/mysqli/tests/
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…
H A Dmysqli_field_seek.phpt212 mysqli_field_seek(): Argument #2 ($index) must be less than the number of fields for this result set
H A Dmysqli_fetch_array_oo.phpt106 $fields = mysqli_fetch_fields($res);
108 if (!(gettype($php_value)=="unicode" && ($fields[1]->flags & 128))) {
H A Dmysqli_fetch_all_oo.phpt124 $fields = mysqli_fetch_fields($res);
126 if (!(gettype($php_value)=="unicode" && ($fields[1]->flags & 128))) {
/PHP-8.2/ext/ffi/tests/
H A Dgh11934.phpt2 Feature GH-11934 (Allow to pass CData into struct and/or union fields)
/PHP-8.2/Zend/
H A DREADME.md34 `op_type` fields and using different execution methods (call threading, switch
/PHP-8.2/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv_variation1.phpt12 and 3rd element is csv fields
39 // create the file and add the content with has csv fields
H A DSplFileObject_fputcsv_variation11.phpt12 and 3rd element is csv fields
39 // create the file and add the content with has csv fields
H A DSplFileObject_fputcsv_variation12.phpt13 and 3rd element is csv fields
40 // create the file and add the content with has csv fields
H A DSplFileObject_fputcsv_variation5.phpt12 and 3rd element is csv fields
39 // create the file and add the content with has csv fields
H A DSplFileObject_fputcsv_variation6.phpt15 and 3rd element is csv fields
42 // create the file and add the content with has csv fields
H A DSplFileObject_fputcsv_variation7.phpt15 and 3rd element is csv fields
42 // create the file and add the content with has csv fields

Completed in 70 milliseconds

123456