Home
last modified time | relevance | path

Searched refs:fields (Results 51 – 75 of 151) sorted by relevance

1234567

/php-src/ext/pgsql/tests/
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 D15pg_delete.phpt19 $fields = array('num'=>'1234', 'str'=>'XXX', 'bin'=>'YYY');
/php-src/ext/odbc/tests/
H A Dodbc_num_fields_001.phpt2 odbc_num_fields(): Getting the number of fields
H A Dodbc_field_len_001.phpt41 Warning: odbc_field_len(): Field index larger than number of fields in %s on line %d
H A Dodbc_field_name_001.phpt40 Warning: odbc_field_name(): Field index larger than number of fields in %s on line %d
H A Dodbc_field_precision_001.phpt40 Warning: odbc_field_precision(): Field index larger than number of fields in %s on line %d
H A Dodbc_field_scale_001.phpt40 Warning: odbc_field_scale(): Field index larger than number of fields in %s on line %d
H A Dodbc_field_type_001.phpt40 Warning: odbc_field_type(): Field index larger than number of fields in %s on line %d
/php-src/ext/spl/tests/
H A Dbug69181.phpt2 Bug #69181 (READ_CSV|DROP_NEW_LINE drops newlines within fields)
/php-src/ext/ffi/tests/
H A D031.phpt2 FFI 031: bit-fields packing
H A D032.phpt2 FFI 032: bit-fields access
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_fetch_geom.phpt61 $fields = mysqli_fetch_fields($result);
62 if ($fields[1]->type != MYSQLI_TYPE_GEOMETRY) {
63 …ng type %d\n", $offset + 10, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt), $fields[1]->type);
H A Dmysqli_stmt_get_result_geom.phpt60 $fields = mysqli_fetch_fields($result);
61 if ($fields[1]->type != MYSQLI_TYPE_GEOMETRY) {
62 …ng type %d\n", $offset + 10, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt), $fields[1]->type);
H A Dbug75018.phpt2 Bug #75018 Data corruption when reading fields of bit type
/php-src/ext/pdo_pgsql/tests/
H A Dcopy_from.phpt60 echo "Testing pgsqlCopyFromArray() with only selected fields\n";
97 echo "Testing pgsqlCopyFromFile() with only selected fields\n";
225 Testing pgsqlCopyFromArray() with only selected fields
359 Testing pgsqlCopyFromFile() with only selected fields
/php-src/Zend/tests/traits/
H A Dproperty008.phpt2 Handling of private fields with traits needs to have same semantics as with normal inheritance.
H A Dproperty009.phpt2 Handling of public fields with traits needs to have same semantics as with normal inheritance, howe…
/php-src/ext/mbstring/tests/
H A Diso2022jp_kddi_encoding.phpt55 $fields = explode(';', rtrim($line));
56 if (count($fields) >= 4) {
57 if (sscanf($fields[0], "%x %x", $cp1, $cp2) == 2)
60 $utf32 = pack('N', hexdec($fields[0]));
62 if ($fields[2]) {
63 $kuten = shiftJISDecode(hexdec($fields[2]));
H A Dsjis_mobile_encodings.phpt95 $fields = explode(';', rtrim($line));
96 if (count($fields) >= 4) {
97 if (sscanf($fields[0], "%x %x", $cp1, $cp2) == 2) {
100 $utf32 = pack('N', hexdec($fields[0]));
104 if ($fields[1])
105 $docomo[pack('n', hexdec($fields[1]))] = $utf32;
106 if ($fields[2])
107 $kddi[pack('n', hexdec($fields[2]))] = $utf32;
108 if ($fields[3]) {
109 $bytes = pack('n', hexdec($fields[3]));
/php-src/ext/date/tests/
H A Dgh10747-2.phpt2 Bug GH-10747 (Private fields in serialized DateTimeZone objects throw)
H A Dgh10747-1.phpt2 Bug GH-10747 (Private fields in serialized DateTimeImmutable objects throw)
/php-src/ext/pdo_firebird/tests/
H A Dbug_74462.phpt2 PDO_Firebird: Bug #74462 Returns only NULLs for boolean fields
/php-src/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h306 …m_func_status php_mysqlnd_rowp_read_binary_protocol(MYSQLND_ROW_BUFFER * row_buffer, zval * fields,
311 enum_func_status php_mysqlnd_rowp_read_text_protocol(MYSQLND_ROW_BUFFER * row_buffer, zval * fields,
/php-src/ext/openssl/tests/
H A Dbug68879.phpt2 Bug #68879: Match IP address fields in subjectAltName checks
/php-src/ext/standard/tests/file/
H A Dcopy_variation18.phpt30 // compare all stat fields except access time

Completed in 29 milliseconds

1234567