/php-src/ext/dom/lexbor/lexbor/dom/ |
H A D | collection.c | 14 lxb_dom_collection_t *col; in lxb_dom_collection_create() local 17 if (col == NULL) { in lxb_dom_collection_create() 21 col->document = document; in lxb_dom_collection_create() 23 return col; in lxb_dom_collection_create() 29 if (col == NULL) { in lxb_dom_collection_init() 33 if (col->document == NULL) { in lxb_dom_collection_init() 43 if (col == NULL) { in lxb_dom_collection_destroy() 47 if (col->array.list != NULL) { in lxb_dom_collection_destroy() 50 col->array.list = NULL; in lxb_dom_collection_destroy() 54 return lexbor_free(col); in lxb_dom_collection_destroy() [all …]
|
H A D | collection.h | 44 lxb_dom_collection_t *col; in lxb_dom_collection_make() local 46 col = lxb_dom_collection_create(document); in lxb_dom_collection_make() 47 status = lxb_dom_collection_init(col, start_list_size); in lxb_dom_collection_make() 50 return lxb_dom_collection_destroy(col, true); in lxb_dom_collection_make() 53 return col; in lxb_dom_collection_make() 57 lxb_dom_collection_clean(lxb_dom_collection_t *col) in lxb_dom_collection_clean() argument 59 lexbor_array_clean(&col->array); in lxb_dom_collection_clean() 65 return lexbor_array_push(&col->array, value); in lxb_dom_collection_append() 81 lxb_dom_collection_length(lxb_dom_collection_t *col) in lxb_dom_collection_length() argument 83 return lexbor_array_length(&col->array); in lxb_dom_collection_length() [all …]
|
/php-src/ext/dom/tests/modern/css_selectors/ |
H A D | pseudo_classes_nth_col.phpt | 2 CSS Selectors - Pseudo classes: nth-(last-)col 28 test_failure($dom, ':nth-col(1)', true); 29 test_failure($dom, ':nth-last-col(1)', true); 33 --- Selector: :nth-col(1) --- 34 Code 12 Invalid selector (Selectors. Not supported: nth-col) 35 --- Selector: :nth-last-col(1) --- 36 Code 12 Invalid selector (Selectors. Not supported: nth-last-col)
|
/php-src/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-src/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()
|
/php-src/ext/opcache/tests/ |
H A D | bug75255.phpt | 12 for ($col = 0; $col < $numCols; $col++) {
|
/php-src/ext/dom/tests/modern/html/serializer/ |
H A D | HTMLDocument_serialize_void_elements.phpt | 16 "col", 52 col: string(5) "<col>" 73 <col> 74 <x:col><inner></inner></x:col>
|
/php-src/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"
|
/php-src/ext/gd/tests/ |
H A D | bug24155.phpt | 24 $col = imagecolorat($im2, 20, 20); 26 echo "$col\n";
|
H A D | bug27582_1.phpt | 24 $col = imagecolorat($im2, 5, 5); 25 $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");
|
H A D | pngcomp.phpt | 32 $col = imagecolorat($im2, 8,8); 33 if ($col == 0xffffff) {
|
/php-src/ext/gd/ |
H A D | gd.c | 2308 int col; in PHP_FUNCTION() local 2323 col = index; in PHP_FUNCTION() 2325 if (col >= 0 && col < gdImageColorsTotal(im)) { in PHP_FUNCTION() 2388 int col; in PHP_FUNCTION() local 2408 col = color; in PHP_FUNCTION() 2410 if (col >= 0 && col < gdImageColorsTotal(im)) { in PHP_FUNCTION() 2426 int col; in PHP_FUNCTION() local 2436 col = index; in PHP_FUNCTION() 2438 …if ((col >= 0 && gdImageTrueColor(im)) || (!gdImageTrueColor(im) && col >= 0 && col < gdImageColor… in PHP_FUNCTION() 2830 col = COL; in php_imagepolygon() [all …]
|
/php-src/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-src/Zend/tests/ |
H A D | bug32674.phpt | 48 $col = new collection(); 51 foreach($col as $co) {
|