Home
last modified time | relevance | path

Searched refs:column (Results 76 – 100 of 123) sorted by relevance

12345

/PHP-8.1/ext/oci8/
H A Doci8_arginfo.h6 ZEND_ARG_TYPE_INFO(0, column, IS_STRING, 0)
153 ZEND_ARG_TYPE_MASK(0, column, MAY_BE_STRING|MAY_BE_LONG, NULL)
160 ZEND_ARG_TYPE_MASK(0, column, MAY_BE_STRING|MAY_BE_LONG, NULL)
175 ZEND_ARG_TYPE_MASK(0, column, MAY_BE_STRING|MAY_BE_LONG, NULL)
186 ZEND_ARG_TYPE_MASK(0, column, MAY_BE_STRING|MAY_BE_LONG, NULL)
350 ZEND_ARG_TYPE_MASK(0, column, MAY_BE_STRING|MAY_BE_LONG, NULL)
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_case.phpt46 printf("[005] Cannot add column %s - %s\n",
50 printf("[006] Cannot add column %s - %s\n",
H A Dbug_38546.phpt235 Warning: PDOStatement::execute(): SQLSTATE[%s]: %s: 1366 Incorrect integer value: 'true' for column
242 string(%d) "Incorrect integer value: 'true' for column %s at row 1"
H A Dpdo_mysql_stmt_bindparam_types.phpt2 MySQL PDOStatement->bindParam() - SQL column types
27 // Server might not support column type - skip it
H A Dpdo_mysql_stmt_closecursor.phpt90 printf("[%03d + 2] Cannot bind integer column, %s %s\n", $offset,
94 printf("[%03d + 3] Cannot bind string column, %s %s\n", $offset,
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_bit.phpt48 // don't bail - column type might not be supported by the server, ignore this
128 … printf("[012 - %d] Insert of %s in BIT(%d) column might have failed. id = %s, bin = %s (%s/%s)\n",
H A Dmysqli_stmt_insert_id.phpt32 // no auto_increment column
H A Dmysqli_fetch_fields.phpt33 /* label column, result set charset */
H A Dbug34810.phpt34 … - Column 'a' cannot be null, 1263 - Data truncated; NULL supplied to NOT NULL column 'a' at row */
H A Dmysqli_stmt_datatype_change.phpt83 string(34) "Unknown column 'a' in 'field list'"
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt45 Label column, result set charset.
H A Dbug76386.phpt2 Prepared Statement formatter truncates fractional seconds from date/time column (bug #76386)
H A Dmysqli_fetch_assoc_bit.phpt87 … printf("[006 - %d] Insert of %s in BIT(%d) column might have failed. id = %s, bin = %s (%s/%s)\n",
H A Dmysqli_field_seek.phpt84 /* label column, result set charset */
/PHP-8.1/ext/pgsql/tests/
H A Dbug71998.phpt2 Bug #71998 Function pg_insert does not insert when column type = inet
/PHP-8.1/ext/pdo_oci/tests/
H A Dbug57702.phpt110 // Since each column only has one lob descriptor, the last row is
111 // shown twice because the lob descriptor for each column is reused in
/PHP-8.1/ext/oci8/tests/
H A Dbind_sqltnum.phpt63 echo "Test 2 - SQLT_NUM to a VARCHAR2 column\n";
189 Test 2 - SQLT_NUM to a VARCHAR2 column
H A Dbind_sqltnum_11g.phpt63 echo "Test 2 - SQLT_NUM to a VARCHAR2 column\n";
189 Test 2 - SQLT_NUM to a VARCHAR2 column
H A Dbind_number.phpt2 Bind with NUMBER column variants
H A Dbind_misccoltypes_errs.phpt2 Bind miscellaneous column types and generating errors
/PHP-8.1/ext/xml/tests/
H A Dbug26614.phpt17 show different column numbers and byte positions depending
H A Dbug26614_libxml_gte2_11.phpt18 show different column numbers and byte positions depending
H A Dbug26614_libxml_pre2_11.phpt18 show different column numbers and byte positions depending
/PHP-8.1/ext/mysqli/
H A Dmysqli.stub.php530 public function fetch_column(int $column = 0): null|int|float|string|false {} argument
847 function mysqli_fetch_column(mysqli_result $result, int $column = 0): null|int|float|string|false {} argument
/PHP-8.1/ext/pdo/
H A Dpdo_stmt.c742 if ((flags & PDO_FETCH_GROUP) && stmt->fetch.column == -1) { in do_fetch()
745 colno = stmt->fetch.column; in do_fetch()
795 if (flags == PDO_FETCH_GROUP && stmt->fetch.column == -1) { in do_fetch()
904 if (flags == PDO_FETCH_GROUP && how == PDO_FETCH_COLUMN && stmt->fetch.column > 0) { in do_fetch()
1344 stmt->fetch.column = Z_LVAL_P(arg2); in PHP_METHOD()
1346 stmt->fetch.column = how & PDO_FETCH_GROUP ? -1 : 0; in PHP_METHOD()
1763 stmt->fetch.column = Z_LVAL(args[0]); in pdo_stmt_setup_fetch_mode()

Completed in 48 milliseconds

12345