Home
last modified time | relevance | path

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

12345678910>>...40

/php-src/ext/standard/tests/strings/
H A Dsetlocale_variation3.phpt5 if (setlocale(LC_ALL, 'invalid') === 'invalid') { die('skip setlocale() is broken /w musl'); }
H A Dsetlocale_variation4.phpt5 if (setlocale(LC_ALL, 'invalid') === 'invalid') { die('skip setlocale() is broken /w musl'); }
H A Dsetlocale_variation5.phpt5 if (setlocale(LC_ALL, 'invalid') === 'invalid') { die('skip setlocale() is broken /w musl'); }
/php-src/ext/curl/tests/
H A Dcurl_write_trampoline.phpt19 $fp = fopen($log_file, 'w+');
H A Dcurl_setopt_ssl.phpt65 $process = proc_open($cmd, [["pipe", "r"], ["pipe", "w"], ["pipe", "w"]], $pipes);
/php-src/ext/opcache/jit/ir/
H A Dir_private.h766 ir_list_init(&w->l, size); in ir_worklist_init()
772 ir_list_free(&w->l); in ir_worklist_free()
773 ir_mem_free(w->visited); in ir_worklist_free()
778 return ir_list_len(&w->l); in ir_worklist_len()
783 return ir_list_capasity(&w->l); in ir_worklist_capasity()
788 ir_list_clear(&w->l); in ir_worklist_clear()
789 ir_bitset_clear(w->visited, ir_bitset_len(ir_worklist_capasity(w))); in ir_worklist_clear()
798 ir_bitset_incl(w->visited, val); in ir_worklist_push()
799 IR_ASSERT(ir_list_len(&w->l) < ir_list_capasity(&w->l)); in ir_worklist_push()
806 return ir_list_pop(&w->l); in ir_worklist_pop()
[all …]
H A Dir_aarch64.dasc6199 uint32_t w = 0;
6207 w |= c << (8 * j);
6210 | .long w
/php-src/ext/mbstring/
H A Dmbstring.c3205 } else if (w >= 0x21 && w <= 0x2F) { in estimate_demerits()
3923 if (w >= lo_code && w <= hi_code) { in html_numeric_entity_convert()
3975 w >>= 4; in html_numeric_entity_encode()
3980 w /= 10; in html_numeric_entity_encode()
4123 while ((w >= '0' && w <= '9') || (w >= 'A' && w <= 'F') || (w >= 'a' && w <= 'f')) in html_numeric_entity_decode()
4124 w = *++p2; in html_numeric_entity_decode()
4140 w = *p3++; in html_numeric_entity_decode()
4161 while (w >= '0' && w <= '9') in html_numeric_entity_decode()
4162 w = *++p2; in html_numeric_entity_decode()
6174 if (w < 0x21 || w > 0x7E || w == '=' || w == '?' || w == '_') { in mb_mime_header_encode()
[all …]
/php-src/Zend/
H A Dzend_strtod.c1243 ULong *xa, *xa0, w, y, z; local
1264 w = xa > xa0 ? *--xa : 0;
1265 d1 = y << ((32-Ebits) + k) | w >> (Ebits - k);
1282 w = xa > xa0 ? *--xa : 0;
1284 d1 = z << k + 16 - Ebits | w << k - Ebits | y >> 16 + Ebits - k;
1288 w = xa > xa0 ? *--xa : 0;
1290 d0 = Exp_1 | y << k + 16 | z << k | w >> 16 - k;
1292 d1 = w << k + 16 | y << k;
/php-src/build/
H A Dlibtool.m41168 chmod u+w . 2>&5
5794 _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
H A Dphp.m41025 FILE *fp = fopen("conftestval", "w");
/php-src/.github/workflows/
H A Ddocs.yml24 run: rstfmt --check -w 100 docs/source
/php-src/ext/standard/tests/file/
H A Drename_variation2-win32.phpt18 $fp = fopen($file_path."/rename_variation2-win32.tmp", "w");
H A Dbug39551.phpt6 $bucket = stream_bucket_new(fopen('php://temp', 'w+'), '');
12 $bucket = stream_bucket_new(fopen('php://temp', 'w+'), '');
/php-src/ext/mysqli/
H A Dmysqli_nonapi.c895 MYSQLI_WARNING *w = NULL; local
903 w = php_get_warnings(mysql->mysql->data);
905 if (!w) {
909 mysqli_resource->ptr = mysqli_resource->info = (void *)w;
921 MYSQLI_WARNING *w = NULL; local
929 w = php_get_warnings(mysqli_stmt_get_connection(stmt->stmt));
931 if (!w) {
935 mysqli_resource->ptr = mysqli_resource->info = (void *)w;
/php-src/ext/mysqlnd/
H A Dmysqlnd_connection.c2198 #define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/php-src/sapi/fpm/tests/
H A Dtester.inc521 $desc = $this->outDesc ? [] : [1 => array('pipe', 'w'), 2 => array('redirect', 1)];
1269 '/{{([a-zA-Z0-9:]+)(\[\w+\])?}}/',
H A Dlogtool.inc7 const P_TIME = '\[\d\d-\w\w\w-\d{4} \d\d:\d\d:\d\d(?:\.\d+)?\]';
8 const P_DEBUG = '(?:pid \d+, (?:\w+|\(null\))\(\), line \d+: )?';
/php-src/ext/openssl/tests/
H A DServerClientTestCase.inc114 [['pipe', 'r'], ['pipe', 'w'], STDERR],
/php-src/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt249 0xD3: 0w==
253 0xD7: 1w==
257 0xDB: 2w==
261 0xDF: 3w==
265 0xE3: 4w==
269 0xE7: 5w==
273 0xEB: 6w==
277 0xEF: 7w==
281 0xF3: 8w==
285 0xF7: 9w==
[all …]
/php-src/ext/session/
H A Dsession.c294 unsigned short w; in bin_to_readable() local
301 w = 0; in bin_to_readable()
308 w |= *p++ << have; in bin_to_readable()
318 *out++ = hexconvtab[w & mask]; in bin_to_readable()
319 w >>= nbits; in bin_to_readable()
/php-src/ext/date/
H A Dphp_date.c3762 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
3772 dateobj->time->relative.d = timelib_daynr_from_weeknr(y, w, d); in php_date_isodate_set()
3782 zend_long y, w, d = 1; in PHP_FUNCTION() local
3784 …od_parameters(ZEND_NUM_ARGS(), getThis(), "Oll|l", &object, date_ce_date, &y, &w, &d) == FAILURE) { in PHP_FUNCTION()
3788 php_date_isodate_set(object, y, w, d, return_value); in PHP_FUNCTION()
3798 zend_long y, w, d = 1; in PHP_METHOD() local
3801 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ll|l", &y, &w, &d) == FAILURE) { in PHP_METHOD()
3806 php_date_isodate_set(&new_object, y, w, d, return_value); in PHP_METHOD()
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_documentURI.phpt11 $memory = fopen("php://memory", "w+");
/php-src/ext/gd/libgd/
H A Dgd.c360 i = (R == w) ? 3 : ((G == w) ? 5 : 1); in RGB_to_HWB()
362 RETURN_HWB(i - f / (v - w), w, b); in RGB_to_HWB()
1078 for (w = wstart; w < wstart + wid; w++) { in gdImageLine()
1092 for (w = wstart; w < wstart + wid; w++) { in gdImageLine()
1106 for (w = wstart; w < wstart + wid; w++) { in gdImageLine()
1142 for (w = wstart; w < wstart + wid; w++) { in gdImageLine()
1156 for (w = wstart; w < wstart + wid; w++) { in gdImageLine()
1170 for (w = wstart; w < wstart + wid; w++) { in gdImageLine()
1417 for (w = wstart; w < wstart + wid; w++) { in dashedSet()
1422 for (w = wstart; w < wstart + wid; w++) { in dashedSet()
[all …]
/php-src/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt828 if ($fp = fopen($file, 'w')) {

Completed in 184 milliseconds

12345678910>>...40