Home
last modified time | relevance | path

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

123456

/PHP-7.4/ext/spl/tests/
H A DSplFileObject_fputcsv_variation8.phpt15 and 3rd element is csv fields
42 // create the file and add the content with has csv fields
H A Dbug68479.phpt17 string(6) "fields"
H A Dbug70959.phpt2 Bug #70959 (ArrayObject unserialize does not restore protected fields)
/PHP-7.4/ext/standard/
H A Dbasic_functions.c1191 ZEND_ARG_INFO(0, fields) /* ARRAY_INFO(0, fields, 1) */
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()
H A Dfile.h83 PHPAPI ssize_t php_fputcsv(php_stream *stream, zval *fields, char delimiter, char enclosure, int es…
/PHP-7.4/ext/standard/tests/file/
H A Dbug53848.phpt2 Bug #53848 (fgetcsv removes leading spaces from fields)
H A Dbug72330.phpt2 Bug #72330 (CSV fields incorrectly split if escape char followed by UTF chars)
17 $fields = str_getcsv($string, ';', '"', "#");
18 var_dump($fields);
H A Dcopy_variation18.phpt35 // compare all stat fields except access time
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_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 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 Dfgetcsv_variation12.phpt7 Description: Gets line from file pointer and parse for CSV fields
16 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_variation13.phpt2 Test fgetcsv() : usage variations - with line without any csv fields
72 string(39) "This is line of text without csv fields"
80 string(39) "This is line of text without csv fields"
88 string(39) "This is line of text without csv fields"
96 string(39) "This is line of text without csv fields"
104 string(39) "This is line of text without csv fields"
112 string(39) "This is line of text without csv fields"
120 string(39) "This is line of text without csv fields"
128 string(39) "This is line of text without csv fields"
136 string(39) "This is line of text without csv fields"
[all …]
H A Dfgetcsv_variation14.phpt7 Description: Gets line from file pointer and parse for CSV fields
25 // create the file and add the content with has csv fields
50 // call fgetcsv() to parse csv fields
H A Dfgetcsv_variation15.phpt67 // call fgetcsv() to parse csv fields
724 This is line of text without csv fields
739 This is line of text without csv fields
754 This is line of text without csv fields
769 This is line of text without csv fields
784 This is line of text without csv fields
799 This is line of text without csv fields
814 This is line of text without csv fields
829 This is line of text without csv fields
844 This is line of text without csv fields
[all …]
H A Dfgetcsv_variation16.phpt69 // call fgetcsv() to parse csv fields
728 This is line of text without csv fields
743 This is line of text without csv fields
758 This is line of text without csv fields
773 This is line of text without csv fields
788 This is line of text without csv fields
803 This is line of text without csv fields
818 This is line of text without csv fields
833 This is line of text without csv fields
848 This is line of text without csv fields
[all …]
H A Dfgetcsv_variation17.phpt601 string(6) "fields"
631 string(6) "fields"
661 string(6) "fields"
691 string(6) "fields"
721 string(6) "fields"
751 string(6) "fields"
781 string(6) "fields"
811 string(6) "fields"
841 string(6) "fields"
871 string(6) "fields"
[all …]
H A Dfgetcsv_variation18.phpt7 Description: Gets line from file pointer and parse for CSV fields
17 1st element is delimiter & 2nd element is csv fields
38 // create the file and add the content with has csv fields
54 fwrite($file_handle, "This is line of text without csv fields\n");
69 // 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_variation20.phpt52 // call fgetcsv() to parse csv fields
75 string(39) "This is line of text without csv fields"
83 string(39) "This is line of text without csv fields"
91 string(39) "This is line of text without csv fields"
99 string(39) "This is line of text without csv fields"
107 string(39) "This is line of text without csv fields"
115 string(39) "This is line of text without csv fields"
123 string(39) "This is line of text without csv fields"
131 string(39) "This is line of text without csv fields"
139 string(39) "This is line of text without csv fields"
[all …]
H A Dfgetcsv_variation21.phpt7 Description: Gets line from file pointer and parse for CSV fields
27 // create the file and add the content with has csv fields
52 // call fgetcsv() to parse csv fields
H A Dfgetcsv_variation22.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
56 fwrite($file_handle, "This is line of text without csv fields\n");
70 // call fgetcsv() to parse csv fields
H A Dfgetcsv_variation23.phpt7 Description: Gets line from file pointer and parse for CSV fields

Completed in 85 milliseconds

123456