Home
last modified time | relevance | path

Searched refs:w (Results 1 – 25 of 952) sorted by last modified time

12345678910>>...39

/PHP-7.4/
H A DNEWS434 . Fixed bug #75850 (Unclear error message wrt. __halt_compiler() w/o
1080 . Fixed bug #79254 (getenv() w/o arguments not showing changes). (cmb)
2694 . Fixed bug #76512 (\w no longer includes unicode characters). (cmb)
/PHP-7.4/ext/gd/
H A Dgd.c193 ZEND_ARG_INFO(0, w)
202 ZEND_ARG_INFO(0, w)
557 ZEND_ARG_INFO(0, w)
568 ZEND_ARG_INFO(0, w)
1485 font->w = FLIPWORD(font->w); in PHP_FUNCTION()
1741 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local
3343 zend_long cx, cy, w, h, ST, E, col; in PHP_FUNCTION() local
3375 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local
3652 RETURN_LONG(arg ? font->h : font->w); in php_imagefontsize()
3748 x += font->w; in php_imagechar()
[all …]
/PHP-7.4/ext/gd/tests/
H A Dbug81739.phpt9 $s = fopen(__DIR__ . "/font.font", "w");
/PHP-7.4/ext/standard/tests/streams/
H A Dbug81659.phpt5 $stream = fopen(__DIR__ . "/81659.txt", "w+");
H A Dbug81346.phpt11 $s = fopen("compress.bzip2://" . __DIR__ . "/bug81346.bz2", "w");
/PHP-7.4/ext/gd/libgd/
H A Dgd_png.c129 png_uint_32 width, height, rowbytes, w, h, res_x, res_y; in gdImageCreateFromPngCtx() local
382 for (w = 0; w < width; w++) { in gdImageCreateFromPngCtx()
386 im->tpixels[h][w] = gdTrueColor (r, g, b); in gdImageCreateFromPngCtx()
395 for (w = 0; w < width; w++) { in gdImageCreateFromPngCtx()
406 im->tpixels[h][w] = gdTrueColorAlpha(r, g, b, a); in gdImageCreateFromPngCtx()
414 for (w = 0; w < width; ++w) { in gdImageCreateFromPngCtx()
415 register png_byte idx = row_pointers[h][w]; in gdImageCreateFromPngCtx()
416 im->pixels[h][w] = idx; in gdImageCreateFromPngCtx()
H A Dgd.c390 i = (R == w) ? 3 : ((G == w) ? 5 : 1); in RGB_to_HWB()
392 RETURN_HWB(i - f / (v - w), w, b); in RGB_to_HWB()
1108 for (w = wstart; w < wstart + wid; w++) { in gdImageLine()
1122 for (w = wstart; w < wstart + wid; w++) { in gdImageLine()
1136 for (w = wstart; w < wstart + wid; w++) { in gdImageLine()
1172 for (w = wstart; w < wstart + wid; w++) { in gdImageLine()
1186 for (w = wstart; w < wstart + wid; w++) { in gdImageLine()
1200 for (w = wstart; w < wstart + wid; w++) { in gdImageLine()
1447 for (w = wstart; w < wstart + wid; w++) { in dashedSet()
1452 for (w = wstart; w < wstart + wid; w++) { in dashedSet()
[all …]
/PHP-7.4/ext/date/
H A Dphp_date.c3705 static void php_date_isodate_set(zval *object, zend_long y, zend_long w, zend_long d, zval *return_… in php_date_isodate_set() argument
3715 dateobj->time->relative.d = timelib_daynr_from_weeknr(y, w, d); in php_date_isodate_set()
3727 zend_long y, w, d = 1; in PHP_FUNCTION() local
3729 …od_parameters(ZEND_NUM_ARGS(), getThis(), "Oll|l", &object, date_ce_date, &y, &w, &d) == FAILURE) { in PHP_FUNCTION()
3733 php_date_isodate_set(object, y, w, d, return_value); in PHP_FUNCTION()
3745 zend_long y, w, d = 1; in PHP_METHOD() local
3748 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ll|l", &y, &w, &d) == FAILURE) { in PHP_METHOD()
3753 php_date_isodate_set(&new_object, y, w, d, return_value); in PHP_METHOD()
/PHP-7.4/build/
H A Dconfig.guess702 64) HP_ARCH=hppa2.0w ;;
746 if test "$HP_ARCH" = hppa2.0w
762 HP_ARCH=hppa2.0w
/PHP-7.4/ext/standard/tests/filters/
H A Dbug54350.phpt15 $fd = fopen('php://memory','w');
H A Dbug81302.phpt9 $f = fopen("php://memory", "w+b");
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc367 $desc = $this->outDesc ? [] : [1 => array('pipe', 'w'), 2 => array('redirect', 1)];
986 '/{{([a-zA-Z0-9:]+)(\[\w+\])?}}/',
H A Dstatus.inc23 'pool' => '\w+',
25 'start time' => '\d+\/\w{3}\/\d{4}:\d{2}:\d{2}:\d{2}\s[+-]\d{4}',
H A Dlogtool.inc7 const P_TIME = '\[\d\d-\w\w\w-\d{4} \d\d:\d\d:\d\d\]';
/PHP-7.4/ext/date/lib/
H A Dparse_date.re1537 timelib_sll w, d;
1544 w = timelib_get_nr((char **) &ptr, 2);
1548 s->time->relative.d = timelib_daynr_from_weeknr(s->time->y, w, d);
1556 timelib_sll w, d;
1563 w = timelib_get_nr((char **) &ptr, 2);
1567 s->time->relative.d = timelib_daynr_from_weeknr(s->time->y, w, d);
H A Dparse_date.c12869 timelib_sll w, d; in scan() local
12876 w = timelib_get_nr((char **) &ptr, 2); in scan()
12880 s->time->relative.d = timelib_daynr_from_weeknr(s->time->y, w, d); in scan()
12897 timelib_sll w, d; in scan() local
12904 w = timelib_get_nr((char **) &ptr, 2); in scan()
12908 s->time->relative.d = timelib_daynr_from_weeknr(s->time->y, w, d); in scan()
/PHP-7.4/ext/shmop/tests/
H A Dbug81407.phpt13 $b = shmop_open(367504385, 'w', 0664, 65536);
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c2581 #define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/PHP-7.4/sapi/cli/
H A Dphp_cli.c85 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
H A Dphp_cli_server.c73 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/PHP-7.4/ext/pdo_firebird/tests/
H A Dpayload_server.inc8 2 => ['pipe', 'w'],
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc140 } else if (!preg_match('/^USER (\w+)\r\n$/', $buf, $m)) {
157 if (!preg_match('/^PASS (\w+)\r\n$/', $buf = fread($s, 100), $m)) {
229 } elseif (preg_match("~^STOR ([\w/.-]+)\r\n$~", $buf, $m)) {
268 } elseif (preg_match("~^APPE ([\w/.-]+)\r\n$~", $buf, $m)) {
347 } elseif (preg_match('/^MDTM ([\w\h]+)/', $buf, $matches)) {
365 }elseif (preg_match('/^RETR ([\/]*[\w\h]+)/', $buf, $matches)) {
480 } elseif (preg_match('/^DELE ([\w\h]+)/', $buf, $matches)) {
/PHP-7.4/ext/session/
H A Dsession.c272 unsigned short w; in bin_to_readable() local
279 w = 0; in bin_to_readable()
286 w |= *p++ << have; in bin_to_readable()
296 *out++ = hexconvtab[w & mask]; in bin_to_readable()
297 w >>= nbits; in bin_to_readable()
/PHP-7.4/ext/pcre/tests/
H A Dctype_back_to_c.phpt10 var_dump(preg_match('/\w/', "\xe4"));
12 var_dump(preg_match('/\w/', "\xe4"));
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c4240 #define MD5STEP(f, w, x, y, z, data, s) \ argument
4241 ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x )

Completed in 166 milliseconds

12345678910>>...39