Home
last modified time | relevance | path

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

123456

/PHP-7.4/ext/imap/tests/
H A Dimap_headerinfo_basic.phpt17 $fields = array ('toaddress','to','fromaddress','from',
24 echo "Check general fields\n";
25 foreach ($fields as $key) {
93 Check general fields
H A Dimap_include.inc15 // list of fields to expect
30 * Display all fields in an element from an imap_fetch_overview() response
38 function displayOverviewFields($resp, $fields=null) {
42 foreach ($fields ? $fields : $mandatory_overview_fields as $mf)
H A Dimap_fetchstructure_basic.phpt27 $fields = array('type','encoding','ifsubtype','subtype',
30 foreach ($fields as $key) {
/PHP-7.4/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_get_connection_stats.phpt44 printf("[005] The hashes should be identical except of the memory related fields\n");
59 printf("[007] The hashes should be identical except of the memory related fields\n");
H A Dmysqli_stmt_attr_set.phpt81 $fields = $res->fetch_fields();
83 foreach ($fields as $k => $meta) {
101 $fields = $res->fetch_fields();
103 foreach ($fields as $k => $meta) {
121 $fields = $res->fetch_fields();
123 foreach ($fields as $k => $meta) {
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_result.c58 meta->fields, in MYSQLND_METHOD()
75 meta->fields[i].max_length = len; in MYSQLND_METHOD()
132 meta->fields[field].max_length = len; in MYSQLND_METHOD()
688 row_packet->fields = NULL; in MYSQLND_METHOD()
820 row_packet->fields = NULL; in MYSQLND_METHOD()
991 meta->fields, in MYSQLND_METHOD()
1081 meta->fields, in MYSQLND_METHOD()
1097 meta->fields[i].max_length = len; in MYSQLND_METHOD()
1174 meta->fields, in MYSQLND_METHOD()
1194 meta->fields[i].max_length = len; in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_wireprotocol.h211 zval *fields; member
310 …m_func_status php_mysqlnd_rowp_read_binary_protocol(MYSQLND_ROW_BUFFER * row_buffer, zval * fields,
315 …unc_status php_mysqlnd_rowp_read_text_protocol_zval(MYSQLND_ROW_BUFFER * row_buffer, zval * fields,
319 …m_func_status php_mysqlnd_rowp_read_text_protocol_c(MYSQLND_ROW_BUFFER * row_buffer, zval * fields,
/PHP-7.4/ext/date/tests/
H A Dbug35887.phpt2 Bug #35887 (wddx_deserialize not parsing dateTime fields properly)
/PHP-7.4/ext/standard/tests/file/
H A Dfputcsv_variation10.phpt2 Test fputcsv() : usage variations - with line without any csv fields
6 …Prototype: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclos…
17 and 3rd element is csv fields
20 $fields = array( array('water_fruit\n'),
34 foreach ($fields as $field) {
38 // create the file and add the content with has csv fields
H A Dbug53848.phpt2 Bug #53848 (fgetcsv removes leading spaces from 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 ) {
603 for($index = 0; $index < count($fields); $index++)
608 if ( $stat1[ $fields[$index] ] != $stat2[ $fields[$index] ] ) {
610 echo "Error: stat1 do not match with stat2 at key value: $fields[$index]\n";
615 if ( $stat1[ $fields[$index] ] != $stat2[ $fields[$index] ] ) {
619 echo "Error: stat1 equals stat2 at key value: $fields[$index]\n";
624 if ( $stat1[ $fields[$index] ] <= $stat2[ $fields[$index] ] ) {
631 if ( $stat1[ $fields[$index] ] >= $stat2[ $fields[$index] ] ) {
[all …]
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dcopy_to.phpt40 echo "Testing pgsqlCopyToArray() with only selected fields\n";
58 echo "Testing pgsqlCopyToFile() with only selected fields\n";
106 Testing pgsqlCopyToArray() with only selected fields
130 Testing pgsqlCopyToFile() with only selected fields
/PHP-7.4/ext/standard/tests/general_functions/
H A D004.phpt2 fgetcsv() with tab delimited fields (BUG #8258)
/PHP-7.4/ext/spl/tests/
H A Dbug68479.phpt17 string(6) "fields"
H A Dbug70959.phpt2 Bug #70959 (ArrayObject unserialize does not restore protected fields)
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
/PHP-7.4/Zend/tests/
H A Dbug33171.phpt2 Bug #33171 (foreach enumerates private fields declared in base classes)
/PHP-7.4/ext/reflection/tests/
H A Dbug49074.phpt2 Bug #49074 (private class static fields can be modified by using reflection)
/PHP-7.4/ext/standard/tests/strings/
H A Dbug55674.phpt2 Bug #55674 (fgetcsv & str_getcsv skip empty fields in some tab-separated records)
/PHP-7.4/ext/pgsql/tests/
H A D15pg_delete.phpt13 $fields = array('num'=>'1234', 'str'=>'XXX', 'bin'=>'YYY');
H A D13pg_select.phpt15 $fields = array('num'=>'1234', 'str'=>'ABC', 'bin'=>'XYZ');
H A D80_bug39971.phpt2 Bug #39971 (8.0+) (pg_insert/pg_update do not allow now() to be used for timestamp fields)
H A D13pg_select_9.phpt17 $fields = array('num'=>'1234', 'str'=>'ABC', 'bin'=>'XYZ');
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_74462.phpt2 PDO_Firebird: Bug #74462 Returns only NULLs for boolean fields

Completed in 30 milliseconds

123456