Home
last modified time | relevance | path

Searched refs:columns (Results 26 – 50 of 85) sorted by relevance

1234

/PHP-8.1/ext/standard/tests/array/
H A Darray_column_basic.phpt98 echo "\n*** Testing columns not present in all rows ***\n";
270 *** Testing columns not present in all rows ***
/PHP-8.1/ext/pdo_odbc/tests/
H A Dlong_columns.phpt2 PDO ODBC "long" columns
59 // the driver reads columns in blocks of 255 bytes and then reassembles those blocks into a single …
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_fetch_field_flags.phpt52 $columns = array(
108 foreach ($columns as $column_def => $expected_flags) {
H A Dmysqli_stmt_bind_param_many_columns.phpt2 mysqli_stmt_bind_param() - Binding with very high number of columns
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt46 All of the following columns are "too hot" - too server dependent
H A Dmysqli_stmt_bind_param_type_juggling.phpt98 /* now, let's have two columns of different type and do type juggling */
H A Dmysqli_explain_metadata.phpt60 printf("[007] Field descriptions missing for the following columns\n");
H A Dmysqli_fetch_array.phpt126 …printf("[%04d] SQL Type: '%s', binary columns are supposed to return binary string and not unicode…
/PHP-8.1/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2.phpt2 PDO OCI: Insert and fetch 1K records from a table that contains 1 number and 2 LOB columns (stress …
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_types_zerofill.phpt33 // This might be a SQL warning on signed values inserted in unsigned columns
/PHP-8.1/ext/pdo/
H A Dphp_pdo_driver.h573 struct pdo_column_data *columns; member
/PHP-8.1/ext/pdo_dblib/
H A Ddblib_stmt.c234 col = &stmt->columns[colno]; in pdo_dblib_stmt_describe()
/PHP-8.1/ext/oci8/
H A Dphp_oci8_int.h230 HashTable *columns; /* hash containing all the result columns */ member
/PHP-8.1/ext/mbstring/tests/data/
H A D8859-6.txt18 # Format: Three tab-separated columns
H A D8859-8.txt18 # Format: Three tab-separated columns
H A DJISX0201.txt23 # Format: Three tab-separated columns
H A D8859-11.txt21 # Format: Three tab-separated columns
H A DCP1251.txt12 # Format: Three tab-separated columns
/PHP-8.1/ext/pdo_pgsql/
H A Dpgsql_statement.c474 struct pdo_column_data *cols = stmt->columns; in pgsql_stmt_describe()
/PHP-8.1/ext/pdo_odbc/
H A Dodbc_stmt.c555 struct pdo_column_data *col = &stmt->columns[colno]; in odbc_stmt_describe()
/PHP-8.1/ext/standard/html_tables/mappings/
H A DCP1251.TXT12 # Format: Three tab-separated columns
H A D8859-5.TXT30 # Format: Three tab-separated columns
H A DCP1252.TXT12 # Format: Three tab-separated columns
/PHP-8.1/ext/pdo_firebird/
H A Dfirebird_statement.c233 struct pdo_column_data *col = &stmt->columns[colno]; in firebird_stmt_describe()
/PHP-8.1/ext/pdo_mysql/
H A Dmysql_statement.c629 struct pdo_column_data *cols = stmt->columns; in pdo_mysql_stmt_describe()

Completed in 46 milliseconds

1234