Home
last modified time | relevance | path

Searched refs:col (Results 1 – 25 of 37) sorted by last modified time

12

/PHP-5.5/ext/xml/
H A Dcompat.c745 return parser->parser->input->col; in XML_GetCurrentColumnNumber()
/PHP-5.5/ext/xml/tests/
H A Dbug26614.phpt57 printf("<$name> at line %d, col %d (byte %d)\n",
64 printf("</$name> at line %d, col %d (byte %d)\n",
86 <DATA> at line 2, col 0 (byte 45)
87 </DATA> at line 9, col 0 (byte 90)
89 <DATA> at line 2, col 0 (byte 45)
90 </DATA> at line 9, col 0 (byte 90)
92 <DATA> at line 2, col 0 (byte 45)
93 </DATA> at line 9, col 0 (byte 90)
H A Dbug26614_libxml.phpt57 printf("<$name> at line %d, col %d (byte %d)\n",
64 printf("</$name> at line %d, col %d (byte %d)\n",
86 <DATA> at line 2, col %d (byte 9)
87 </DATA> at line 9, col %d (byte 56)
89 <DATA> at line 2, col %d (byte 9)
90 </DATA> at line 9, col %d (byte 56)
92 <DATA> at line 2, col %d (byte 9)
93 </DATA> at line 9, col %d (byte 56)
/PHP-5.5/ext/standard/tests/array/
H A Darray_unique_variation4.phpt48 /*5*/ array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3.3 => "\tHello"),
49 array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3.3 => '\tHello'),
101 string(6) "col or"
110 string(7) "col\tor"
H A Darray_unshift_variation5.phpt59 /*7*/ array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3.3 => "pen\n"),
60 array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3.3 => 'pen\n'),
241 string(6) "col or"
259 string(6) "col or"
274 string(7) "col\tor"
291 string(7) "col\tor"
H A Darray_reverse_variation5.phpt55 array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3.3 => "pen\n"),
56 /*8*/ array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3.3 => 'pen\n'),
223 string(6) "col or"
235 string(6) "col or"
247 string(6) "col or"
259 string(7) "col\tor"
270 string(7) "col\tor"
281 string(7) "col\tor"
H A Darray_map_variation5.phpt56 array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3.3 => "pen\n"),
57 /*8*/ array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3.3 => 'pen\n'),
126 string(6) "col or"
138 string(7) "col\tor"
H A Darray_merge_recursive_variation5.phpt48 /*5*/ array(111 => "\tHello", "array" => "col\tor", 2 => "\v\fworld", 3.3 => "\tHello"),
49 array(111 => '\tHello', 'array' => 'col\tor', 2 => '\v\fworld', 3.3 => '\tHello'),
248 string(6) "col or"
261 string(6) "col or"
286 string(7) "col\tor"
299 string(7) "col\tor"
H A Darray_intersect_variation7.phpt54 /*7*/ array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3.3 => "pen\n"),
55 array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3.3 => 'pen\n'),
68 $arr2 = array(1, 2, 1.2, 2.3333, "col\tor", '\v\fworld', $fp,
145 string(6) "col or"
149 string(6) "col or"
H A Darray_intersect_variation8.phpt54 /*7*/ array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3.3 => "pen\n"),
55 array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3.3 => 'pen\n'),
68 $arr1 = array(1, 2, 1.2, 2.3333, "col\tor", '\v\fworld', $fp,
145 string(6) "col or"
149 string(6) "col or"
H A Darray_intersect_assoc_variation7.phpt55 /*7*/ array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3.3 => "pen\n"),
56 array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3.3 => 'pen\n'),
H A Darray_intersect_assoc_variation8.phpt55 /*7*/ array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3.3 => "pen\n"),
56 array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3.3 => 'pen\n'),
H A Darray_diff_variation8.phpt50 /*5*/ array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3.3 => "\tHello"),
51 array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3.3 => '\tHello'),
142 string(6) "col or"
161 string(7) "col\tor"
H A Darray_combine_variation5.phpt55 /*7*/ array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3.3 => "pen\n"),
56 array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3.3 => 'pen\n'),
128 ["col or"]=>
129 string(6) "col or"
141 ["col\tor"]=>
142 string(7) "col\tor"
/PHP-5.5/ext/pdo_odbc/
H A Dodbc_stmt.c551 struct pdo_column_data *col = &stmt->columns[colno]; in odbc_stmt_describe() local
580 col->maxlen = S->cols[colno].datalen = colsize; in odbc_stmt_describe()
581 col->namelen = colnamelen; in odbc_stmt_describe()
582 col->name = estrdup(S->cols[colno].colname); in odbc_stmt_describe()
586 col->param_type = PDO_PARAM_STR; in odbc_stmt_describe()
/PHP-5.5/ext/pdo_oci/
H A Doci_statement.c486 switch (col->dtype) { in oci_define_callback()
490 *bufpp = col->data; in oci_define_callback()
491 *alenpp = &col->datalen; in oci_define_callback()
492 *indpp = (dvoid *)&col->indicator; in oci_define_callback()
537 col->precision = scale; in oci_stmt_describe()
538 col->maxlen = data_size; in oci_stmt_describe()
539 col->namelen = namelen; in oci_stmt_describe()
555 col->param_type = PDO_PARAM_STR; in oci_stmt_describe()
560 col->param_type = PDO_PARAM_LOB; in oci_stmt_describe()
583 S->cols[colno].datalen = col->maxlen; in oci_stmt_describe()
[all …]
/PHP-5.5/ext/pdo_oci/tests/
H A Dbug57702.phpt44 do_insert($db, 1, "row 1 col 1", "row 1 col 2");
45 do_insert($db, 2, "row 2 col 1", "row 2 col 2");
136 string(11) "row 1 col 1"
137 string(11) "row 1 col 2"
138 string(11) "row 2 col 1"
139 string(11) "row 2 col 2"
142 string(11) "row 1 col 1"
143 string(11) "row 1 col 2"
144 string(11) "row 2 col 1"
145 string(11) "row 2 col 2"
[all …]
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c186 struct pdo_column_data *col = &stmt->columns[colno]; in firebird_stmt_describe() local
198 col->precision = -var->sqlscale; in firebird_stmt_describe()
199 col->maxlen = var->sqllen; in firebird_stmt_describe()
200 col->namelen = colname_len; in firebird_stmt_describe()
201 col->name = cp = emalloc(colname_len + 1); in firebird_stmt_describe()
209 col->param_type = PDO_PARAM_STR; in firebird_stmt_describe()
/PHP-5.5/ext/pdo_dblib/
H A Ddblib_stmt.c205 struct pdo_column_data *col = &stmt->columns[colno]; in pdo_dblib_stmt_describe() local
207 col->name = (char*)dbcolname(H->link, colno+1); in pdo_dblib_stmt_describe()
208 col->maxlen = dbcollen(H->link, colno+1); in pdo_dblib_stmt_describe()
209 col->namelen = strlen(col->name); in pdo_dblib_stmt_describe()
210 col->param_type = PDO_PARAM_STR; in pdo_dblib_stmt_describe()
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c207 int col; in pdo_stmt_describe_columns() local
211 for (col = 0; col < stmt->column_count; col++) { in pdo_stmt_describe_columns()
218 char *s = stmt->columns[col].name; in pdo_stmt_describe_columns()
245 param->paramno = col; in pdo_stmt_describe_columns()
254 param->paramno = col; in pdo_stmt_describe_columns()
548 struct pdo_column_data *col; in fetch_value() local
554 col = &stmt->columns[colno]; in fetch_value()
555 type = PDO_PARAM_TYPE(col->param_type); in fetch_value()
1830 struct pdo_column_data *col; in PHP_METHOD() local
1853 col = &stmt->columns[colno]; in PHP_METHOD()
[all …]
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c3514 char *cat = NULL, *schema = NULL, *proc = NULL, *col = NULL; in PHP_FUNCTION() local
3523 &proc, &proc_len, &col, &col_len) == FAILURE) { in PHP_FUNCTION()
3548 col, SAFE_SQL_NTS(col) ); in PHP_FUNCTION()
H A Dbirdstep.c74 ZEND_ARG_INFO(0, col)
99 ZEND_ARG_INFO(0, col)
462 zval **col; in PHP_FUNCTION() local
472 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lZ", &ind, &col) == FAILURE) { in PHP_FUNCTION()
478 if ( Z_TYPE_PP(col) == IS_STRING ) { in PHP_FUNCTION()
479 field = Z_STRVAL_PP(col); in PHP_FUNCTION()
481 convert_to_long_ex(col); in PHP_FUNCTION()
482 indx = Z_LVAL_PP(col); in PHP_FUNCTION()
667 long ind, col; in PHP_FUNCTION() local
671 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ll", &ind, &col) == FAILURE) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_result.c196 int64_t col; in MYSQLND_METHOD() local
199 for (col = field_count - 1; col >= 0; --col) { in MYSQLND_METHOD()
200 if (current_row[col]) { in MYSQLND_METHOD()
202 mysqlnd_rset_zval_ptr_dtor(&(current_row[col]), result->type, &copy_ctor_called TSRMLS_CC); in MYSQLND_METHOD()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_limits.phpt23 $create .= "col" . $i . " INT, ";
24 $columns .= "col" . $i . ", ";
/PHP-5.5/ext/gd/tests/
H A Dpngcomp.phpt24 $col = imagecolorat($im2, 8,8);
25 if ($col == 0xffffff) {

Completed in 93 milliseconds

12