Home
last modified time | relevance | path

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

12

/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/gd/libgd/
H A Dwbmp.c153 int row, col, byte, pel, pos; in readwbmp() local
208 for (col = 0; col < wbmp->width;) in readwbmp()
214 if (col++ < wbmp->width) in readwbmp()
250 int row, col; in writewbmp() local
269 for (col = 0; col < wbmp->width; col++) in writewbmp()
271 octet |= ((wbmp->bitmap[row * wbmp->width + col] == 1) ? WBMP_WHITE : WBMP_BLACK) << --bitpos; in writewbmp()
309 int row, col; in printwbmp() local
312 for (col = 0; col < wbmp->width; col++) in printwbmp()
314 if (wbmp->bitmap[wbmp->width * row + col] == WBMP_BLACK) in printwbmp()
H A Dgd_wbmp.c133 int col, row, pos; in gdImageCreateFromWBMPCtx() local
152 for (col = 0; col < wbmp->width; col++) { in gdImageCreateFromWBMPCtx()
154 gdImageSetPixel(im, col, row, white); in gdImageCreateFromWBMPCtx()
156 gdImageSetPixel(im, col, row, black); in gdImageCreateFromWBMPCtx()
H A Dgdft.c596 int x, y, row, col, pc, pcr; local
615 for (col = 0; col < bitmap.width; col++, pc++) {
624 … level = ((bitmap.buffer[(col>>3)+pcr]) & (1<<(~col&0x07))) ? gdAlphaTransparent : gdAlphaOpaque;
637 x = pen_x + col;
675 for (col = 0; col < bitmap.width; col++, pc++) {
686 tc_key.pixel = ((bitmap.buffer[(col>>3)+pcr]) & (1<<(~col&0x07))) ? NUMCOLORS : 0;
691 x = pen_x + col;
/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_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_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_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_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-5.5/ext/gd/tests/
H A Dpngcomp.phpt24 $col = imagecolorat($im2, 8,8);
25 if ($col == 0xffffff) {
H A Dbug27582_1.phpt21 $col = imagecolorat($im2, 5, 5);
22 $color = imagecolorsforindex($im2, $col);
H A Dbug24155.phpt23 $col = imagecolorat($im2, 20, 20);
25 echo "$col\n";
H A Dbug51263.phpt17 $col = imagecolorallocate($img, 255, 255, 255);
18 imagettftext($img, 8, 90, 10, 60, $col, $ttf, "foo bar qux");
/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/ereg/regex/
H A Ddebug.c100 register int col = 0; local
104 if (col > 40) { \
106 col = 0; \
109 col++; \
112 col++; \
/PHP-5.5/ext/gd/
H A Dgd.c2905 int col; in PHP_FUNCTION() local
2919 col = index; in PHP_FUNCTION()
2921 if (col >= 0 && col < gdImageColorsTotal(im)) { in PHP_FUNCTION()
2973 int col; in PHP_FUNCTION() local
2982 col = color; in PHP_FUNCTION()
2984 if (col >= 0 && col < gdImageColorsTotal(im)) { in PHP_FUNCTION()
3001 int col; in PHP_FUNCTION() local
3010 col = index; in PHP_FUNCTION()
3075 long x, y, col; in PHP_FUNCTION() local
3336 col = COL; in php_imagepolygon()
[all …]
/PHP-5.5/ext/odbc/
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/Zend/tests/
H A Dbug32674.phpt48 $col = new collection();
51 foreach($col as $co) {
/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 …]

Completed in 136 milliseconds

12