/PHP-5.4/ext/tidy/tests/ |
H A D | 012.phpt | 47 ["column"]=> 68 ["column"]=> 92 ["column"]=> 115 ["column"]=> 140 ["column"]=> 265 ["column"]=> 306 ["column"]=> 324 ["column"]=> 406 ["column"]=> 424 ["column"]=> [all …]
|
H A D | 006.phpt | 12 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 D | 008.phpt | 11 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 D | 010.phpt | 30 ["column"]=> 54 ["column"]=> 77 ["column"]=> 123 ["column"]=> 154 ["column"]=> 185 ["column"]=> 208 ["column"]=> 229 ["column"]=> 254 ["column"]=> 284 ["column"]=> [all …]
|
H A D | 004.phpt | 24 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.4/ext/oci8/tests/ |
H A D | field_funcs1.phpt | 97 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 …]
|
H A D | statement_cache.phpt | 11 // Note: with TimesTen, the column will be called "EXP"
|
/PHP-5.4/ext/pdo_oci/tests/ |
H A D | pdo_oci_attr_case.phpt | 37 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.4/ext/oci8/ |
H A D | oci8_statement.c | 237 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 D | oci8_interface.c | 1146 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 D | oci8.c | 1558 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.4/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_bindcolumn.phpt | 26 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 D | pdo_mysql_stmt_bindvalue.phpt | 33 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 D | pdo_mysql_prepare_native_clear_error.phpt | 78 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 D | pdo_mysql_stmt_bindparam.phpt | 29 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,
|
H A D | pdo_mysql_stmt_closecursor_empty.phpt | 35 printf("[004] Cannot bind integer column, %s %s\n", 39 printf("[005] Cannot bind string column, %s %s\n",
|
/PHP-5.4/ext/pgsql/tests/ |
H A D | bug60244.phpt | 43 ["?column?"]=> 47 ["?column?"]=> 51 ["?column?"]=>
|
H A D | pg_select_001.phpt | 25 /* Existent column */ 28 /* Testing with inexistent column */ 31 /* Existent column */
|
/PHP-5.4/ext/libxml/tests/ |
H A D | 002.phpt | 36 $return .= str_repeat('-', $error->column) . "^\n"; 50 $return .= trim($error->message) . "\n Line: $error->line" . "\n Column: $error->column"; 77 ["column"]=>
|
/PHP-5.4/ext/mysqli/tests/ |
H A D | bug35759.phpt | 2 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 D | bug42378.phpt | 2 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 D | mysqli_stmt_bind_param_type_juggling.phpt | 108 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)
|
/PHP-5.4/ext/pdo/tests/ |
H A D | pdo_022.phpt | 46 // 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.4/ext/pdo_dblib/tests/ |
H A D | bug_45876.phpt | 2 PDO_DBLIB: Does not support get column meta
|
/PHP-5.4/ext/sqlite3/ |
H A D | sqlite3.c | 577 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… 1215 char *table, *column, *dbname = "main"; local 1683 long column = 0; local 1708 long column = 0; local [all …]
|