Home
last modified time | relevance | path

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

1234567

/php-src/ext/standard/tests/file/
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-src/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) {
H A Dmysqli_fetch_fields.phpt26 $fields = mysqli_fetch_fields($res);
27 foreach ($fields as $k => $field) {
H A Dmysqli_get_connection_stats.phpt36 printf("[005] The hashes should be identical except of the memory related fields\n");
51 printf("[007] The hashes should be identical except of the memory related fields\n");
/php-src/ext/pgsql/tests/
H A D03sync_query.phpt150 Argument #3 must be less than the number of fields for this result set
153 pg_fetch_all_columns(): Argument #2 ($field) must be less than the number of fields for this result…
155 Argument #3 must be less than the number of fields for this result set
158 pg_field_name(): Argument #2 ($field) must be less than the number of fields for this result set
160 pg_field_table(): Argument #2 ($field) must be less than the number of fields for this result set
H A D10pg_convert_9.phpt22 $fields = array('num'=>'1234', 'str'=>'AAA', 'bin'=>'BBB');
23 $converted = pg_convert($db, $table_name, $fields);
H A D13pg_select.phpt17 $fields = array('num'=>'1234', 'str'=>'ABC', 'bin'=>'XYZ');
/php-src/ext/dom/tests/
H A DDOMDocument_getElementsByTagName_liveness_write_properties.phpt9 $fields = ['nodeValue', 'textContent'];
11 foreach ($fields as $field) {
/php-src/ext/date/tests/
H A Dbug35887.phpt2 Bug #35887 (wddx_deserialize not parsing dateTime fields properly)
/php-src/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-src/ext/standard/tests/general_functions/
H A D004.phpt2 fgetcsv() with tab delimited fields (BUG #8258)
H A Dgetrusage_basic.phpt15 // echo the fields which are common to all platforms
/php-src/ext/pdo_pgsql/
H A Dpdo_pgsql_arginfo.h13 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fields, IS_STRING, 1, "null")
21 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fields, IS_STRING, 1, "null")
28 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fields, IS_STRING, 1, "null")
/php-src/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-src/scripts/gdb/
H A Dphp_gdb.py45 for field in self.val.type.fields():
81 for field in self.val.type.fields():
149 for field in val.type.fields():
253 for field in self.val.type.fields():
342 return ary_type.fields()[0].type.range()[1]+1
/php-src/ext/spl/tests/
H A Dbug70959.phpt2 Bug #70959 (ArrayObject unserialize does not restore protected fields)
/php-src/Zend/tests/
H A Dbug33171.phpt2 Bug #33171 (foreach enumerates private fields declared in base classes)
/php-src/ext/reflection/tests/
H A Dbug49074.phpt2 Bug #49074 (private class static fields can be modified by using reflection)
/php-src/ext/standard/tests/strings/
H A Dbug55674.phpt2 Bug #55674 (fgetcsv & str_getcsv skip empty fields in some tab-separated records)

Completed in 43 milliseconds

1234567