/PHP-7.4/ext/mbstring/ucgendat/ |
H A D | uctest.php | 36 yield $fields; 74 assert(count($fields) == 15); 76 $code = intval($fields[0], 16); 99 assert(count($fields) == 4); 101 $code = intval($fields[0], 16); 102 $status = $fields[1]; 115 assert(count($fields) >= 5); 117 $code = intval($fields[0], 16); 118 $lower = parseCodes($fields[1]); 119 $title = parseCodes($fields[2]); [all …]
|
H A D | ucgendat.php | 212 yield $fields; 218 foreach ($lines as $fields) { 219 if (count($fields) != 15) { 225 $name = $fields[1]; 247 $bidiClass = $fields[4]; 275 if (count($fields) != 4) { 280 $status = $fields[1]; 330 if (count($fields) != 5 && count($fields) != 6) { 339 $cond = $fields[4]; 355 if (count($fields) != 2) { [all …]
|
/PHP-7.4/ext/mysqli/tests/ |
H A D | mysqli_stmt_get_result_metadata.phpt | 78 $fields = array(); 80 $fields['res'][] = $info; 83 $fields['meta'][] = $info; 88 if (count($fields['res']) != count($fields['meta'])) { 89 … printf("[014] stmt_get_result indicates %d fields, stmt_result_metadata indicates %d fields\n", 90 count($fields['res']), 91 count($fields['meta'])); 114 … $k, gettype($info->def), $info->def, gettype($fields['meta'][$k]->def), $fields['meta'][$k]->def); 142 $fields['all_res'][$k]->max_length = $fields['all_meta'][$k]->max_length; 144 if ($fields['all_res'][$k] != $fields['all_meta'][$k]) { [all …]
|
H A D | mysqli_explain_metadata.phpt | 44 $fields = mysqli_fetch_fields($res); 45 if (($tmp = count($fields)) !== $num_fields) { 50 foreach ($fields as $k => $field) { 96 if ($fields_res_meta != $fields) { 99 var_dump($fields); 131 reset($fields); 133 $fields_val = current($fields); 134 next($fields); 144 if ($fields_stmt != $fields) { 147 var_dump($fields);
|
/PHP-7.4/sapi/fpm/tests/ |
H A D | status.inc | 43 * @param array $fields 66 * @param array $fields 77 array $fields, 88 $fields['start time'] = '\d+'; 120 * @param array $fields 131 * @param array $fields 144 $fields, 155 * @param array $fields 161 $fields, 178 * @param array $fields [all …]
|
/PHP-7.4/ext/mysqlnd/ |
H A D | mysqlnd_result_meta.c | 61 meta->fields[i].root = NULL; in MYSQLND_METHOD() 84 meta->fields[i].num_key = idx; in MYSQLND_METHOD() 99 MYSQLND_FIELD *fields; in MYSQLND_METHOD() local 102 if ((fields = meta->fields)) { in MYSQLND_METHOD() 108 meta->fields = NULL; in MYSQLND_METHOD() 198 new_meta->fields = new_fields; in MYSQLND_METHOD() 221 meta->fields[meta->current_field].name? meta->fields[meta->current_field].name:"", in MYSQLND_METHOD() 235 meta->fields[meta->current_field].name? meta->fields[meta->current_field].name:"", in MYSQLND_METHOD() 237 DBG_RETURN(&meta->fields[fieldnr]); in MYSQLND_METHOD() 247 DBG_RETURN(meta->fields); in MYSQLND_METHOD() [all …]
|
/PHP-7.4/ext/oci8/tests/ |
H A D | imp_res_field.phpt | 131 num fields : 0 140 num fields : 0 145 num fields : 0 150 num fields : 0 155 num fields : 0 158 num fields : 2 161 num fields : 1 163 num fields : 1 168 num fields : 2 178 num fields : 1 [all …]
|
/PHP-7.4/ext/standard/tests/file/ |
H A D | fgetcsv_variation20.phpt | 52 // 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 D | fgetcsv_variation13.phpt | 2 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 D | fgetcsv_variation6.phpt | 606 string(6) "fields" 636 string(6) "fields" 666 string(6) "fields" 696 string(6) "fields" 726 string(6) "fields" 756 string(6) "fields" 786 string(6) "fields" 816 string(6) "fields" 846 string(6) "fields" 876 string(6) "fields" [all …]
|
H A D | fgetcsv_variation17.phpt | 601 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 D | bug72330.phpt | 2 Bug #72330 (CSV fields incorrectly split if escape char followed by UTF chars) 17 $fields = str_getcsv($string, ';', '"', "#"); 18 var_dump($fields);
|
H A D | fgetcsv_variation15.phpt | 67 // 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 D | fgetcsv_variation16.phpt | 69 // 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 …]
|
/PHP-7.4/sapi/cli/ |
H A D | generate_mime_type_map.php | 20 $fields = preg_split('/\s+/', $line); variable 21 if (count($fields) > 1) { 22 $mime = array_shift($fields); 23 foreach ($fields as $extension) {
|
/PHP-7.4/ext/pgsql/tests/ |
H A D | 12pg_insert_9.phpt | 17 $fields = array('num'=>'1234', 'str'=>'AAA', 'bin'=>'BBB'); 19 pg_insert($db, $table_name, $fields) or print "Error in test 1\n"; 20 echo pg_insert($db, $table_name, $fields, PGSQL_DML_STRING)."\n"; 21 echo pg_insert($db, $table_name, $fields, PGSQL_DML_STRING|PGSQL_DML_ESCAPE)."\n"; 22 var_dump( pg_insert($db, $table_name, $fields, PGSQL_DML_EXEC) ); // Return resource
|
H A D | 14pg_update.phpt | 15 $fields = array('num'=>'1234', 'str'=>'ABC', 'bin'=>'XYZ'); 18 pg_update($db, $table_name, $fields, $ids) or print "Error in test 1\n"; 19 echo pg_update($db, $table_name, $fields, $ids, PGSQL_DML_STRING)."\n"; 20 echo pg_update($db, $table_name, $fields, $ids, PGSQL_DML_STRING|PGSQL_DML_ESCAPE)."\n";
|
H A D | 14pg_update_9.phpt | 17 $fields = array('num'=>'1234', 'str'=>'ABC', 'bin'=>'XYZ'); 20 pg_update($db, $table_name, $fields, $ids) or print "Error in test 1\n"; 21 echo pg_update($db, $table_name, $fields, $ids, PGSQL_DML_STRING)."\n"; 22 echo pg_update($db, $table_name, $fields, $ids, PGSQL_DML_STRING|PGSQL_DML_ESCAPE)."\n";
|
H A D | 12pg_insert.phpt | 15 $fields = array('num'=>'1234', 'str'=>'AAA', 'bin'=>'BBB'); 17 pg_insert($db, $table_name, $fields) or print "Error in test 1\n"; 18 echo pg_insert($db, $table_name, $fields, PGSQL_DML_STRING)."\n";
|
H A D | 10pg_convert_json_array.phpt | 16 $fields = array( 20 $converted = pg_convert($db, $table_name_92, $fields); 23 if (!pg_insert($db, $table_name_92, $fields)) {
|
H A D | 10pg_convert.phpt | 16 $fields = array('num'=>'1234', 'str'=>'AAA', 'bin'=>'BBB'); 17 $converted = pg_convert($db, $table_name, $fields);
|
H A D | 10pg_convert_9.phpt | 17 $fields = array('num'=>'1234', 'str'=>'AAA', 'bin'=>'BBB'); 18 $converted = pg_convert($db, $table_name, $fields);
|
H A D | bug64609.phpt | 19 $fields = array('a' => 'ok'); 20 $converted = pg_convert($db, 'test_enum', $fields);
|
/PHP-7.4/ext/imap/tests/ |
H A D | imap_rfc822_parse_headers_basic.phpt | 17 $fields = array ('toaddress','to','fromaddress','from', 24 echo "Check general fields\n"; 25 foreach ($fields as $key) { 93 Check general fields
|
/PHP-7.4/ext/pdo_mysql/ |
H A D | mysql_statement.c | 148 S->fields = mysql_fetch_fields(S->result); in pdo_mysql_fill_stmt_from_result() 186 S->fields = mysql_fetch_fields(S->result); in pdo_mysql_stmt_execute_prepared_libmysql() 209 switch (S->fields[i].type) { in pdo_mysql_stmt_execute_prepared_libmysql() 227 S->fields[i].max_length? S->fields[i].max_length: in pdo_mysql_stmt_execute_prepared_libmysql() 228 S->fields[i].length; in pdo_mysql_stmt_execute_prepared_libmysql() 300 S->fields = mysql_fetch_fields(S->result); in pdo_mysql_stmt_execute_prepared_mysqlnd() 706 cols[i].name = strpprintf(0, "%s.%s", S->fields[i].table, S->fields[i].name); in pdo_mysql_stmt_describe() 708 cols[i].name = zend_string_init(S->fields[i].name, S->fields[i].name_length, 0); in pdo_mysql_stmt_describe() 711 cols[i].precision = S->fields[i].decimals; in pdo_mysql_stmt_describe() 712 cols[i].maxlen = S->fields[i].length; in pdo_mysql_stmt_describe() [all …]
|