/PHP-8.2/ext/gd/libgd/ |
H A D | gd_pixelate.c | 28 int cx, cy; in gdImagePixelate() local 33 for (cx = 0; cx < block_size; cx++) { in gdImagePixelate() 34 if (!gdImageBoundsSafe(im, x + cx, y + cy)) { in gdImagePixelate() 37 c = gdImageGetPixel(im, x + cx, y + cy); in gdImagePixelate()
|
H A D | gd_gd2.c | 271 int ncx, ncy, nc, cs, cx, cy; in gdImageCreateFromGd2Ctx() local 317 for (cx = 0; (cx < ncx); cx++) { in gdImageCreateFromGd2Ctx() 338 xlo = cx * cs; in gdImageCreateFromGd2Ctx() 437 int nc, ncx, ncy, cs, cx, cy; in gdImageCreateFromGd2PartCtx() local 541 for (cx = scx; cx <= ecx; cx++) { in gdImageCreateFromGd2PartCtx() 543 xlo = cx * cs; in gdImageCreateFromGd2PartCtx() 566 chunkNum = cx + cy * ncx; in gdImageCreateFromGd2PartCtx() 660 gdPutWord(cx, out); in _gd2PutHeader() 666 int ncx, ncy, cx, cy; in _gdImageGd2() local 743 for (cx = 0; (cx < ncx); cx++) { in _gdImageGd2() [all …]
|
H A D | gd.c | 1463 int cx, cy; in gdImageChar() local 1468 cx = 0; in gdImageChar() 1482 cx++; in gdImageChar() 1484 cx = 0; in gdImageChar() 1491 int cx, cy; in gdImageCharUp() local 1496 cx = 0; in gdImageCharUp() 1513 cx++; in gdImageCharUp() 1672 pts[2].x = cx; in gdImageFilledArc() 2120 cx = x1ul - 1; in gdImageRectangle() 2128 cx = x1ul - 1; in gdImageRectangle() [all …]
|
H A D | gd.h | 675 void gdImageEllipse(gdImagePtr im, int cx, int cy, int w, int h, int c); 694 void gdImageFilledArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int sty… 695 void gdImageArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color); 696 void gdImageFilledEllipse(gdImagePtr im, int cx, int cy, int w, int h, int color);
|
/PHP-8.2/ext/standard/tests/array/ |
H A D | krsort_variation5.phpt | 17 array ( null => null, NULL => NULL, "\a" => "\a", "\cx" => "\cx", "\e" => "\e", 68 ["\cx"]=> 69 string(3) "\cx" 98 ["\cx"]=> 99 string(3) "\cx" 128 ["\cx"]=> 129 string(3) "\cx"
|
H A D | ksort_variation5.phpt | 17 array ( null => null, NULL => NULL, "\a" => "\a", "\cx" => "\cx", "\e" => "\e", 84 ["\cx"]=> 85 string(3) "\cx" 114 ["\cx"]=> 115 string(3) "\cx" 144 ["\cx"]=> 145 string(3) "\cx"
|
H A D | arsort_variation5.phpt | 16 array ("null"=> null, "NULL" => NULL, "\a" => "\a", "\cx" => "\cx", "\e" => "\e", 67 ["\cx"]=> 68 string(3) "\cx" 99 ["\cx"]=> 100 string(3) "\cx" 131 ["\cx"]=> 132 string(3) "\cx"
|
H A D | asort_variation5.phpt | 16 array ("null"=> null, "NULL" => NULL, "\a" => "\a", "\cx" => "\cx", "\e" => "\e", 85 ["\cx"]=> 86 string(3) "\cx" 117 ["\cx"]=> 118 string(3) "\cx" 149 ["\cx"]=> 150 string(3) "\cx"
|
H A D | rsort_variation5.phpt | 13 array(null, NULL, "\a", "\cx", "\e", "\f", "\n", "\t", "\xhh", "\ddd", "\v"), 56 string(3) "\cx" 83 string(3) "\cx" 110 string(3) "\cx"
|
H A D | sort_variation5.phpt | 16 array(null, NULL, "\a", "\cx", "\e", "\f", "\n", "\r", "\t", "\xhh", "\ddd", "\v"), 78 string(3) "\cx" 108 string(3) "\cx" 138 string(3) "\cx"
|
H A D | natcasesort_variation4.phpt | 13 array(null, NULL, "\a", "\cx", "\e", "\f", "\n", "\t", "\xhh", "\ddd", "\v"), 48 string(3) "\cx"
|
H A D | array_change_key_case_variation8.phpt | 13 …array(null => 1, NULL => 2, "\a" => 3, "\cx" => 4, "\e" => 5, "\f" => 6, "\n" => 7, "\t" => 8, "\x… 37 ["\cx"]=>
|
/PHP-8.2/ext/gd/ |
H A D | gd.c | 828 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local 837 gdImageFilledEllipse(im, cx, cy, w, h, color); in PHP_FUNCTION() 846 zend_long cx, cy, w, h, ST, E, col, style; in PHP_FUNCTION() local 2426 zend_long cx, cy, w, h, ST, E, col; in PHP_FUNCTION() local 2446 gdImageArc(im, cx, cy, w, h, st, e, col); in PHP_FUNCTION() 2455 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local 2464 gdImageEllipse(im, cx, cy, w, h, color); in PHP_FUNCTION() 2720 int cx, cy, px, py, fline; in php_gdimagecharup() local 2721 cx = 0; in php_gdimagecharup() 2731 if (f->data[fline + cy * f->w + cx]) { in php_gdimagecharup() [all …]
|
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 2612 uint32_t extra_options = cb->cx->extra_options; in parse_regex() 2704 if (nest_depth > cb->cx->parens_nest_limit) in parse_regex() 2818 cb->cx->extra_options, FALSE, cb); in parse_regex() 3011 cb->cx->extra_options, FALSE, cb); in parse_regex() 3588 cb->cx->extra_options, TRUE, cb); in parse_regex() 4687 cb->cx->memctl.memory_data); in parse_regex() 4697 cb->cx->memctl.free((void *)cb->named_groups, in parse_regex() 4698 cb->cx->memctl.memory_data); in parse_regex() 8118 if (cb->cx->stack_guard != NULL && in compile_regex() 8119 cb->cx->stack_guard(cb->parens_depth, cb->cx->stack_guard_data)) in compile_regex() [all …]
|
H A D | pcre2_intmodedep.h | 716 pcre2_real_compile_context *cx; /* Points to the compile context */ member
|
/PHP-8.2/ |
H A D | EXTENSIONS | 450 PRIMARY MAINTAINER: Sascha Schumann <sascha@schumann.cx> (1999 - 2004)
|
/PHP-8.2/ext/standard/ |
H A D | url_scanner_ex.re | 13 | Author: Sascha Schumann <sascha@schumann.cx> |
|
H A D | var_unserializer.re | 13 | Author: Sascha Schumann <sascha@schumann.cx> |
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 1803 # From: Mike Melanson <mike@multimedia.cx> 1808 # From: Mike Melanson <mike@multimedia.cx> 1813 # From: Mike Melanson <mike@multimedia.cx> 1818 # From: Mike Melanson <mike@multimedia.cx> 1823 # From: Mike Melanson <mike@multimedia.cx> 1828 # From: Mike Melanson <mike@mutlimedia.cx> 1835 # From: Mike Melanson <mike@multimedia.cx> 1842 # From: Mike Melanson <mike@multimedia.cx> 1847 # From: Mike Melanson <mike@multimedia.cx> 1852 # From: Mike Melanson <mike@multimedia.cx> [all …]
|
H A D | magic私はガラスを食べられます | 1803 # From: Mike Melanson <mike@multimedia.cx> 1808 # From: Mike Melanson <mike@multimedia.cx> 1813 # From: Mike Melanson <mike@multimedia.cx> 1818 # From: Mike Melanson <mike@multimedia.cx> 1823 # From: Mike Melanson <mike@multimedia.cx> 1828 # From: Mike Melanson <mike@mutlimedia.cx> 1835 # From: Mike Melanson <mike@multimedia.cx> 1842 # From: Mike Melanson <mike@multimedia.cx> 1847 # From: Mike Melanson <mike@multimedia.cx> 1852 # From: Mike Melanson <mike@multimedia.cx> [all …]
|