Home
last modified time | relevance | path

Searched refs:col (Results 1 – 25 of 37) sorted by relevance

12

/PHP-7.4/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");
151 string(11) "row 1 col 1"
152 string(11) "row 1 col 2"
153 string(11) "row 2 col 1"
154 string(11) "row 2 col 2"
157 string(11) "row 1 col 1"
158 string(11) "row 1 col 2"
159 string(11) "row 2 col 1"
160 string(11) "row 2 col 2"
[all …]
/PHP-7.4/ext/gd/libgd/
H A Dwbmp.c153 int row, col, byte, pel, pos; in readwbmp() local
211 for (col = 0; col < wbmp->width;) in readwbmp()
217 if (col++ < wbmp->width) in readwbmp()
253 int row, col; in writewbmp() local
272 for (col = 0; col < wbmp->width; col++) in writewbmp()
274 octet |= ((wbmp->bitmap[row * wbmp->width + col] == 1) ? WBMP_WHITE : WBMP_BLACK) << --bitpos; in writewbmp()
312 int row, col; in printwbmp() local
315 for (col = 0; col < wbmp->width; col++) in printwbmp()
317 if (wbmp->bitmap[wbmp->width * row + col] == WBMP_BLACK) in printwbmp()
H A Dgd_wbmp.c147 int col, row, pos; in gdImageCreateFromWBMPCtx() local
166 for (col = 0; col < wbmp->width; col++) { in gdImageCreateFromWBMPCtx()
168 gdImageSetPixel(im, col, row, white); in gdImageCreateFromWBMPCtx()
170 gdImageSetPixel(im, col, row, black); in gdImageCreateFromWBMPCtx()
H A Dgdft.c630 int x, y, row, col, pc, pcr; local
649 for (col = 0; col < bitmap.width; col++, pc++) {
658 … level = ((bitmap.buffer[(col>>3)+pcr]) & (1<<(~col&0x07))) ? gdAlphaTransparent : gdAlphaOpaque;
673 x = pen_x + col;
717 for (col = 0; col < bitmap.width; col++, pc++) {
728 tc_key.pixel = ((bitmap.buffer[(col>>3)+pcr]) & (1<<(~col&0x07))) ? NUMCOLORS : 0;
733 x = pen_x + col;
/PHP-7.4/ext/opcache/tests/
H A Dbug75255.phpt12 for ($col = 0; $col < $numCols; $col++) {
/PHP-7.4/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-7.4/ext/gd/tests/
H A Dpngcomp.phpt24 $col = imagecolorat($im2, 8,8);
25 if ($col == 0xffffff) {
H A Dbug24155.phpt23 $col = imagecolorat($im2, 20, 20);
25 echo "$col\n";
H A Dbug27582_1.phpt20 $col = imagecolorat($im2, 5, 5);
21 $color = imagecolorsforindex($im2, $col);
H A Dbug51263.phpt17 $col = imagecolorallocate($img, 255, 255, 255);
18 imagettftext($img, 8, 90, 10, 60, $col, $ttf, "foo bar qux");
/PHP-7.4/ext/standard/tests/array/
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"
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_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_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_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_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_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_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"
/PHP-7.4/ext/gd/
H A Dgd.c3030 int col; in PHP_FUNCTION() local
3046 col = index; in PHP_FUNCTION()
3048 if (col >= 0 && col < gdImageColorsTotal(im)) { in PHP_FUNCTION()
3112 int col; in PHP_FUNCTION() local
3128 col = color; in PHP_FUNCTION()
3130 if (col >= 0 && col < gdImageColorsTotal(im)) { in PHP_FUNCTION()
3147 int col; in PHP_FUNCTION() local
3158 col = index; in PHP_FUNCTION()
3160 …if ((col >= 0 && gdImageTrueColor(im)) || (!gdImageTrueColor(im) && col >= 0 && col < gdImageColor… in PHP_FUNCTION()
3525 col = COL; in php_imagepolygon()
[all …]
/PHP-7.4/Zend/tests/
H A Dbug32674.phpt48 $col = new collection();
51 foreach($col as $co) {
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_stmt.c225 struct pdo_column_data *col; in pdo_dblib_stmt_describe() local
236 col = &stmt->columns[colno]; in pdo_dblib_stmt_describe()
240 col->name = zend_string_init(fname, strlen(fname), 0); in pdo_dblib_stmt_describe()
247 col->name = zend_string_init(buf, len, 0); in pdo_dblib_stmt_describe()
249 col->name = zend_string_init("computed", strlen("computed"), 0); in pdo_dblib_stmt_describe()
255 col->maxlen = dbcollen(H->link, colno+1); in pdo_dblib_stmt_describe()
256 col->param_type = PDO_PARAM_ZVAL; in pdo_dblib_stmt_describe()
/PHP-7.4/ext/pdo_oci/
H A Doci_statement.c504 pdo_oci_column *col = (pdo_oci_column*)octxp; in oci_define_callback() local
506 switch (col->dtype) { in oci_define_callback()
510 *bufpp = col->data; in oci_define_callback()
511 *alenpp = &col->datalen; in oci_define_callback()
512 *indpp = (dvoid *)&col->indicator; in oci_define_callback()
531 struct pdo_column_data *col = &stmt->columns[colno]; in oci_stmt_describe() local
553 col->precision = precis; in oci_stmt_describe()
554 col->maxlen = data_size; in oci_stmt_describe()
570 col->param_type = PDO_PARAM_STR; in oci_stmt_describe()
575 col->param_type = PDO_PARAM_LOB; in oci_stmt_describe()
[all …]
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c211 struct pdo_column_data *col = &stmt->columns[colno]; in firebird_stmt_describe() local
219 col->precision = -var->sqlscale; in firebird_stmt_describe()
220 col->maxlen = var->sqllen; in firebird_stmt_describe()
221 col->name = zend_string_alloc(colname_len, 0); in firebird_stmt_describe()
222 cp = ZSTR_VAL(col->name); in firebird_stmt_describe()
232 col->param_type = PDO_PARAM_STR; in firebird_stmt_describe()
240 col->param_type = PDO_PARAM_INT; in firebird_stmt_describe()
244 col->param_type = PDO_PARAM_BOOL; in firebird_stmt_describe()
248 col->param_type = PDO_PARAM_STR; in firebird_stmt_describe()

Completed in 66 milliseconds

12