Home
last modified time | relevance | path

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

12345

/php-src/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-src/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"]=>
271 ["column"]=>
314 ["column"]=>
334 ["column"]=>
420 ["column"]=>
440 ["column"]=>
[all …]
H A D010.phpt30 ["column"]=>
56 ["column"]=>
79 ["column"]=>
125 ["column"]=>
156 ["column"]=>
187 ["column"]=>
210 ["column"]=>
231 ["column"]=>
256 ["column"]=>
286 ["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-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_parser_warning_internal_error.phpt13 var_dump($error->message, $error->line, $error->column);
20 string(81) "tokenizer error invalid-first-character-of-tag-name in Entity, line: 1, column: 2"
23 string(66) "tokenizer error missing-end-tag-name in Entity, line: 1, column: 6"
26 string(75) "tree error unexpected-token-in-initial-mode in Entity, line: 1, column: 1-7"
29 string(71) "tree error doctype-token-in-body-mode in Entity, line: 1, column: 10-16"
37 ["column"]=>
40 string(71) "tree error doctype-token-in-body-mode in Entity, line: 1, column: 10-16"
H A DHTMLDocument_fromString_parser_warning_02.phpt14 …mString(): tokenizer error unexpected-null-character in Entity, line: 4, column: 11 in %s on line …
16 …okenizer error missing-whitespace-between-attributes in Entity, line: 5, column: 20 in %s on line …
18 …String(): tokenizer error incorrectly-opened-comment in Entity, line: 6, column: 11 in %s on line …
20 …::createFromString(): tokenizer error nested-comment in Entity, line: 7, column: 18 in %s on line …
22 …eateFromString(): tree error unexpected-closed-token in Entity, line: 4, column: 18 in %s on line …
24 …eFromString(): tree error doctype-token-in-body-mode in Entity, line: 8, column: 11-17 in %s on li…
H A DHTMLDocument_fromFile_parser_warning_libxml_get_last_error.phpt22 ["column"]=>
25 …%d) "tree error unexpected-token-in-initial-mode in %sparser_warning_01.html, line: 1, column: 2-6"
H A DHTMLDocument_fromString_parser_warning_01.phpt14 …teFromString(): tokenizer error missing-end-tag-name in Entity, line: 7, column: 11 in %s on line …
16 …tring(): tree error unexpected-token-in-initial-mode in Entity, line: 1, column: 2-6 in %s on line…
/php-src/ext/sqlite3/tests/
H A Dsqlite3_rename_column.phpt2 SQLite3 - rename column while SQLite3Result is open
8 die("skip: sqlite3 library version < 3.25: no support for rename column");
25 $db->exec('alter table tbl rename column orig to changed');
/php-src/ext/dom/lexbor/lexbor/html/tree/
H A Derror.c25 entry->column = token->column; in lxb_html_tree_error_add()
/php-src/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-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindcolumn.phpt28 printf("[003] Cannot bind integer column, %s %s\n",
32 printf("[004] Cannot bind string column, %s %s\n",
47 … printf("[005] Fetch bound and fetch assoc differ - column 'id', bound: %s/%s, assoc: %s/%s\n",
52 … printf("[006] Fetch bound and fetch assoc differ - column 'label', bound: %s/%s, assoc: %s/%s\n",
68 printf("[008] Cannot bind integer column, %s %s\n",
72 printf("[009] Cannot bind string column, %s %s\n",
87 … printf("[010] Fetch bound and fetch assoc differ - column 'id', bound: %s/%s, assoc: %s/%s\n",
92 … printf("[011] Fetch bound and fetch assoc differ - column 'label', bound: %s/%s, assoc: %s/%s\n",
H A Dpdo_mysql_stmt_bindvalue.phpt35 printf("[004] Cannot bind integer column, %s %s\n",
39 printf("[005] Cannot bind string column, %s %s\n",
57 printf("[007] Cannot bind integer column, %s %s\n",
61 printf("[008] Cannot bind string column, %s %s\n",
81 printf("[010] Cannot bind integer column, %s %s\n",
85 printf("[011] Cannot bind string column, %s %s\n",
110 printf("[014] Cannot bind integer column, %s %s\n",
114 printf("[015] Cannot bind string column, %s %s\n",
144 printf("[019] Cannot bind string column, %s %s\n",
179 printf("[005] Cannot bind string column, %s %s\n",
[all …]
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_encoding_unicode_error.phpt22 …teFromString(): tokenizer error missing-end-tag-name in Entity, line: 7, column: 29 in %s on line …
24 …ent::createFromString(): tree error unexpected-token in Entity, line: 7, column: 14-17 in %s on li…
26 …ent::createFromString(): tree error unexpected-token in Entity, line: 8, column: 7-10 in %s on lin…
/php-src/ext/odbc/tests/
H A Dbug44618.phpt46 Warning: odbc_fetch_array(): Cannot get data of column #3 (retcode 100) in %s on line %d
56 Warning: odbc_fetch_into(): Cannot get data of column #3 (retcode 100) in %s on line %d
66 Warning: odbc_result(): Cannot get data of column #3 (retcode 100) in %s on line %d
72 Warning: odbc_result_all(): Cannot get data of column #3 (retcode 100) in %s on line %d
/php-src/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-src/ext/pgsql/tests/
H A Dbug60244.phpt54 ["?column?"]=>
58 ["?column?"]=>
62 ["?column?"]=>
H A Dpg_select_001.phpt28 /* Existent column */
31 /* Testing with inexistent column */
34 /* Existent column */
/php-src/ext/pdo/tests/
H A Dpdo_038.phpt2 PDOStatement::fetchColumn() invalid column index
51 Invalid column index
/php-src/ext/mysqli/tests/
H A Dbug71863.phpt19 // segfault if EXPLAIN + "Unknown column" error
33 %AUnknown column 'owner_id' in 'where clause'

Completed in 29 milliseconds

12345