Home
last modified time | relevance | path

Searched refs:fields (Results 26 – 50 of 153) sorted by relevance

1234567

/PHP-8.3/ext/imap/tests/
H A Dimap_headerinfo_basic.phpt19 $fields = array ('toaddress','to','fromaddress','from',
26 echo "Check general fields\n";
27 foreach ($fields as $key) {
96 Check general fields
H A Dimap_fetchstructure_basic.phpt26 $fields = array('type','encoding','ifsubtype','subtype',
29 foreach ($fields as $key) {
/PHP-8.3/ext/standard/tests/file/
H A Dfgetcsv_variation15.phpt62 // call fgetcsv() to parse csv fields
719 This is line of text without csv fields
734 This is line of text without csv fields
749 This is line of text without csv fields
764 This is line of text without csv fields
779 This is line of text without csv fields
794 This is line of text without csv fields
809 This is line of text without csv fields
824 This is line of text without csv fields
839 This is line of text without csv fields
[all …]
H A Dfgetcsv_variation16.phpt64 // call fgetcsv() to parse csv fields
723 This is line of text without csv fields
738 This is line of text without csv fields
753 This is line of text without csv fields
768 This is line of text without csv fields
783 This is line of text without csv fields
798 This is line of text without csv fields
813 This is line of text without csv fields
828 This is line of text without csv fields
843 This is line of text without csv fields
[all …]
H A Dfgetcsv_error_conditions.csv2 This is line of text without csv fields
H A Dfile.inc572 function compare_stats( array $stat1, array $stat2, array $fields,
583 $fields = contains the key of the elements that needs to be compared.
593 function compare_stats($stat1, $stat2, $fields, $op = "==", $flag = false ) {
605 for($index = 0; $index < count($fields); $index++)
610 if ( $stat1[ $fields[$index] ] != $stat2[ $fields[$index] ] ) {
611 if ( ! in_array( $fields[$index], $stat_time_diff_keys ) ) {
614 } elseif (abs($stat1[ $fields[$index] ] - $stat2[ $fields[$index] ]) > 2) {
622 if ( $stat1[ $fields[$index] ] != $stat2[ $fields[$index] ] ) {
626 echo "Error: stat1 equals stat2 at key value: $fields[$index]\n";
631 if ( $stat1[ $fields[$index] ] <= $stat2[ $fields[$index] ] ) {
[all …]
H A Dfputcsv_variation10.phpt2 Test fputcsv() : usage variations - with line without any csv fields
11 and 3rd element is csv fields
14 $fields = array( array('water_fruit\n'),
28 foreach ($fields as $field) {
32 // create the file and add the content with has csv fields
H A Dbug53848.phpt2 Bug #53848 (fgetcsv removes leading spaces from fields)
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_stmt_fetch_fields_win32_unicode.phpt20 !($fields = mysqli_fetch_fields($result))) {
37 if (!($fields = mysqli_fetch_fields($result)))
H A Dmysqli_stmt_attr_set.phpt53 $fields = $res->fetch_fields();
55 foreach ($fields as $k => $meta) {
73 $fields = $res->fetch_fields();
75 foreach ($fields as $k => $meta) {
93 $fields = $res->fetch_fields();
95 foreach ($fields as $k => $meta) {
/PHP-8.3/ext/pgsql/tests/
H A D03sync_query.phpt139 Argument #3 must be less than the number of fields for this result set
142 pg_fetch_all_columns(): Argument #2 ($field) must be less than the number of fields for this result…
144 Argument #2 must be less than the number of fields for this result set
147 pg_field_name(): Argument #2 ($field) must be less than the number of fields for this result set
149 pg_field_table(): Argument #2 ($field) must be less than the number of fields for this result set
H A D10pg_convert_9.phpt19 $fields = array('num'=>'1234', 'str'=>'AAA', 'bin'=>'BBB');
20 $converted = pg_convert($db, $table_name, $fields);
H A D15pg_delete.phpt15 $fields = array('num'=>'1234', 'str'=>'XXX', 'bin'=>'YYY');
H A D13pg_select.phpt17 $fields = array('num'=>'1234', 'str'=>'ABC', 'bin'=>'XYZ');
/PHP-8.3/ext/date/tests/
H A Dbug35887.phpt2 Bug #35887 (wddx_deserialize not parsing dateTime fields properly)
/PHP-8.3/ext/dom/tests/
H A DDOMDocument_getElementsByTagName_liveness_write_properties.phpt9 $fields = ['nodeValue', 'textContent'];
11 foreach ($fields as $field) {
/PHP-8.3/ext/standard/tests/general_functions/
H A D004.phpt2 fgetcsv() with tab delimited fields (BUG #8258)
/PHP-8.3/ext/pdo_pgsql/tests/
H A Dcopy_to.phpt42 echo "Testing pgsqlCopyToArray() with only selected fields\n";
60 echo "Testing pgsqlCopyToFile() with only selected fields\n";
114 Testing pgsqlCopyToArray() with only selected fields
138 Testing pgsqlCopyToFile() with only selected fields
/PHP-8.3/ext/imap/tests/setup/
H A Dimap_include.inc15 /** list of fields to expect */
33 * Display all fields in an element from an imap_fetch_overview() response
40 * @param string[] $fields
42 function displayOverviewFields($resp, array $fields = MANDATORY_OVERVIEW_FIELDS) {
44 foreach ($fields as $mf) {
/PHP-8.3/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv_variation10.phpt2 SplFileObject::fputcsv(): Usage variations -- with line without any CSV fields
12 and 3rd element is csv fields
15 $fields = array( array('water_fruit\n'),
29 foreach ($fields as $field) {
33 // create the file and add the content with has csv fields
H A Dbug68479.phpt16 string(6) "fields"
/PHP-8.3/ext/spl/tests/
H A Dbug70959.phpt2 Bug #70959 (ArrayObject unserialize does not restore protected fields)
/PHP-8.3/Zend/tests/
H A Dbug33171.phpt2 Bug #33171 (foreach enumerates private fields declared in base classes)
/PHP-8.3/ext/reflection/tests/
H A Dbug49074.phpt2 Bug #49074 (private class static fields can be modified by using reflection)
/PHP-8.3/ext/standard/tests/strings/
H A Dbug55674.phpt2 Bug #55674 (fgetcsv & str_getcsv skip empty fields in some tab-separated records)

Completed in 36 milliseconds

1234567