Home
last modified time | relevance | path

Searched refs:index (Results 76 – 100 of 518) sorted by path

12345678910>>...21

/php-src/ext/dom/tests/
H A DDOMNode_cloneNode_basic.phpt41 for ($index = $children->length - 1; $index >=0; $index--) {
42 $current = $children->item($index);
68 for ($index = 0; $index < $children->length; $index++) {
69 echo "node $index\n";
70 dumpcourse($children->item($index));
H A DDOMNode_removeChild_basic.phpt41 for ($index = $children->length - 1; $index >=0; $index--) {
42 echo "node $index\n";
43 $current = $children->item($index);
52 for ($index = 0; $index < $children->length; $index++) {
53 echo "node $index\n";
54 $current = $children->item($index);
H A Ddom_comment_basic.phpt21 for ($index = 0; $index < $children->length; $index++) {
22 echo "--- child $index ---\n";
23 $current = $children->item($index);
H A Ddom_comment_variation.phpt18 for ($index = 0; $index < $children->length; $index++) {
19 echo "--- child $index ---\n";
20 $current = $children->item($index);
H A Dgh13863.phpt41 echo "--- $name test remove index 2 at index 2 ---\n";
55 echo "--- $name test remove index 1 at index 2 ---\n";
84 --- Legacy test remove index 2 at index 2 ---
97 --- Legacy test remove index 1 at index 2 ---
123 --- Modern test remove index 2 at index 2 ---
138 --- Modern test remove index 1 at index 2 ---
/php-src/ext/exif/
H A Dexif.stub.php12 function exif_tagname(int $index): string|false {} argument
H A Dexif_arginfo.h5 ZEND_ARG_TYPE_INFO(0, index, IS_LONG, 0)
/php-src/ext/ffi/
H A Dffi.c1966 ptr = (void*)((char*)cdata->ptr + dim_type->size * iter->it.index); in zend_ffi_cdata_it_get_current_data()
H A Dffi.stub.php182 public function getFuncParameterType(int $index): CType {} argument
H A Dffi_arginfo.h121 ZEND_ARG_TYPE_INFO(0, index, IS_LONG, 0)
/php-src/ext/fileinfo/tests/
H A Dmagic6503 # Tabix index file
10488 # MDX or CDX index
10804 >0 use xbase-index
10807 >0 use xbase-index
10816 >>>0 use xbase-index
10818 0 name xbase-index
10824 >14 ubyte ^0x40 index
10839 # 1~a unique index 8~index has FOR clause 32~compact index format 64~compound index header
16455 ## GTA audio index
33519 # Type: Git pack index
[all …]
H A Dmagic私はガラスを食べられます6503 # Tabix index file
10488 # MDX or CDX index
10804 >0 use xbase-index
10807 >0 use xbase-index
10816 >>>0 use xbase-index
10818 0 name xbase-index
10824 >14 ubyte ^0x40 index
10839 # 1~a unique index 8~index has FOR clause 32~compact index format 64~compound index header
16455 ## GTA audio index
33519 # Type: Git pack index
[all …]
/php-src/ext/filter/tests/
H A D005.phpt9 id=f03_photos&pgurl=http%3A//fifaworldcup.yahoo.com/03/en/photozone/index.html
22 http://fifaworldcup.yahoo.com/03/en/photozone/index.html
24 http://fifaworldcup.yahoo.com/03/en/photozone/index.html
H A D015.phpt9 'http://example.com/index.html',
10 'http://www.example.com/index.php',
64 var_dump(filter_var("http://www.example.com/index.html", FILTER_VALIDATE_URL, FILTER_FLAG_QUERY_REQ…
65 var_dump(filter_var("http://www.example.com/index.php?a=b&c=d", FILTER_VALIDATE_URL, FILTER_FLAG_QU…
70 string(29) "http://example.com/index.html"
71 string(32) "http://www.example.com/index.php"
120 string(40) "http://www.example.com/index.php?a=b&c=d"
/php-src/ext/gd/
H A Dgd.c643 int index = 0; in PHP_FUNCTION() local
662 stylearr[index++] = zval_get_long(item); in PHP_FUNCTION()
665 gdImageSetStyle(im, stylearr, index); in PHP_FUNCTION()
2132 zend_long index; in PHP_FUNCTION() local
2136 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol", &IM, gd_image_ce, &index) == FAILURE) { in PHP_FUNCTION()
2147 col = index; in PHP_FUNCTION()
2236 zend_long index; in PHP_FUNCTION() local
2240 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol", &IM, gd_image_ce, &index) == FAILURE) { in PHP_FUNCTION()
2246 col = index; in PHP_FUNCTION()
/php-src/ext/gd/libgd/
H A Dgd.c2794 int index; in gdImageSetBrush() local
2795index = gdImageColorResolveAlpha(im, gdImageRed(brush, i), gdImageGreen(brush, i), gdImageBlue(bru… in gdImageSetBrush()
2796 im->brushColorMap[i] = index; in gdImageSetBrush()
2807 int index; in gdImageSetTile() local
2808index = gdImageColorResolveAlpha(im, gdImageRed(tile, i), gdImageGreen(tile, i), gdImageBlue(tile,… in gdImageSetTile()
2809 im->tileColorMap[i] = index; in gdImageSetTile()
H A Dgd_bmp.c837 if (im->open[index]) { in bmp_read_1bit()
838 im->open[index] = 0; in bmp_read_1bit()
907 if (im->open[index]) { in bmp_read_4bit()
908 im->open[index] = 0; in bmp_read_4bit()
917 index = current_byte & 0x0f; in bmp_read_4bit()
918 if (im->open[index]) { in bmp_read_4bit()
919 im->open[index] = 0; in bmp_read_4bit()
993 if (im->open[index]) { in bmp_read_8bit()
994 im->open[index] = 0; in bmp_read_8bit()
1041 if (im->open[index]) { in bmp_read_rle()
[all …]
H A Dwebpng.c113 int index; in main() local
129 index = atoi (argv[i + 1]); in main()
130 gdImageColorTransparent (im, index); in main()
/php-src/ext/gd/tests/
H A Dbug74435.phpt13 if (($index = imagecolorat($im, $i, $j)) >= 2) {
14 list($red, $green, $blue, $alpha) = array_values(imagecolorsforindex($im, $index));
H A Dcolorexact.phpt27 // unallocated index
H A Dgithub_bug_215.phpt2 Github #215 (imagefilltoborder stack overflow when invalid pallete index used)
18 /* Use unallocated color index */
22 /* Use negative color index */
27 /* Use unallocated color index */
31 /* Use negative color index */
36 /* Use negative color index */
H A Dimagecolorset_basic.phpt22 // Get the color index for the background
H A Dimagefill_1.phpt2 imagefill() infinite loop with wrong color index
H A Dlibgd00186.phpt22 $index = imagecolorat($im,9,9);
23 $arr = imagecolorsforindex($im, $index);
H A Dlibgd00191.phpt15 $index = imagecolorat($im, 12, 28);
16 $arr = imagecolorsforindex($im, $index);

Completed in 368 milliseconds

12345678910>>...21