Home
last modified time | relevance | path

Searched refs:enclosure (Results 51 – 74 of 74) sorted by relevance

123

/PHP-5.5/ext/standard/tests/file/
H A Dfputcsv_variation1.phpt6 …e: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclosure]]] );
15 1st element is delimiter, 2nd element is enclosure
54 $enclosure = $csv_list[1];
58 var_dump( fputcsv($file_handle, $csv_field, $delimiter, $enclosure) );
H A Dfputcsv_variation13.phpt2 Test fputcsv() : usage variations - with default enclosure & delimiter of two chars
6 …e: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclosure]]] );
10 /* Testing fputcsv() to write to a file when default enclosure value and delimiter
13 echo "*** Testing fputcsv() : with default enclosure & delimiter of two chars ***\n";
16 1st element is delimiter, 2nd element is enclosure
55 $enclosure = $csv_list[1];
77 *** Testing fputcsv() : with default enclosure & delimiter of two chars ***
H A Dfgetcsv_variation17.phpt2 Test fgetcsv() : usage variations - with default enclosure & length less than line size
6 …pe: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
10 /* Testing fgetcsv() to read a file when provided with default enclosure character
14 echo "*** Testing fgetcsv() : with default enclosure & length less than line size ***\n";
94 *** Testing fgetcsv() : with default enclosure & length less than line size ***
H A Dfgetcsv_variation1.phpt6 …pe: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
15 1st element is delimiter, 2nd element is enclosure
51 $enclosure = $csv_list[1];
75 // use the right delimiter and enclosure with max length
76 var_dump( fgetcsv($file_handle, 1024, $delimiter, $enclosure) );
H A Dfgetcsv_variation25.phpt2 Test fgetcsv() : usage variations - with negative length value along with enclosure and delimiter
6 …pe: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
12 along with delimiter and enclosure arguments
18 1st element is delimiter, 2nd element is enclosure
54 $enclosure = $csv_list[1];
78 // use the right delimiter and enclosure with negative length
79 var_dump( fgetcsv($file_handle, -10, $delimiter, $enclosure) );
H A Dfgetcsv_variation5.phpt2 Test fgetcsv() : usage variations - with delimiter & enclosure as NULL
6 …pe: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
12 enclosure values both as NULL
15 echo "*** Testing fgetcsv() : with delimiter & enclosure as NULL ***\n";
18 1st element is delimiter, 2nd element is enclosure
54 $enclosure = $csv_list[1];
93 *** Testing fgetcsv() : with delimiter & enclosure as NULL ***
H A Dfputcsv_variation5.phpt6 …e: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclosure]]] );
15 1st element is delimiter, 2nd element is enclosure
54 $enclosure = $csv_list[1];
H A Dfgetcsv_variation27.phpt2 Test fgetcsv() : usage variations - with negative length value along with delimiter and no enclosure
6 …pe: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
12 along with delimiter and no enclosure arguments
18 1st element is delimiter, 2nd element is enclosure
54 $enclosure = $csv_list[1];
78 // use the right delimiter and enclosure with negative length
H A Dfgetcsv_variation28.phpt2 Test fgetcsv() : usage variations - with negative length value along with neither enclosure and nor…
6 …pe: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
12 along with neither delimiter nor enclosure argument
18 1st element is delimiter, 2nd element is enclosure
54 $enclosure = $csv_list[1];
78 // use the right delimiter and enclosure with negative length
H A Dfgetcsv_variation2.phpt6 …pe: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
15 1st element is delimiter, 2nd element is enclosure
51 $enclosure = $csv_list[1];
77 var_dump( fgetcsv($file_handle, 0, $delimiter, $enclosure) );
H A Dfgetcsv_variation14.phpt6 …pe: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
H A Dfputcsv_variation2.phpt6 …e: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclosure]]] );
15 1st element is delimiter, 2nd element is enclosure
54 $enclosure = $csv_list[1];
58 var_dump( fputcsv($file_handle, $csv_field, NULL, $enclosure) );
H A Dfgetcsv_variation13.phpt7 …pe: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
H A Dfgetcsv_variation10.phpt6 …pe: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
15 1st element is delimiter, 2nd element is enclosure
51 $enclosure = $csv_list[1];
75 var_dump( fgetcsv($file_handle, 1024, $delimiter, $enclosure) );
H A Dfgetcsv_variation6.phpt6 …pe: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
18 1st element is delimiter, 2nd element is enclosure
54 $enclosure = $csv_list[1];
79 var_dump( fgetcsv($file_handle, 9, $delimiter, $enclosure) );
84 var_dump( fgetcsv($file_handle, 1024, $delimiter, $enclosure) );
H A Dfgetcsv_variation7.phpt6 …pe: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
15 1st element is delimiter, 2nd element is enclosure
51 $enclosure = $csv_list[1];
H A Dfgetcsv_variation3.phpt6 …pe: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
15 1st element is delimiter, 2nd element is enclosure
51 $enclosure = $csv_list[1];
77 var_dump( fgetcsv($file_handle, 1024, NULL, $enclosure) );
H A Dfgetcsv_variation29.phpt6 …pe: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
H A Dfgetcsv_variation30.phpt6 …pe: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
/PHP-5.5/ext/spl/tests/
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
H A DSplFileObject_fputcsv_variation5.phpt11 1st element is delimiter, 2nd element is enclosure
46 $enclosure = $csv_list[1];
/PHP-5.5/ext/standard/
H A Dbasic_functions.c1227 ZEND_ARG_INFO(0, enclosure)
1234 ZEND_ARG_INFO(0, enclosure)
2412 ZEND_ARG_INFO(0, enclosure)
/PHP-5.5/
H A DNEWS9287 - Fixed bug #35046 (phpinfo() uses improper css enclosure). (Ilia)

Completed in 78 milliseconds

123