Home
last modified time | relevance | path

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

12

/PHP-5.5/Zend/tests/
H A Dbug32674.phpt48 $col = new collection();
51 foreach($col as $co) {
/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++; \
H A Dregcomp.c1282 register uch *col; local
1291 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1292 if (col[uc] != 0)
1307 register uch *col; local
1313 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1314 if (col[uc1] != col[uc2])
/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/gd/libgd/
H A Dgd.c1061 static void gdImageHLine(gdImagePtr im, int y, int x1, int x2, int col) in gdImageHLine() argument
1065 gdImageFilledRectangle(im, x1, y - thickhalf, x2, y + im->thick - thickhalf - 1, col); in gdImageHLine()
1074 gdImageSetPixel(im, x1, y, col); in gdImageHLine()
1080 static void gdImageVLine(gdImagePtr im, int x, int y1, int y2, int col) in gdImageVLine() argument
1084 gdImageFilledRectangle(im, x - thickhalf, y1, x + im->thick - thickhalf - 1, y2, col); in gdImageVLine()
1093 gdImageSetPixel(im, x, y1, col); in gdImageVLine()
1296 void gdImageAALine (gdImagePtr im, int x1, int y1, int x2, int y2, int col) in gdImageAALine() argument
1373 gdImageSetAAPixelColor(im, x >> 16, y >> 16, col, (y >> 8) & 0xFF); in gdImageAALine()
1375 gdImageSetAAPixelColor(im, x >> 16, (y >> 16) + 1,col, (~y >> 8) & 0xFF); in gdImageAALine()
1395 gdImageSetAAPixelColor(im, x >> 16, y >> 16, col, (x >> 8) & 0xFF); in gdImageAALine()
[all …]
H A Dgd_topal.c356 JDIMENSION col; local
367 for (col = width; col > 0; col--)
1304 JDIMENSION col; local
1312 for (col = width; col > 0; col--)
1384 JDIMENSION col; local
1436 for (col = width; col > 0; col--)
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;
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()
/PHP-5.5/ext/gd/tests/
H A Dbug24155.phpt23 $col = imagecolorat($im2, 20, 20);
25 echo "$col\n";
H A Dbug27582_1.phpt21 $col = imagecolorat($im2, 5, 5);
22 $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");
H A Dpngcomp.phpt24 $col = imagecolorat($im2, 8,8);
25 if ($col == 0xffffff) {
/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/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/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 …]
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()
/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/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_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_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_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/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_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"

Completed in 90 milliseconds

12