Home
last modified time | relevance | path

Searched refs:y (Results 1 – 25 of 476) sorted by last modified time

12345678910>>...20

/PHP-7.4/
H A DNEWS424 . Fixed bug #74779 (x() and y() truncating floats to integers). (cmb)
/PHP-7.4/ext/gd/
H A Dgd.c2053 int x,y; in PHP_FUNCTION() local
2054 for (y=0; y <= Height; y++) { in PHP_FUNCTION()
2110 int x,y; in PHP_FUNCTION() local
2111 for (y=0; y <= Height; y++) { in PHP_FUNCTION()
3199 int x, y, c; in PHP_FUNCTION() local
3201 for (y = 0; y < gdImageSY(im); y++) { in PHP_FUNCTION()
3685 for (py = y; (py > (y - f->w)); py--) { in php_gdimagecharup()
3732 y = Y; in php_imagechar()
4190 int x, y; in _php_image_convert() local
4337 for (y = 0; y < dest_height; y++) { in _php_image_convert()
[all …]
/PHP-7.4/azure/i386/
H A Dapt.yml7 sudo apt-get update -y | true
8 sudo apt-get install -y gcc-multilib
9 sudo apt-get install -y g++-multilib
10 sudo apt-get purge -y libxml2
12 sudo apt-get purge -y libpq5
13 sudo apt-get install -y libc6:i386
14 sudo apt-get install -y bison \
/PHP-7.4/ext/mbstring/
H A Dmbstring.c67 #define onig_set_match_stack_limit_size_of_match_param(x, y) argument
68 #define onig_set_retry_limit_in_match_of_match_param(x, y) argument
/PHP-7.4/ext/date/tests/
H A Dbug53437_var3.phpt7 $s = 'O:12:"DateInterval":15:{s:1:"y";s:1:"2";s:1:"m";s:1:"0";s:1:"d";s:3:"bla";s:1:"h";s:1:"6";s:1…
16 ["y"]=>
H A Dbug53437_var5.phpt7 $s = 'O:12:"DateInterval":15:{s:1:"y";s:1:"2";s:1:"m";s:1:"0";s:1:"d";s:3:"bla";s:1:"h";s:1:"6";s:1…
16 ["y"]=>
H A Dbug73091.phpt18 ["y"]=>
H A Dbug79015.phpt5 $payload = 'O:12:"DateInterval":16:{s:1:"y";i:1;s:1:"m";i:0;s:1:"d";i:4;s:1:"h";i:0;s:1:"i";i:0;s:1…
10 ["y"]=>
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug69425.phpt21 $data = unserialize('a:2:{i:0;O:12:"DateInterval":1:{s:1:"y";R:1;}i:1;i:2;}');
30 ["y"]=>
/PHP-7.4/ext/date/
H A Dphp_date.c1588 now->y = yea; in php_mktime()
1648 zend_long m, d, y; in PHP_FUNCTION() local
1653 Z_PARAM_LONG(y) in PHP_FUNCTION()
1656 if (y < 1 || y > 32767 || !timelib_valid_date(y, m, d)) { in PHP_FUNCTION()
3271 dateobj->time->y = tmp_time->y; in php_date_modify()
3661 dateobj->time->y = y; in php_date_date_set()
3673 zend_long y, m, d; in PHP_FUNCTION() local
3691 zend_long y, m, d; in PHP_METHOD() local
3711 dateobj->time->y = y; in php_date_isodate_set()
3727 zend_long y, w, d = 1; in PHP_FUNCTION() local
[all …]
/PHP-7.4/build/
H A Dconfig.guess854 -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
1746 # time-stamp-format: "%:y-%02m-%02d"
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc348 $cmd = self::findExecutable() . ' -t -y ' . $configFile . ' 2>&1';
368 $cmd = [self::findExecutable(), '-F', '-O', '-y', $configFile];
/PHP-7.4/ext/gd/libgd/
H A Dgd.c667 for (y = 0; y < to->sy; y++) { in gdImagePaletteCopy()
1301 for (y = y1; y <= y2; y++) { in gdImageAALine()
2201 for (y = y1; (y <= y2); y++) { in _gdImageFilledHRectangle()
2244 for (y = y1; (y <= y2); y++) { in _gdImageFilledVRectangle()
2271 for (y = 0; (y < h); y++) { in gdImageCopy()
2281 for (y = 0; (y < h); y++) { in gdImageCopy()
2298 for (y = srcY; y < (srcY + h); y++) { in gdImageCopy()
2345 for (y = srcY; y < (srcY + h); y++) { in gdImageCopyMerge()
2745 for (y = miny; y <= maxy; y++) { in gdImageFilledPolygon()
2903 for (y = 0; y < sy; y++) { in gdImageCompare()
[all …]
H A Dgd_interpolation.c753 const int yi=(int)((y) < 0 ? y - 1: y); in getPixelInterpolated()
965 for (y = 0; y < src_height - 1; ++y) { in _gdScaleHoriz()
985 for (y = 0; y < dst_height; y++) { in _gdScaleCol()
1012 for (y = 0; y < src_height - 1; ++y) { in _gdScaleVert()
2358 for (y = bbox.y; y <= end_y; y++) { in gdTransformAffineCopy()
2359 pt.y = y + 0.5; in gdTransformAffineCopy()
2367 for (y = 0; y <= end_y; y++) { in gdTransformAffineCopy()
2368 pt.y = y + 0.5 + bbox.y; in gdTransformAffineCopy()
2436 min.y=extent[i].y; in gdTransformAffineBoundingBox()
2440 max.y=extent[i].y; in gdTransformAffineBoundingBox()
[all …]
H A Dgd_wbmp.c104 int x, y, pos; in _gdImageWBMPCtx() local
115 for (y = 0; y < gdImageSY(image); y++) { in _gdImageWBMPCtx()
117 if (gdImageGetPixel (image, x, y) == fg) { in _gdImageWBMPCtx()
H A Dgd_crop.c121 for (y = 0; match && y < height; y++) { in gdImageCropAuto()
133 crop.y = y - 1; in gdImageCropAuto()
136 for (y = height - 1; match && y >= 0; y--) { in gdImageCropAuto()
141 crop.height = y - crop.y + 2; in gdImageCropAuto()
145 for (y = 0; match && y < crop.y + crop.height; y++) { in gdImageCropAuto()
153 for (y = 0; match && y < crop.y + crop.height; y++) { in gdImageCropAuto()
209 for (y = 0; match && y < height; y++) { in gdImageCropThreshold()
220 crop.y = y - 1; in gdImageCropThreshold()
223 for (y = height - 1; match && y >= 0; y--) { in gdImageCropThreshold()
232 for (y = 0; match && y < crop.y + crop.height; y++) { in gdImageCropThreshold()
[all …]
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1086 #define CDF_GETUINT32(x, y) cdf_getuint32(x, y)
/PHP-7.4/ext/date/lib/
H A Dparse_date.re1084 s->time->y = 1970;
1111 s->time->y = 1970;
1355 TIMELIB_PROCESS_YEAR(s->time->y, length);
1635 s->time->relative.y = 0 - s->time->relative.y;
1867 in.time->y = TIMELIB_UNSET;
1921 time->y = 1970;
1933 if (time->y == TIMELIB_UNSET ) time->y = 1970;
1984 {'y', TIMELIB_FORMAT_YEAR_TWO_DIGIT},
2035 in.time->y = TIMELIB_UNSET;
2243 s->time->y = 1970;
[all …]
H A Dparse_date.c4765 TIMELIB_PROCESS_YEAR(s->time->y, length); in scan()
5862 TIMELIB_PROCESS_YEAR(s->time->y, length); in scan()
6696 s->time->relative.y = 0 - s->time->relative.y; in scan()
21480 s->time->y = 1970; in scan()
21535 s->time->y = 1970; in scan()
24975 in.time->y = TIMELIB_UNSET; in timelib_strtotime()
25029 time->y = 1970; in timelib_time_reset_fields()
25041 if (time->y == TIMELIB_UNSET ) time->y = 1970; in timelib_time_reset_unset_fields()
25143 in.time->y = TIMELIB_UNSET; in timelib_parse_from_format_with_map()
25351 s->time->y = 1970; in timelib_parse_from_format_with_map()
[all …]
/PHP-7.4/ext/xml/
H A Dcompat.c97 int y = 0; in _start_element_handler_ns() local
101 …er->h_start_ns(parser->user, (const XML_Char *) namespaces[y], (const XML_Char *) namespaces[y+1]); in _start_element_handler_ns()
102 y += 2; in _start_element_handler_ns()
104 y = 0; in _start_element_handler_ns()
143 att_name = (char *) attributes[y++]; in _start_element_handler_ns()
145 y++; in _start_element_handler_ns()
146 att_value = (char *)attributes[y++]; in _start_element_handler_ns()
177 if (attributes[y+1] != NULL) { in _start_element_handler_ns()
178 _qualify_namespace(parser, attributes[y] , attributes[y + 2], &qualified_name_attr); in _start_element_handler_ns()
183 attrs[z + 1] = xmlStrndup(attributes[y + 3] , (int) (attributes[y + 4] - attributes[y + 3])); in _start_element_handler_ns()
[all …]
/PHP-7.4/ext/openssl/
H A Dopenssl.c4468 zval *y; in PHP_FUNCTION() local
4512 (y = zend_hash_str_find(Z_ARRVAL_P(data), "y", sizeof("y") - 1)) != NULL && in PHP_FUNCTION()
4513 Z_TYPE_P(y) == IS_STRING) { in PHP_FUNCTION()
4521 BN_bin2bn((unsigned char*) Z_STRVAL_P(y), Z_STRLEN_P(y), NULL), NULL)) { in PHP_FUNCTION()
4937 BIGNUM *y = BN_new(); in PHP_FUNCTION() local
4964 if (EC_POINT_get_affine_coordinates_GFp(ec_group, pub, x, y, NULL)) { in PHP_FUNCTION()
4966 OPENSSL_GET_BN(ec, y, y); in PHP_FUNCTION()
4978 BN_free(y); in PHP_FUNCTION()
/PHP-7.4/Zend/tests/
H A Dbug81104.phpt14 $y = [];
16 $y[] = new X();
18 $y[0]->y = &$y;
/PHP-7.4/Zend/
H A Dzend_alloc.c323 #define _BIN_DATA_SIZE(num, size, elements, pages, x, y) size, argument
325 ZEND_MM_BINS_INFO(_BIN_DATA_SIZE, x, y)
328 #define _BIN_DATA_ELEMENTS(num, size, elements, pages, x, y) elements, argument
330 ZEND_MM_BINS_INFO(_BIN_DATA_ELEMENTS, x, y)
333 #define _BIN_DATA_PAGES(num, size, elements, pages, x, y) pages, argument
335 ZEND_MM_BINS_INFO(_BIN_DATA_PAGES, x, y)
2460 # define _ZEND_BIN_ALLOCATOR(_num, _size, _elements, _pages, x, y) \ argument
2466 ZEND_MM_BINS_INFO(_ZEND_BIN_ALLOCATOR, x, y) argument
2481 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
2495 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
[all …]
H A Dzend_virtual_cwd.c79 #define realpath(x,y) strcpy(y,x) argument
/PHP-7.4/azure/
H A Dapt.yml6 sudo apt-get update -y | true
9 sudo apt-get purge -y libzip4

Completed in 193 milliseconds

12345678910>>...20