Home
last modified time | relevance | path

Searched refs:columns (Results 1 – 25 of 79) sorted by relevance

1234

/php-src/ext/opcache/tests/
H A Dbug75938.phpt7 function borken($columns) {
8 $columns = (int) $columns;
9 if ($columns < 1) return 0;
11 var_dump($mod = ($count % $columns));
/php-src/ext/standard/tests/array/
H A Dbug39576.phpt18 function test ($value, $column, &$columns) {}
38 Warning: test(): Argument #3 ($columns) must be passed by reference, value given in %s on line %d
40 Warning: test(): Argument #3 ($columns) must be passed by reference, value given in %s on line %d
42 Warning: test(): Argument #3 ($columns) must be passed by reference, value given in %s on line %d
44 Warning: test(): Argument #3 ($columns) must be passed by reference, value given in %s on line %d
H A Darray_column_variant.phpt11 echo "-- pass null as second parameter to get back all columns indexed by third parameter --\n";
14 …null as second parameter and bogus third param to get back zero-indexed array of all columns --\n";
23 -- pass null as second parameter to get back all columns indexed by third parameter --
44 …ass null as second parameter and bogus third param to get back zero-indexed array of all columns --
H A Darray_column_basic.phpt98 echo "\n*** Testing columns not present in all rows ***\n";
270 *** Testing columns not present in all rows ***
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_variable_columncount.phpt17 function check_result($offset, $stmt, $columns) {
26 if (($columns == 2) &&
30 } else if (($columns == 1) && isset($row['two'])) {
47 $columns = null;
48 $stmt->bindParam(1, $columns);
50 $columns = ($i % 2) + 1;
52 check_result($i, $stmt, $columns);
62 $stmt->bindParam(1, $columns);
64 $columns = ($i % 2) + 1;
66 check_result($i, $stmt, $columns);
H A Dpdo_mysql_bit.phpt2 MySQL PDO->exec(), BIT columns - remove after fix!
/php-src/ext/odbc/tests/
H A Dodbc_columns_001.phpt29 $res = odbc_columns($conn, "ColumnsTest", "dbo", "columns", "foo");
33 $res = odbc_columns($conn, "ColumnsTest", "dbo", "columns", null);
41 $res = odbc_columns($conn, "ColumnsTest", "db%", "columns", "foo");
49 $res = odbc_columns($conn, "ColumnsTest", "dbo", "columns", "b%");
59 odbc_exec($conn, 'DROP TABLE columns');
70 string(7) "columns"
130 string(7) "columns"
190 string(7) "columns"
250 string(7) "columns"
310 string(7) "columns"
[all …]
H A Dbug69975.phpt2 Bug #69975 (PHP segfaults when accessing nvarchar(max) defined columns)
/php-src/ext/pdo_dblib/tests/
H A Dbug_50755.phpt21 from information_schema.columns ic1
22 cross join information_schema.columns ic2
23 cross join information_schema.columns ic3");
H A Dbug_73396.phpt2 PDO_DBLIB: bigint columns are returned as strings
17 // on 64-bit machines, these columns should come back as ints
H A Dbug_71667.phpt2 PDO_DBLIB: Emulate how mssql extension names "computed" columns
H A Dbug_45876.phpt17 $stmt = $db->prepare("select top 1 ic1.* from information_schema.columns ic1");
/php-src/ext/pdo/tests/
H A Dpdo_020.phpt27 echo "Counted $res columns after $sql.\n";
39 Counted 2 columns after SELECT id, val FROM test020.
40 Counted 3 columns after SELECT id, val, val2 FROM test020.
41 Counted 1 columns after SELECT COUNT(*) FROM test020.
H A Dpdo_032.phpt23 // Lower case columns
30 // Upper case columns
H A Dpdo_034.phpt54 …::FETCH_KEY_PAIR fetch mode requires the result set to contain exactly 2 columns. in %spdo_034.php…
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_bind_limits.phpt21 $columns = "";
27 $columns .= "col" . $i . ", ";
38 $insert .= "(" . substr($columns, 0, -2) . ") VALUES ";
43 printf("Testing %d columns with %d rows...\n", $num_params, $rows);
122 Testing 273 columns with 240 rows...
127 Testing 273 columns with 240 rows...
H A Dbug67983.phpt2 Bug #67983: mysqlnd with MYSQLI_OPT_INT_AND_FLOAT_NATIVE fails to interpret bit columns
H A Dmysqli_fetch_field_flags.phpt50 $columns = array(
106 foreach ($columns as $column_def => $expected_flags) {
H A Dmysqli_stmt_bind_param_many_columns.phpt2 mysqli_stmt_bind_param() - Binding with very high number of columns
/php-src/ext/pdo/
H A Dpdo_stmt.c149 char *s = ZSTR_VAL(stmt->columns[col].name); in pdo_stmt_describe_columns()
165 stmt->columns[col].name)) != NULL) { in pdo_stmt_describe_columns()
176 if (stmt->columns) { in pdo_stmt_reset_columns()
178 struct pdo_column_data *cols = stmt->columns; in pdo_stmt_reset_columns()
185 efree(stmt->columns); in pdo_stmt_reset_columns()
187 stmt->columns = NULL; in pdo_stmt_reset_columns()
198 if (!stmt->columns) { in php_pdo_stmt_set_column_count()
294 if (!is_param && param->name && stmt->columns) { in really_register_bound_param()
985 stmt->columns[i].name, in do_fetch()
993 stmt->columns[i].name, in do_fetch()
[all …]
/php-src/ext/pcre/tests/
H A Dbug41638.phpt5 $str = "repeater id='loopt' dataSrc=subject columns=2";
/php-src/ext/pdo_sqlite/
H A Dsqlite_statement.c248 stmt->columns[colno].name = zend_string_init(str, strlen(str), 0); in pdo_sqlite_stmt_describe()
249 stmt->columns[colno].maxlen = SIZE_MAX; in pdo_sqlite_stmt_describe()
250 stmt->columns[colno].precision = 0; in pdo_sqlite_stmt_describe()
/php-src/ext/pdo_sqlite/tests/
H A Dbug38334.phpt22 // Check storing of strings into integer/float columns.
/php-src/sapi/phpdbg/
H A Dphpdbg_utils.c352 uint32_t columns; in phpdbg_get_terminal_width() local
357 columns = (uint32_t) csbi.srWindow.Right - csbi.srWindow.Left + 1; in phpdbg_get_terminal_width()
361 columns = (uint32_t) ioctl(fileno(stdout), TIOCGWINSZ, &w) == 0 ? w.ws_col : 80; in phpdbg_get_terminal_width()
363 columns = 80; in phpdbg_get_terminal_width()
365 return columns; in phpdbg_get_terminal_width()
/php-src/ext/pdo_odbc/tests/
H A Dlong_columns.phpt2 PDO ODBC "long" columns
59 // the driver reads columns in blocks of 255 bytes and then reassembles those blocks into a single …

Completed in 58 milliseconds

1234