Home
last modified time | relevance | path

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

123456

/PHP-7.4/ext/mysqli/
H A Dmysqli.c1139 MYSQL_FIELD *fields; in php_mysqli_fetch_into_hash_aux() local
1147 fields = mysql_fetch_fields(result); in php_mysqli_fetch_into_hash_aux()
1192 add_assoc_zval(return_value, fields[i].name, &res); in php_mysqli_fetch_into_hash_aux()
1199 add_assoc_null(return_value, fields[i].name); in php_mysqli_fetch_into_hash_aux()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_array_oo.phpt111 $fields = mysqli_fetch_fields($res);
113 if (!(gettype($php_value)=="unicode" && ($fields[1]->flags & 128))) {
H A Dmysqli_fetch_all_oo.phpt137 $fields = mysqli_fetch_fields($res);
139 if (!(gettype($php_value)=="unicode" && ($fields[1]->flags & 128))) {
H A Dmysqli_fetch_all.phpt136 $fields = mysqli_fetch_fields($res);
138 if (!(gettype($php_value)=="unicode" && ($fields[1]->flags & 128))) {
H A Dmysqli_stmt_result_metadata_sqltests.phpt152 printf("[%04d - %s] Metadata seems wrong, no fields?\n",
H A Dmysqli_stmt_get_result_types.phpt78 $fields = mysqli_fetch_fields($result);
/PHP-7.4/Zend/
H A DREADME.md34 `op_type` fields and using different execution methods (call threading, switch
/PHP-7.4/ext/standard/tests/file/
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_variation4.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 Dfgetcsv_variation5.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_variation25.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_variation27.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_variation28.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_variation3.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 Dfputcsv_variation2.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_variation3.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_variation4.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_variation13.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
/PHP-7.4/ext/spl/tests/
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
H A DSplFileObject_fputcsv_variation8.phpt15 and 3rd element is csv fields
42 // create the file and add the content with has csv fields

Completed in 54 milliseconds

123456