Home
last modified time | relevance | path

Searched refs:column (Results 26 – 50 of 123) sorted by relevance

12345

/PHP-8.1/ext/mysqli/tests/
H A Dbug71863.phpt23 // segfault if EXPLAIN + "Unknown column" error
37 %AUnknown column 'owner_id' in 'where clause'
H A Dbug35759.phpt2 Bug #35759 (mysqli_stmt_bind_result() makes huge allocation when column empty)
26 /* SQL strict mode - [1101] BLOB/TEXT column 'a0' can't have a default value */
H A Dmysqli_multi_query.phpt82 … printf("[016 - %d] Expecting 2 column lengths got %d [%d] %s\n", $res_num, count($lengths));
86 … printf("[017 - %d] Strange column lengths for column %d, got %d expecting any > 0\n",
H A Dbug42378.phpt2 Bug #42378 (bind_result memory exhaustion, SELECT column, FORMAT(...) AS _format)
15 function create_table($link, $column, $min, $max, $engine, $offset) {
23 print "$column\n";
26 $column, $engine);
H A Dmysqli_stmt_bind_param_type_juggling.phpt108 bind_param('ii', '1', '2') --> OK (int column, string value)
109 bind_param('ii', 1, 2) --> OK (int column, int value)
111 bind_param('ss', 1, 2) --> OK (string column, int value)
H A D063.phpt34 Unknown column 'invalid' in 'field list'
H A Dmysqli_fetch_column.phpt140 mysqli_fetch_column(): Argument #2 ($column) must be greater than or equal to 0
142 mysqli_fetch_column(): Argument #2 ($column) must be less than the number of fields for this result…
H A Dmysqli_fetch_column_libmysql.phpt138 mysqli_fetch_column(): Argument #2 ($column) must be greater than or equal to 0
140 mysqli_fetch_column(): Argument #2 ($column) must be less than the number of fields for this result…
H A Dmysqli_stmt_fetch_bit.phpt2 Fetching BIT column values using the PS API
53 …printf("[007 - %d] Insert of %d in BIT(%d) column might have failed. MySQL reports odd values, id …
/PHP-8.1/ext/opcache/tests/jit/
H A Dbug80861.phpt18 public $column = null;
42 $this->column = $this;
89 $node->column = $c;
/PHP-8.1/ext/libxml/
H A Dlibxml.stub.php9 public int $column; variable in LibXMLError
/PHP-8.1/ext/odbc/
H A Dodbc.stub.php141 … ?string $catalog = null, ?string $schema = null, ?string $table = null, ?string $column = null) {} argument
160 …ring $catalog = null, ?string $schema = null, ?string $procedure = null, ?string $column = null) {} argument
198 …on odbc_columnprivileges($odbc, ?string $catalog, string $schema, string $table, string $column) {} argument
/PHP-8.1/ext/pdo/tests/
H A Dpdo_022.phpt46 // Retrieve column metadata for a result set returned by explicit SELECT
55 // Retrieve column metadata for a result set returned by a function
H A Dbug_79106.phpt2 Bug #79106 (PDO may fetch wrong column indexes with PDO::FETCH_BOTH)
H A Dbug_79106_collision.phpt2 Bug #79106 (PDO may fetch wrong column indexes with PDO::FETCH_BOTH) - collision
/PHP-8.1/ext/pdo/
H A Dpdo_stmt_arginfo.h5 ZEND_ARG_TYPE_MASK(0, column, MAY_BE_STRING|MAY_BE_LONG, NULL)
57 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, column, IS_LONG, 0, "0")
70 ZEND_ARG_TYPE_INFO(0, column, IS_LONG, 0)
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_clear_error.phpt80 Warning: PDOStatement::execute(): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'unknown_c…
84 2 => 'Unknown column \'unknown_column\' in \'field list\'',
96 Warning: PDO::prepare(): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'unknown_column' in…
H A Dpdo_mysql_stmt_bindparam.phpt30 printf("[%03d + 2] Cannot bind integer column, %s %s\n", $offset,
34 printf("[%03d + 3] Cannot bind string column, %s %s\n", $offset,
69 printf("[%03d + 6] Cannot bind NULL column, %s %s\n", $offset,
73 printf("[%03d + 3] Cannot bind string column, %s %s\n", $offset,
H A Dpdo_mysql_stmt_closecursor_empty.phpt36 printf("[004] Cannot bind integer column, %s %s\n",
40 printf("[005] Cannot bind string column, %s %s\n",
H A Dpdo_mysql_stmt_blobs.phpt65 printf("[%03d + 3] Returned id column value seems wrong, expecting 1 got %s.\n",
80 printf("[%03d + 3] Returned id column value seems wrong, expecting 1 got %s.\n",
H A Dpdo_mysql_stmt_fetch_non_select.phpt30 foreach ($row as $column => $value)
47 foreach ($row as $column => $value)
88 foreach ($row as $column => $value)
122 foreach ($row as $column => $value)
/PHP-8.1/ext/pdo_dblib/tests/
H A Dbug_45876.phpt2 PDO_DBLIB: Does not support get column meta
H A Ddatetime2.phpt2 PDO_DBLIB: DATETIME2 column data
/PHP-8.1/ext/oci8/tests/
H A Dstatement_cache.phpt13 // Note: with TimesTen, the column will be called "EXP"
H A Ddefine1.phpt55 oci_define_by_name(): Argument #2 ($column) cannot be empty

Completed in 31 milliseconds

12345