/PHP-8.0/ext/standard/tests/array/ |
H A D | array_column_variant_objects.phpt | 59 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 D | array_column_basic.phpt | 26 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 D | array_column_scalar_index_weak_types.phpt | 5 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 D | array_column_scalar_index_strict_types.phpt | 7 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.0/ext/tidy/tests/ |
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 | 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 | 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-8.0/ext/oci8/tests/ |
H A D | field_funcs1.phpt | 73 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 D | error_bind_3.phpt | 38 Warning: oci_execute(): ORA-06550: line %d, column %d: 40 ORA-06550: line %d, column %d: 42 ORA-06550: line %d, column %d: 44 ORA-06550: line %d, column %d:
|
/PHP-8.0/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-8.0/ext/oci8/ |
H A D | oci8.stub.php | 132 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 430 function oci_result($statement, string|int $column): mixed {} argument [all …]
|
H A D | oci8_statement.c | 293 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 D | oci8_interface.c | 1044 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 D | oci8.c | 688 if (column->stmtid) { in php_oci_column_hash_dtor() 692 if (column->descid) { in php_oci_column_hash_dtor() 696 GC_DELREF(column->descid); in php_oci_column_hash_dtor() 700 if (column->data) { in php_oci_column_hash_dtor() 701 efree(column->data); in php_oci_column_hash_dtor() 704 if (column->name) { in php_oci_column_hash_dtor() 705 efree(column->name); in php_oci_column_hash_dtor() 708 efree(column); in php_oci_column_hash_dtor() 1694 GC_ADDREF(column->stmtid); in php_oci_column_to_zval() 1715 if (column->chunk_size) in php_oci_column_to_zval() [all …]
|
/PHP-8.0/ext/pdo/ |
H A D | pdo_stmt.stub.php | 8 …public function bindColumn(string|int $column, mixed &$var, int $type = PDO::PARAM_STR, int $maxLe… argument 41 public function fetchColumn(int $column = 0) {} argument 50 public function getColumnMeta(int $column) {} argument
|
/PHP-8.0/ext/odbc/tests/ |
H A D | bug44618.phpt | 38 Warning: odbc_fetch_array(): Cannot get data of column #3 (retcode 100) in %s on line %d 48 Warning: odbc_fetch_into(): Cannot get data of column #3 (retcode 100) in %s on line %d 58 Warning: odbc_result(): Cannot get data of column #3 (retcode 100) in %s on line %d 62 Warning: odbc_result_all(): Cannot get data of column #3 (retcode 100) in %s on line %d
|
/PHP-8.0/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 …]
|
/PHP-8.0/ext/pgsql/tests/ |
H A D | bug60244.phpt | 52 ["?column?"]=> 56 ["?column?"]=> 60 ["?column?"]=>
|
H A D | pg_select_001.phpt | 25 /* Existent column */ 28 /* Testing with inexistent column */ 31 /* Existent column */
|
/PHP-8.0/ext/sqlite3/ |
H A D | sqlite3.stub.php | 72 …public function openBlob(string $table, string $column, int $rowid, string $database = "main", int… argument 124 public function columnName(int $column) {} argument 127 public function columnType(int $column) {} argument
|
/PHP-8.0/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-8.0/ext/pdo/tests/ |
H A D | pdo_038.phpt | 2 PDOStatement::fetchColumn() invalid column index 50 Invalid column index
|