Searched refs:cols (Results 1 – 15 of 15) sorted by relevance
/PHP-8.0/ext/gd/tests/ |
H A D | gif.phpt | 52 echo "<4 cols: ok\n"; 63 echo "<8 cols: ok\n"; 131 echo ">256 cols: ok\n"; 138 <4 cols: ok 139 <8 cols: ok 140 <16 cols: ok 141 <32 cols: ok 142 <64 cols: ok 143 <128 cols: ok 144 <256 cols: ok [all …]
|
/PHP-8.0/ext/pdo_pgsql/ |
H A D | pgsql_statement.c | 122 if(S->cols) { in pgsql_stmt_dtor() 123 efree(S->cols); in pgsql_stmt_dtor() 124 S->cols = NULL; in pgsql_stmt_dtor() 489 switch (S->cols[colno].pgsql_type) { in pgsql_stmt_describe() 506 cols[colno].param_type = PDO_PARAM_INT; in pgsql_stmt_describe() 511 cols[colno].param_type = PDO_PARAM_INT; in pgsql_stmt_describe() 551 switch (cols[colno].param_type) { in pgsql_stmt_get_col() 668 switch (S->cols[colno].pgsql_type) { in pgsql_stmt_get_column_meta() 714 if (S->cols != NULL){ in pdo_pgsql_stmt_cursor_closer() 715 efree(S->cols); in pdo_pgsql_stmt_cursor_closer() [all …]
|
H A D | php_pdo_pgsql_int.h | 61 pdo_pgsql_column *cols; member
|
/PHP-8.0/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 124 if (S->cols) { in free_cols() 128 if (S->cols[i].data) { in free_cols() 129 efree(S->cols[i].data); in free_cols() 132 efree(S->cols); in free_cols() 133 S->cols = NULL; in free_cols() 264 if (S->cols == NULL) { in odbc_stmt_execute() 617 S->cols[colno].is_unicode = pdo_odbc_sqltype_is_unicode(S, S->cols[colno].coltype); in odbc_stmt_describe() 627 S->cols[colno].is_long = 0; in odbc_stmt_describe() 631 S->cols[colno].data, in odbc_stmt_describe() 632 S->cols[colno].datalen+1, &S->cols[colno].fetched_len); in odbc_stmt_describe() [all …]
|
H A D | php_pdo_odbc_int.h | 145 pdo_odbc_column *cols; member
|
/PHP-8.0/ext/pdo_oci/ |
H A D | oci_statement.c | 101 if (S->cols) { in oci_stmt_dtor() 103 if (S->cols[i].data) { in oci_stmt_dtor() 116 efree(S->cols); in oci_stmt_dtor() 117 S->cols = NULL; in oci_stmt_dtor() 167 if (S->cols) { in oci_stmt_execute() 170 if (S->cols[i].data) { in oci_stmt_execute() 181 efree(S->cols); in oci_stmt_execute() 557 S->cols[colno].data = emalloc(S->cols[colno].datalen + 1); in oci_stmt_describe() 591 S->cols[colno].data = emalloc(S->cols[colno].datalen + 1); in oci_stmt_describe() 599 S->cols[colno].data, S->cols[colno].datalen, dtype, &S->cols[colno].indicator, in oci_stmt_describe() [all …]
|
H A D | php_pdo_oci_int.h | 65 pdo_oci_column *cols; member
|
/PHP-8.0/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_variable_columncount.phpt | 51 …$db->exec('CREATE PROCEDURE p(IN cols INT) BEGIN IF cols < 2 THEN SELECT cols AS "one"; ELSE SELEC… 82 …CLARE cols INT; SELECT @numcols INTO cols; IF cols < 2 THEN SET @numcols = 2; SELECT cols AS "one"…
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | mysqli_stmt_bind_param_many_columns.phpt | 29 $cols = 2500; 35 $cols = 10; 37 $cols = 10; 56 for ($i = 1; $i <= $cols; $i++) { 64 $stmt = $link->prepare("INSERT INTO test VALUES(".str_repeat("?, ", $cols-1) . "?)"); 67 $eval_str="\$stmt->bind_param(\"".str_repeat("s",$cols)."\", "; 68 for ($i = 1; $i < $cols; $i++) {
|
/PHP-8.0/Zend/ |
H A D | bench.php | 267 function mkmatrix ($rows, $cols) { argument 271 for ($j=0; $j<$cols; $j++) { 278 function mmult ($rows, $cols, $m1, $m2) { argument 281 for ($j=0; $j<$cols; $j++) { 283 for ($k=0; $k<$cols; $k++) {
|
/PHP-8.0/ext/pdo_mysql/ |
H A D | mysql_statement.c | 611 struct pdo_column_data *cols = stmt->columns; in pdo_mysql_stmt_describe() local 628 if (cols[0].name) { in pdo_mysql_stmt_describe() 634 cols[i].name = strpprintf(0, "%s.%s", S->fields[i].table, S->fields[i].name); in pdo_mysql_stmt_describe() 637 cols[i].name = zend_string_copy(S->fields[i].sname); in pdo_mysql_stmt_describe() 639 cols[i].name = zend_string_init(S->fields[i].name, S->fields[i].name_length, 0); in pdo_mysql_stmt_describe() 643 cols[i].precision = S->fields[i].decimals; in pdo_mysql_stmt_describe() 644 cols[i].maxlen = S->fields[i].length; in pdo_mysql_stmt_describe() 648 cols[i].param_type = PDO_PARAM_ZVAL; in pdo_mysql_stmt_describe() 652 cols[i].param_type = PDO_PARAM_STR; in pdo_mysql_stmt_describe()
|
/PHP-8.0/ext/dom/tests/ |
H A D | dom_test.inc | 12 <tgroup cols='3'>
|
H A D | dom001.phpt | 196 <tgroup cols="3"> 255 <tgroup cols="3">
|
/PHP-8.0/ext/pdo/ |
H A D | pdo_stmt.c | 178 struct pdo_column_data *cols = stmt->columns; in pdo_stmt_reset_columns() local 181 if (cols[i].name) { in pdo_stmt_reset_columns() 182 zend_string_release_ex(cols[i].name, 0); in pdo_stmt_reset_columns()
|
/PHP-8.0/win32/build/ |
H A D | confutils.js | 1839 var cols = 80;
|
Completed in 36 milliseconds