/PHP-8.3/ext/pdo_oci/tests/ |
H A D | bug57702.phpt | 46 do_insert($db, 1, "row 1 col 1", "row 1 col 2"); 47 do_insert($db, 2, "row 2 col 1", "row 2 col 2"); 153 string(11) "row 1 col 1" 154 string(11) "row 1 col 2" 155 string(11) "row 2 col 1" 156 string(11) "row 2 col 2" 159 string(11) "row 1 col 1" 160 string(11) "row 1 col 2" 161 string(11) "row 2 col 1" 162 string(11) "row 2 col 2" [all …]
|
/PHP-8.3/ext/xml/tests/ |
H A D | bug26614.phpt | 16 <DATA> at line 2, col 0 (byte 45) 17 </DATA> at line 9, col 0 (byte 89) 19 <DATA> at line 2, col 0 (byte 45) 20 </DATA> at line 9, col 0 (byte 89) 22 <DATA> at line 2, col 0 (byte 45) 23 </DATA> at line 9, col 0 (byte 89)
|
H A D | bug26614_libxml_gte2_11.phpt | 17 <DATA> at line 2, col %d (byte 50) 18 </DATA> at line 9, col %d (byte 96) 20 <DATA> at line 2, col %d (byte 50) 21 </DATA> at line 9, col %d (byte 96) 23 <DATA> at line 2, col %d (byte 50) 24 </DATA> at line 9, col %d (byte 96)
|
H A D | bug26614_libxml_pre2_11.phpt | 17 <DATA> at line 2, col %d (byte 9) 18 </DATA> at line 9, col %d (byte 55) 20 <DATA> at line 2, col %d (byte 9) 21 </DATA> at line 9, col %d (byte 55) 23 <DATA> at line 2, col %d (byte 9) 24 </DATA> at line 9, col %d (byte 55)
|
/PHP-8.3/ext/gd/libgd/ |
H A D | wbmp.c | 154 int row, col, byte, pel, pos; in readwbmp() local 212 for (col = 0; col < wbmp->width;) in readwbmp() 218 if (col++ < wbmp->width) in readwbmp() 254 int row, col; in writewbmp() local 273 for (col = 0; col < wbmp->width; col++) in writewbmp() 275 octet |= ((wbmp->bitmap[row * wbmp->width + col] == 1) ? WBMP_WHITE : WBMP_BLACK) << --bitpos; in writewbmp() 313 int row, col; in printwbmp() local 316 for (col = 0; col < wbmp->width; col++) in printwbmp() 318 if (wbmp->bitmap[wbmp->width * row + col] == WBMP_BLACK) in printwbmp()
|
H A D | gd_wbmp.c | 147 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 D | gdft.c | 640 int x, y, row, col, pc, pcr; local 659 for (col = 0; col < bitmap.width; col++, pc++) { 668 … level = ((bitmap.buffer[(col>>3)+pcr]) & (1<<(~col&0x07))) ? gdAlphaTransparent : gdAlphaOpaque; 683 x = pen_x + col; 727 for (col = 0; col < bitmap.width; col++, pc++) { 738 tc_key.pixel = ((bitmap.buffer[(col>>3)+pcr]) & (1<<(~col&0x07))) ? NUMCOLORS : 0; 743 x = pen_x + col;
|
/PHP-8.3/ext/opcache/tests/ |
H A D | bug75255.phpt | 12 for ($col = 0; $col < $numCols; $col++) {
|
/PHP-8.3/ext/standard/tests/array/ |
H A D | array_combine_variation5.phpt | 49 /*7*/ array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3 => "pen\n"), 50 array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3 => 'pen\n'), 122 ["col or"]=> 123 string(6) "col or" 135 ["col\tor"]=> 136 string(7) "col\tor"
|
H A D | array_unique_variation4.phpt | 39 /*5*/ array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3 => "\tHello"), 40 array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3 => '\tHello'), 78 string(6) "col or" 87 string(7) "col\tor"
|
H A D | array_reverse_variation5.phpt | 50 array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3 => "pen\n"), 51 /*8*/ array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3 => 'pen\n'), 218 string(6) "col or" 230 string(6) "col or" 242 string(6) "col or" 254 string(7) "col\tor" 265 string(7) "col\tor" 276 string(7) "col\tor"
|
H A D | array_map_variation5.phpt | 51 array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3 => "pen\n"), 52 /*8*/ array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3 => 'pen\n'), 121 string(6) "col or" 133 string(7) "col\tor"
|
H A D | array_intersect_variation7.phpt | 49 /*7*/ array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3 => "pen\n"), 50 array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3 => 'pen\n'), 63 $arr2 = array(1, 2, 1.2, 2.3333, "col\tor", '\v\fworld', $fp, 140 string(6) "col or" 144 string(6) "col or"
|
H A D | array_intersect_variation8.phpt | 49 /*7*/ array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3 => "pen\n"), 50 array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3 => 'pen\n'), 63 $arr1 = array(1, 2, 1.2, 2.3333, "col\tor", '\v\fworld', $fp, 140 string(6) "col or" 144 string(6) "col or"
|
H A D | array_diff_variation8.phpt | 44 /*5*/ array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3 => "\tHello"), 45 array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3 => '\tHello'), 136 string(6) "col or" 155 string(7) "col\tor"
|
H A D | array_merge_recursive_variation5.phpt | 43 /*5*/ array(111 => "\tHello", "array" => "col\tor", 2 => "\v\fworld", 3 => "\tHello"), 44 array(111 => '\tHello', 'array' => 'col\tor', 2 => '\v\fworld', 3 => '\tHello'), 243 string(6) "col or" 256 string(6) "col or" 281 string(7) "col\tor" 294 string(7) "col\tor"
|
H A D | array_unshift_variation5.phpt | 54 /*7*/ array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3 => "pen\n"), 55 array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3 => 'pen\n'), 236 string(6) "col or" 254 string(6) "col or" 269 string(7) "col\tor" 286 string(7) "col\tor"
|
/PHP-8.3/ext/gd/tests/ |
H A D | pngcomp.phpt | 22 $col = imagecolorat($im2, 8,8); 23 if ($col == 0xffffff) {
|
H A D | bug24155.phpt | 22 $col = imagecolorat($im2, 20, 20); 24 echo "$col\n";
|
H A D | bug27582_1.phpt | 18 $col = imagecolorat($im2, 5, 5); 19 $color = imagecolorsforindex($im2, $col);
|
H A D | bug51263.phpt | 18 $col = imagecolorallocate($img, 255, 255, 255); 19 imagettftext($img, 8, 90, 10, 60, $col, $ttf, "foo bar qux");
|
/PHP-8.3/ext/gd/ |
H A D | gd.c | 2138 int col; in PHP_FUNCTION() local 2152 col = index; in PHP_FUNCTION() 2154 if (col >= 0 && col < gdImageColorsTotal(im)) { in PHP_FUNCTION() 2211 int col; in PHP_FUNCTION() local 2224 col = color; in PHP_FUNCTION() 2226 if (col >= 0 && col < gdImageColorsTotal(im)) { in PHP_FUNCTION() 2242 int col; in PHP_FUNCTION() local 2251 col = index; in PHP_FUNCTION() 2253 …if ((col >= 0 && gdImageTrueColor(im)) || (!gdImageTrueColor(im) && col >= 0 && col < gdImageColor… in PHP_FUNCTION() 2594 col = COL; in php_imagepolygon() [all …]
|
/PHP-8.3/ext/pdo_odbc/tests/ |
H A D | gh9372.phpt | 20 $db->exec("CREATE TABLE gh9372 (col VARCHAR(10))"); 23 $stmt = $db->prepare("SELECT * FROM gh9372 WHERE col = ?"); 33 $stmt = $db->prepare("SELECT * FROM gh9372 WHERE col = ?");
|
/PHP-8.3/Zend/tests/ |
H A D | bug32674.phpt | 48 $col = new collection(); 51 foreach($col as $co) {
|
/PHP-8.3/ext/pdo_dblib/ |
H A D | dblib_stmt.c | 222 struct pdo_column_data *col; in pdo_dblib_stmt_describe() local 233 col = &stmt->columns[colno]; in pdo_dblib_stmt_describe() 237 col->name = zend_string_init(fname, strlen(fname), 0); in pdo_dblib_stmt_describe() 244 col->name = zend_string_init(buf, len, 0); in pdo_dblib_stmt_describe() 246 col->name = ZSTR_INIT_LITERAL("computed", 0); in pdo_dblib_stmt_describe() 252 col->maxlen = dbcollen(H->link, colno+1); in pdo_dblib_stmt_describe()
|