Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/tidy/tests/
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 D006.phpt12 line 1 column 1 - Warning: missing <!DOCTYPE> declaration
13 line 1 column 7 - Error: <asd> is not recognized!
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 recognized!
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 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-5.5/ext/oci8/tests/
H A Dfield_funcs1.phpt97 Warning: oci_field_name(): Invalid column index "-1" in %s on line %d
100 Warning: oci_field_type(): Invalid column index "-1" in %s on line %d
106 Warning: oci_field_scale(): Invalid column index "-1" in %s on line %d
112 Warning: oci_field_size(): Invalid column index "-1" in %s on line %d
119 Warning: oci_field_name(): Invalid column name "none" in %s on line %d
122 Warning: oci_field_type(): Invalid column name "none" in %s on line %d
134 Warning: oci_field_size(): Invalid column name "none" in %s on line %d
163 Warning: oci_field_name(): Invalid column index "0" in %s on line %d
166 Warning: oci_field_type(): Invalid column index "0" in %s on line %d
172 Warning: oci_field_scale(): Invalid column index "0" in %s on line %d
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_column_basic.phpt9 * the specified "column" in a two-dimensional array.
32 echo "-- first_name column from recordset --\n";
35 echo "-- id column from recordset --\n";
38 echo "-- last_name column from recordset, keyed by value from id column --\n";
41 echo "-- last_name column from recordset, keyed by value from first_name column --\n";
83 echo "\n*** Testing numeric column keys ***\n";
141 -- first_name column from recordset --
150 -- id column from recordset --
159 -- last_name column from recordset, keyed by value from id column --
168 -- last_name column from recordset, keyed by value from first_name column --
[all …]
H A Darray_column_error.phpt9 * the specified "column" in a two-dimensional array.
26 echo "\n-- Testing array_column() column key parameter should be a string or an integer (testing bo…
29 echo "\n-- Testing array_column() column key parameter should be a string or integer (testing array…
63 -- Testing array_column() column key parameter should be a string or an integer (testing bool) --
65 Warning: array_column(): The column key should be either a string or an integer in %s on line %d
68 -- Testing array_column() column key parameter should be a string or integer (testing array) --
70 Warning: array_column(): The column key should be either a string or an integer in %s on line %d
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_attr_case.phpt37 echo "Test 1 - Force column names to lower case\n";
41 echo "Test 2 - Leave column names as returned by the database driver\n";
45 echo "Test 3 - Force column names to upper case\n";
57 Test 1 - Force column names to lower case
63 Test 2 - Leave column names as returned by the database driver
69 Test 3 - Force column names to upper case
/PHP-5.5/ext/oci8/
H A Doci8_statement.c237 if (column->piecewise && handlepp == column->oci_define) { in php_oci_statement_fetch()
241 column->data = erealloc(column->data, column->retlen4 + PHP_OCI_PIECE_SIZE + 1); in php_oci_statement_fetch()
251 ((char*)column->data) + column->retlen4, in php_oci_statement_fetch()
267 if (column && column->piecewise && handlepp == column->oci_define) { in php_oci_statement_fetch()
268 column->retlen4 += column->cb_retlen; in php_oci_statement_fetch()
289 php_oci_column_to_zval(column, column->define->zval, 0 TSRMLS_CC); in php_oci_statement_fetch()
321 return column; in php_oci_statement_get_column()
328 return column; in php_oci_statement_get_column()
1342 if (!column) { in php_oci_statement_get_column_helper()
1353 if (!column) { in php_oci_statement_get_column_helper()
[all …]
H A Doci8_interface.c1146 php_oci_out_column *column; local
1149 RETURN_STRINGL(column->name, column->name_len, 1);
1159 php_oci_out_column *column; local
1176 php_oci_out_column *column; local
1189 php_oci_out_column *column; local
1202 php_oci_out_column *column; local
1206 if (!column) {
1282 php_oci_out_column *column; local
1285 if (column) {
1296 php_oci_out_column *column; local
[all …]
H A Doci8.c1558 if (column->stmtid) { in php_oci_column_hash_dtor()
1562 if (column->is_descr) { in php_oci_column_hash_dtor()
1566 if (column->data) { in php_oci_column_hash_dtor()
1567 efree(column->data); in php_oci_column_hash_dtor()
1570 if (column->name) { in php_oci_column_hash_dtor()
1571 efree(column->name); in php_oci_column_hash_dtor()
2505 } else if (column->is_descr) { in php_oci_column_to_zval()
2546 switch (column->retcode) { in php_oci_column_to_zval()
2549 if (column->piecewise) { in php_oci_column_to_zval()
2575 php_oci_out_column *column; in php_oci_fetch_row() local
[all …]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindcolumn.phpt26 printf("[003] Cannot bind integer column, %s %s\n",
30 printf("[004] Cannot bind string column, %s %s\n",
45 printf("[005] Fetch bound and fetch assoc differ - column 'id', bound: %s/%s, assoc: %s/%s\n",
50 … printf("[006] Fetch bound and fetch assoc differ - column 'label', bound: %s/%s, assoc: %s/%s\n",
66 printf("[008] Cannot bind integer column, %s %s\n",
70 printf("[009] Cannot bind string column, %s %s\n",
85 printf("[010] Fetch bound and fetch assoc differ - column 'id', bound: %s/%s, assoc: %s/%s\n",
90 … printf("[011] Fetch bound and fetch assoc differ - column 'label', bound: %s/%s, assoc: %s/%s\n",
H A Dpdo_mysql_stmt_bindvalue.phpt33 printf("[004] Cannot bind integer column, %s %s\n",
37 printf("[005] Cannot bind string column, %s %s\n",
55 printf("[007] Cannot bind integer column, %s %s\n",
59 printf("[008] Cannot bind string column, %s %s\n",
79 printf("[010] Cannot bind integer column, %s %s\n",
83 printf("[011] Cannot bind string column, %s %s\n",
108 printf("[014] Cannot bind integer column, %s %s\n",
112 printf("[015] Cannot bind string column, %s %s\n",
142 printf("[019] Cannot bind string column, %s %s\n",
177 printf("[005] Cannot bind string column, %s %s\n",
[all …]
H A Dpdo_mysql_prepare_native_clear_error.phpt78 Warning: PDOStatement::execute(): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'unknown_c…
82 2 => 'Unknown column \'unknown_column\' in \'field list\'',
94 Warning: PDO::prepare(): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'unknown_column' in…
H A Dpdo_mysql_stmt_closecursor_empty.phpt35 printf("[004] Cannot bind integer column, %s %s\n",
39 printf("[005] Cannot bind string column, %s %s\n",
H A Dpdo_mysql_stmt_bindparam.phpt29 printf("[%03d + 2] Cannot bind integer column, %s %s\n", $offset,
33 printf("[%03d + 3] Cannot bind string column, %s %s\n", $offset,
68 printf("[%03d + 6] Cannot bind NULL column, %s %s\n", $offset,
72 printf("[%03d + 3] Cannot bind string column, %s %s\n", $offset,
/PHP-5.5/ext/pgsql/tests/
H A Dbug60244.phpt43 ["?column?"]=>
47 ["?column?"]=>
51 ["?column?"]=>
H A Dpg_select_001.phpt25 /* Existent column */
28 /* Testing with inexistent column */
31 /* Existent column */
/PHP-5.5/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-5.5/ext/mysqli/tests/
H A Dbug35759.phpt2 Bug #35759 (mysqli_stmt_bind_result() makes huge allocation when column empty)
25 /* SQL strict mode - [1101] BLOB/TEXT column 'a0' can't have a default value */
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);
/PHP-5.5/ext/pdo_dblib/tests/
H A Dbug_45876.phpt2 PDO_DBLIB: Does not support get column meta
/PHP-5.5/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
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c577 switch (sqlite3_column_type(stmt, column)) {
579 …if ((sqlite3_column_int64(stmt, column)) >= INT_MAX || sqlite3_column_int64(stmt, column) <= INT_M…
580 …ZVAL_STRINGL(data, (char *)sqlite3_column_text(stmt, column), sqlite3_column_bytes(stmt, column), …
582 ZVAL_LONG(data, sqlite3_column_int64(stmt, column));
587 ZVAL_DOUBLE(data, sqlite3_column_double(stmt, column));
595 ZVAL_STRING(data, (char*)sqlite3_column_text(stmt, column), 1);
600 …ZVAL_STRINGL(data, (char*)sqlite3_column_blob(stmt, column), sqlite3_column_bytes(stmt, column), 1…
1220 char *table, *column, *dbname = "main"; local
1688 long column = 0; local
1713 long column = 0; local
[all …]

Completed in 85 milliseconds

1234