Home
last modified time | relevance | path

Searched refs:column (Results 1 – 25 of 123) sorted by relevance

12345

/PHP-8.1/ext/standard/tests/array/
H A Darray_column_variant_objects.phpt59 echo "-- last_name column from recordset, keyed by value from id column --\n";
62 echo "-- last_name column from recordset, keyed by value from first_name column --\n";
73 echo "-- last_name column from recordset, keyed by value from id column --\n";
76 echo "-- last_name column from recordset, keyed by value from first_name column --\n";
83 -- first_name column from recordset --
92 -- id column from recordset --
101 -- last_name column from recordset, keyed by value from id column --
110 -- last_name column from recordset, keyed by value from first_name column --
138 -- id column from recordset --
147 -- last_name column from recordset, keyed by value from id column --
[all …]
H A Darray_column_basic.phpt26 echo "-- first_name column from recordset --\n";
29 echo "-- id column from recordset --\n";
32 echo "-- last_name column from recordset, keyed by value from id column --\n";
35 echo "-- last_name column from recordset, keyed by value from first_name column --\n";
77 echo "\n*** Testing numeric column keys ***\n";
135 -- first_name column from recordset --
144 -- id column from recordset --
153 -- last_name column from recordset, keyed by value from id column --
162 -- last_name column from recordset, keyed by value from first_name column --
212 *** Testing numeric column keys ***
[all …]
H A Darray_column_scalar_index_weak_types.phpt5 echo "\n-- Testing array_column() column key parameter should be a string or an integer (testing bo…
17 echo "\n-- Testing array_column() column key parameter should be a string or integer (testing array…
47 -- Testing array_column() column key parameter should be a string or an integer (testing bool) --
61 -- Testing array_column() column key parameter should be a string or integer (testing array) --
H A Darray_column_scalar_index_strict_types.phpt7 echo "\n-- Testing array_column() column key parameter should be a string or an integer (testing bo…
19 echo "\n-- Testing array_column() column key parameter should be a string or integer (testing array…
49 -- Testing array_column() column key parameter should be a string or an integer (testing bool) --
53 -- Testing array_column() column key parameter should be a string or integer (testing array) --
/PHP-8.1/ext/tidy/tests/
H A D006.phpt12 line 1 column 1 - Warning: missing <!DOCTYPE> declaration
13 line 1 column 7 - Error: <asd> is not recogni%ced!
14 line 1 column 7 - Warning: discarding unexpected <asd>
15 line 1 column 17 - Warning: discarding unexpected </html>
16 line 1 column 7 - Warning: inserting missing 'title' element
H A D008.phpt11 line 1 column 1 - Warning: missing <!DOCTYPE> declaration
12 line 1 column 7 - Error: <asd> is not recogni%ced!
13 line 1 column 7 - Warning: discarding unexpected <asd>
14 line 1 column 17 - Warning: discarding unexpected </html>
15 line 1 column 7 - Warning: inserting missing 'title' element
H A D012.phpt47 ["column"]=>
68 ["column"]=>
92 ["column"]=>
115 ["column"]=>
140 ["column"]=>
265 ["column"]=>
306 ["column"]=>
324 ["column"]=>
406 ["column"]=>
424 ["column"]=>
[all …]
H A D010.phpt30 ["column"]=>
54 ["column"]=>
77 ["column"]=>
123 ["column"]=>
154 ["column"]=>
185 ["column"]=>
208 ["column"]=>
229 ["column"]=>
254 ["column"]=>
284 ["column"]=>
[all …]
H A D004.phpt24 line 1 column 1 - Warning: missing <!DOCTYPE> declaration
25 line 1 column 7 - Warning: discarding unexpected </html>
26 line 1 column 14 - Warning: inserting missing 'title' element
/PHP-8.1/ext/oci8/tests/
H A Dfield_funcs1.phpt73 Warning: oci_field_is_null(): Invalid column index "-1" in %s on line %d
76 Warning: oci_field_name(): Invalid column index "-1" in %s on line %d
79 Warning: oci_field_type(): Invalid column index "-1" in %s on line %d
82 Warning: oci_field_type_raw(): Invalid column index "-1" in %s on line %d
85 Warning: oci_field_scale(): Invalid column index "-1" in %s on line %d
91 Warning: oci_field_size(): Invalid column index "-1" in %s on line %d
95 Warning: oci_field_is_null(): Invalid column name "none" in %s on line %d
98 Warning: oci_field_name(): Invalid column name "none" in %s on line %d
101 Warning: oci_field_type(): Invalid column name "none" in %s on line %d
107 Warning: oci_field_scale(): Invalid column name "none" in %s on line %d
[all …]
H A Derror_bind_3.phpt39 Warning: oci_execute(): ORA-06550: line %d, column %d:
41 ORA-06550: line %d, column %d:
43 ORA-06550: line %d, column %d:
45 ORA-06550: line %d, column %d:
/PHP-8.1/ext/pdo_oci/tests/
H A Dpdo_oci_attr_case.phpt39 echo "Test 1 - Force column names to lower case\n";
43 echo "Test 2 - Leave column names as returned by the database driver\n";
47 echo "Test 3 - Force column names to upper case\n";
59 Test 1 - Force column names to lower case
65 Test 2 - Leave column names as returned by the database driver
71 Test 3 - Force column names to upper case
/PHP-8.1/ext/oci8/
H A Doci8.stub.php132 function oci_field_name($statement, string|int $column): string|false {} argument
139 function ocicolumnname($statement, string|int $column): string|false {} argument
142 function oci_field_size($statement, string|int $column): int|false {} argument
149 function ocicolumnsize($statement, string|int $column): int|false {} argument
152 function oci_field_scale($statement, string|int $column): int|false {} argument
159 function ocicolumnscale($statement, string|int $column): int|false {} argument
189 function ocicolumntyperaw($statement, string|int $column): int|false {} argument
192 function oci_field_is_null($statement, string|int $column): bool {} argument
199 function ocicolumnisnull($statement, string|int $column): bool {} argument
435 function oci_result($statement, string|int $column): mixed {} argument
[all …]
H A Doci8_statement.c293 if (column && column->piecewise) { in php_oci_statement_fetch()
318 if (column && column->piecewise && handlepp == column->oci_define) { in php_oci_statement_fetch()
322 column->data = erealloc(column->data, column->retlen4 + PHP_OCI_PIECE_SIZE + 1); in php_oci_statement_fetch()
332 ((char*)column->data) + column->retlen4, in php_oci_statement_fetch()
352 if (column && column->piecewise && handlepp == column->oci_define) { in php_oci_statement_fetch()
353 column->retlen4 += column->cb_retlen; in php_oci_statement_fetch()
408 return column; in php_oci_statement_get_column()
415 return column; in php_oci_statement_get_column()
1534 if (!column) { in php_oci_statement_get_column_helper()
1541 if (!column) { in php_oci_statement_get_column_helper()
[all …]
H A Doci8_interface.c1044 php_oci_out_column *column; in PHP_FUNCTION() local
1047 RETURN_STRINGL(column->name, column->name_len); in PHP_FUNCTION()
1056 php_oci_out_column *column; in PHP_FUNCTION() local
1072 php_oci_out_column *column; in PHP_FUNCTION() local
1084 php_oci_out_column *column; in PHP_FUNCTION() local
1096 php_oci_out_column *column; in PHP_FUNCTION() local
1100 if (!column) { in PHP_FUNCTION()
1175 php_oci_out_column *column; in PHP_FUNCTION() local
1178 if (column) { in PHP_FUNCTION()
1188 php_oci_out_column *column; in PHP_FUNCTION() local
[all …]
H A Doci8.c694 if (column->stmtid) { in php_oci_column_hash_dtor()
698 if (column->descid) { in php_oci_column_hash_dtor()
702 GC_DELREF(column->descid); in php_oci_column_hash_dtor()
706 if (column->data) { in php_oci_column_hash_dtor()
707 efree(column->data); in php_oci_column_hash_dtor()
710 if (column->name) { in php_oci_column_hash_dtor()
711 efree(column->name); in php_oci_column_hash_dtor()
714 efree(column); in php_oci_column_hash_dtor()
1700 GC_ADDREF(column->stmtid); in php_oci_column_to_zval()
1721 if (column->chunk_size) in php_oci_column_to_zval()
[all …]
/PHP-8.1/ext/pdo/
H A Dpdo_stmt.stub.php11 …public function bindColumn(string|int $column, mixed &$var, int $type = PDO::PARAM_STR, int $maxLe… argument
44 public function fetchColumn(int $column = 0): mixed {} argument
53 public function getColumnMeta(int $column): array|false {} argument
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindcolumn.phpt27 printf("[003] Cannot bind integer column, %s %s\n",
31 printf("[004] Cannot bind string column, %s %s\n",
46 … printf("[005] Fetch bound and fetch assoc differ - column 'id', bound: %s/%s, assoc: %s/%s\n",
51 … printf("[006] Fetch bound and fetch assoc differ - column 'label', bound: %s/%s, assoc: %s/%s\n",
67 printf("[008] Cannot bind integer column, %s %s\n",
71 printf("[009] Cannot bind string column, %s %s\n",
86 … printf("[010] Fetch bound and fetch assoc differ - column 'id', bound: %s/%s, assoc: %s/%s\n",
91 … printf("[011] Fetch bound and fetch assoc differ - column 'label', bound: %s/%s, assoc: %s/%s\n",
H A Dpdo_mysql_stmt_bindvalue.phpt34 printf("[004] Cannot bind integer column, %s %s\n",
38 printf("[005] Cannot bind string column, %s %s\n",
56 printf("[007] Cannot bind integer column, %s %s\n",
60 printf("[008] Cannot bind string column, %s %s\n",
80 printf("[010] Cannot bind integer column, %s %s\n",
84 printf("[011] Cannot bind string column, %s %s\n",
109 printf("[014] Cannot bind integer column, %s %s\n",
113 printf("[015] Cannot bind string column, %s %s\n",
143 printf("[019] Cannot bind string column, %s %s\n",
178 printf("[005] Cannot bind string column, %s %s\n",
[all …]
/PHP-8.1/ext/odbc/tests/
H A Dbug44618.phpt40 Warning: odbc_fetch_array(): Cannot get data of column #3 (retcode 100) in %s on line %d
50 Warning: odbc_fetch_into(): Cannot get data of column #3 (retcode 100) in %s on line %d
60 Warning: odbc_result(): Cannot get data of column #3 (retcode 100) in %s on line %d
66 Warning: odbc_result_all(): Cannot get data of column #3 (retcode 100) in %s on line %d
/PHP-8.1/ext/libxml/tests/
H A D002.phpt36 $return .= str_repeat('-', $error->column) . "^\n";
50 $return .= trim($error->message) . "\n Line: $error->line" . "\n Column: $error->column";
77 ["column"]=>
/PHP-8.1/ext/pgsql/tests/
H A Dbug60244.phpt54 ["?column?"]=>
58 ["?column?"]=>
62 ["?column?"]=>
H A Dpg_select_001.phpt27 /* Existent column */
30 /* Testing with inexistent column */
33 /* Existent column */
/PHP-8.1/ext/sqlite3/
H A Dsqlite3.stub.php76 …public function openBlob(string $table, string $column, int $rowid, string $database = "main", int… argument
130 public function columnName(int $column): string|false {} argument
133 public function columnType(int $column): int|false {} argument
/PHP-8.1/ext/pdo/tests/
H A Dpdo_038.phpt2 PDOStatement::fetchColumn() invalid column index
51 Invalid column index

Completed in 79 milliseconds

12345