Home
last modified time | relevance | path

Searched refs:enclosure (Results 26 – 50 of 58) sorted by relevance

123

/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv_variation12.phpt2 SplFileObject::fputcsv(): Usage variations -- with default enclosure and different delimiter
6 /* Testing fputcsv() to write to a file when default enclosure value and delimiter value
9 echo "*** Testing fputcsv() : with default enclosure and different delimiter value ***\n";
12 1st element is delimiter, 2nd element is enclosure
47 $enclosure = $csv_list[1];
69 *** Testing fputcsv() : with default enclosure and different delimiter value ***
H A DSplFileObject_fputcsv_variation8.phpt2 Test fputcsv() : usage variations - with same delimiter and different enclosure
7 Testing fputcsv() to write to a file when delimiter is same but enclosure is different from those
11 echo "*** Testing fputcsv() : with same delimiter and different enclosure ***\n";
14 1st element is delimiter, 2nd element is enclosure
49 $enclosure = $csv_list[1];
71 *** Testing fputcsv() : with same delimiter and different enclosure ***
H A DSplFileObject_fputcsv_variation6.phpt2 Test fputcsv() : usage variations - with different delimiter and enclosure
11 echo "*** Testing fputcsv() : with different delimiter and enclosure ***\n";
14 1st element is delimiter, 2nd element is enclosure
49 $enclosure = $csv_list[1];
71 *** Testing fputcsv() : with different delimiter and enclosure ***
H A DSplFileObject_fputcsv_variation1.phpt11 1st element is delimiter, 2nd element is enclosure
46 $enclosure = $csv_list[1];
50 var_dump( $fo->fputcsv($csv_field, $delimiter, $enclosure) );
H A DSplFileObject_fputcsv_variation10.phpt11 1st element is delimiter, 2nd element is enclosure
/php-src/ext/standard/tests/file/
H A Dfputcsv_variation11.phpt2 Test fputcsv() : usage variations - with default enclosure value
5 /* Testing fputcsv() to write to a file when default enclosure value is provided */
7 echo "*** Testing fputcsv() : with default enclosure value ***\n";
10 1st element is delimiter, 2nd element is enclosure
49 $enclosure = $csv_list[1];
71 *** Testing fputcsv() : with default enclosure value ***
H A Dfputcsv_variation12.phpt2 Test fputcsv() : usage variations - with default enclosure and different delimiter
5 /* Testing fputcsv() to write to a file when default enclosure value and delimiter value
8 echo "*** Testing fputcsv() : with default enclosure and different delimiter value ***\n";
11 1st element is delimiter, 2nd element is enclosure
50 $enclosure = $csv_list[1];
72 *** Testing fputcsv() : with default enclosure and different delimiter value ***
H A Dfgetcsv_variation12.phpt2 Test fgetcsv() : usage variations - two chars as enclosure & delimiter (various read and append mod…
5 /* Testing fgetcsv() by providing two characters for enclosure and delimiter parameters */
7 echo "*** Testing fgetcsv() : with two chars as enclosure & delimiter ***\n";
10 1st element is delimiter, 2nd element is enclosure
44 $enclosure = $csv_list[1];
68 // use delimiter & enclosure char of two chars
91 *** Testing fgetcsv() : with two chars as enclosure & delimiter ***
H A Dfputcsv_variation8.phpt2 Test fputcsv() : usage variations - with same delimiter and different enclosure
6 Testing fputcsv() to write to a file when delimiter is same but enclosure is different from those
10 echo "*** Testing fputcsv() : with same delimiter and different enclosure ***\n";
13 1st element is delimiter, 2nd element is enclosure
52 $enclosure = $csv_list[1];
74 *** Testing fputcsv() : with same delimiter and different enclosure ***
H A Dfputcsv_variation6.phpt2 Test fputcsv() : usage variations - with different delimiter and enclosure
10 echo "*** Testing fputcsv() : with different delimiter and enclosure ***\n";
13 1st element is delimiter, 2nd element is enclosure
52 $enclosure = $csv_list[1];
74 *** Testing fputcsv() : with different delimiter and enclosure ***
H A Dfgetcsv_variation8.phpt2 Test fgetcsv() : usage variations - with different delimiter and enclosure
7 enclosure that are not present in the line read by fgetcsv()
10 echo "*** Testing fgetcsv() : with different delimiter and enclosure ***\n";
13 1st element is delimiter, 2nd element is enclosure
49 $enclosure = $csv_list[1];
73 // use different delimiter and enclosure than existing in file
92 *** Testing fgetcsv() : with different delimiter and enclosure ***
H A Dfgetcsv_variation9.phpt2 Test fgetcsv() : usage variations - with different delimiter but same enclosure
14 echo "*** Testing fgetcsv() : with different delimiter but same enclosure ***\n";
17 1st element is delimiter, 2nd element is enclosure
53 $enclosure = $csv_list[1];
76 // use different delimiter but same enclosure char
79 var_dump( fgetcsv($file_handle, 1024, $del, $enclosure) );
94 *** Testing fgetcsv() : with different delimiter but same enclosure ***
H A Dfputcsv_variation9.phpt2 Test fputcsv() : usage variations - two chars as enclosure & delimiter
5 /* Testing fputcsv() to write to a file when delimiter and enclosure are of two chars each */
7 echo "*** Testing fputcsv() : with two chars as enclosure & delimiter ***\n";
10 1st element is delimiter, 2nd element is enclosure
49 $enclosure = $csv_list[1];
75 *** Testing fputcsv() : with two chars as enclosure & delimiter ***
H A Dfgetcsv_variation18.phpt2 Test fgetcsv() : usage variations - with default enclosure and different delimiter
9 /* Testing fgetcsv() to read a file when provided with default enclosure character
13 echo "*** Testing fgetcsv() : with default enclosure and different delimiter ***\n";
88 *** Testing fgetcsv() : with default enclosure and different delimiter ***
H A Dfgetcsv_variation19.phpt2 Test fgetcsv() : usage variations - with enclosure of two chars
6 Testing fgetcsv() to read a file when provided with default enclosure character
10 echo "*** Testing fgetcsv() : with default enclosure & delimiter of two chars ***\n";
67 // use delimiter & enclosure char of two chars
89 *** Testing fgetcsv() : with default enclosure & delimiter of two chars ***
H A Dfgetcsv_variation11.phpt2 Test fgetcsv() : usage variations - with different enclosure but same delimiter
5 /* Testing fgetcsv() by reading from a file when different enclosure that is not
8 echo "*** Testing fgetcsv() : with different enclosure but same delimiter char ***\n";
11 1st element is delimiter, 2nd element is enclosure
47 $enclosure = $csv_list[1];
71 // use different delimiter but same enclosure char
89 *** Testing fgetcsv() : with different enclosure but same delimiter char ***
H A Dfgetcsv_variation22.phpt2 Test fgetcsv() : usage variations - with default enclosure, file pointer pointing at end of file
7 and fgetcsv() provided with default enclosure argument
10 echo "*** Testing fgetcsv() : with default enclosure, file pointer pointing at end of file ***\n";
83 *** Testing fgetcsv() : with default enclosure, file pointer pointing at end of file ***
H A Dfgetcsv_variation31.phpt2 Test fgetcsv() : usage variations - with length and enclosure, file pointer pointing at end of file
7 and fgetcsv() provided with enclosure argument
10 echo "*** Testing fgetcsv() : with enclosure argument, file pointer pointing at end of file ***\n";
85 *** Testing fgetcsv() : with enclosure argument, file pointer pointing at end of file ***
H A Dfgetcsv_variation15.phpt2 Test fgetcsv() : usage variations - with default enclosure
5 /* Testing fgetcsv() to read a file when provided with default enclosure character */
7 echo "*** Testing fgetcsv() : with default enclosure ***\n";
79 *** Testing fgetcsv() : with default enclosure ***
H A Dfgetcsv_variation16.phpt2 Test fgetcsv() : usage variations - with default enclosure & length as 0
5 /* Testing fgetcsv() to read a file when provided with default enclosure character
9 echo "*** Testing fgetcsv() : with default enclosure & length as 0 ***\n";
83 *** Testing fgetcsv() : with default enclosure & length as 0 ***
H A Dfputcsv_variation1.phpt10 1st element is delimiter, 2nd element is enclosure
49 $enclosure = $csv_list[1];
53 var_dump( fputcsv($file_handle, $csv_field, $delimiter, $enclosure) );
H A Dfgetcsv_variation1.phpt14 1st element is delimiter, 2nd element is enclosure
50 $enclosure = $csv_list[1];
74 // use the right delimiter and enclosure with max length
75 var_dump( fgetcsv($file_handle, 1024, $delimiter, $enclosure) );
H A Dfgetcsv_variation17.phpt2 Test fgetcsv() : usage variations - with default enclosure & length less than line size
5 /* Testing fgetcsv() to read a file when provided with default enclosure character
9 echo "*** Testing fgetcsv() : with default enclosure & length less than line size ***\n";
89 *** Testing fgetcsv() : with default enclosure & length less than line size ***
H A Dfputcsv_variation10.phpt10 1st element is delimiter, 2nd element is enclosure
/php-src/ext/spl/
H A Dspl_directory_arginfo.h186 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, enclosure, IS_STRING, 0, "\"\\\"\"")
193 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, enclosure, IS_STRING, 0, "\"\\\"\"")
200 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, enclosure, IS_STRING, 0, "\"\\\"\"")

Completed in 37 milliseconds

123