/PHP-8.3/ext/standard/ |
H A D | php_crypt_r.c | 109 int pl; in php_md5_crypt_r() local 144 for (pl = pwl; pl > 0; pl -= 16) in php_md5_crypt_r() 145 PHP_MD5Update(&ctx, final, (unsigned int)(pl > 16 ? 16 : pl)); in php_md5_crypt_r()
|
/PHP-8.3/ext/opcache/jit/dynasm/ |
H A D | dasm_mips.h | 194 int *pl, n = action >= DASM_REL_PC ? va_arg(ap, int) : 0; in dasm_put() local 204 n = (ins & 2047) - 10; pl = D->lglabels + n; in dasm_put() 206 if (n >= 0) { CK(n>=10||*pl<0, RANGE_LG); CKPL(lg, LG); goto putrel; } in dasm_put() 207 pl += 10; n = *pl; in dasm_put() 211 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put() 213 n = *pl; in dasm_put() 219 *pl = pos; in dasm_put() 224 pl = D->lglabels + (ins & 2047) - 10; CKPL(lg, LG); goto putlabel; in dasm_put() 226 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put() 228 n = *pl; /* n > 0: Collapse rel chain and replace with label pos. */ in dasm_put() [all …]
|
H A D | dasm_ppc.h | 194 int *pl, n = action >= DASM_REL_PC ? va_arg(ap, int) : 0; in dasm_put() local 204 n = (ins & 2047) - 10; pl = D->lglabels + n; in dasm_put() 206 if (n >= 0) { CK(n>=10||*pl<0, RANGE_LG); CKPL(lg, LG); goto putrel; } in dasm_put() 207 pl += 10; n = *pl; in dasm_put() 211 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put() 213 n = *pl; in dasm_put() 219 *pl = pos; in dasm_put() 224 pl = D->lglabels + (ins & 2047) - 10; CKPL(lg, LG); goto putlabel; in dasm_put() 226 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put() 228 n = *pl; /* n > 0: Collapse rel chain and replace with label pos. */ in dasm_put() [all …]
|
H A D | dasm_arm.h | 203 int *pl, n = action >= DASM_REL_PC ? va_arg(ap, int) : 0; in dasm_put() local 213 n = (ins & 2047) - 10; pl = D->lglabels + n; in dasm_put() 215 if (n >= 0) { CK(n>=10||*pl<0, RANGE_LG); CKPL(lg, LG); goto putrel; } in dasm_put() 216 pl += 10; n = *pl; in dasm_put() 220 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put() 222 n = *pl; in dasm_put() 228 *pl = pos; in dasm_put() 233 pl = D->lglabels + (ins & 2047) - 10; CKPL(lg, LG); goto putlabel; in dasm_put() 235 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put() 237 n = *pl; /* n > 0: Collapse rel chain and replace with label pos. */ in dasm_put() [all …]
|
H A D | dasm_arm64.h | 245 int *pl, n = action >= DASM_REL_PC ? va_arg(ap, int) : 0; in dasm_put() local 255 n = (ins & 2047) - 10; pl = D->lglabels + n; in dasm_put() 257 if (n >= 0) { CK(n>=10||*pl<0, RANGE_LG); CKPL(lg, LG); goto putrel; } in dasm_put() 258 pl += 10; n = *pl; in dasm_put() 262 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put() 264 n = *pl; in dasm_put() 270 *pl = pos; in dasm_put() 280 pl = D->lglabels + (ins & 2047) - 10; CKPL(lg, LG); goto putlabel; in dasm_put() 282 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put() 284 n = *pl; /* n > 0: Collapse rel chain and replace with label pos. */ in dasm_put() [all …]
|
H A D | dasm_x86.h | 169 do { if ((size_t)((char *)pl-(char *)D->kind##labels) >= D->kind##size) { \ 229 int *pl, n; in dasm_put() local 233 n = *p++; pl = D->lglabels + n; in dasm_put() 235 if (n <= 246) { CK(n>=10||*pl<0, RANGE_LG); CKPL(lg, LG); goto putrel; } in dasm_put() 236 pl -= 246; n = *pl; in dasm_put() 240 case DASM_IMM_PC: pl = D->pclabels + va_arg(ap, int); CKPL(pc, PC); in dasm_put() 242 n = *pl; in dasm_put() 248 *pl = pos; in dasm_put() 259 case DASM_LABEL_PC: pl = D->pclabels + va_arg(ap, int); CKPL(pc, PC); in dasm_put() 261 n = *pl; /* n > 0: Collapse rel chain and replace with label pos. */ in dasm_put() [all …]
|
H A D | dasm_arm.lua | 235 eq = 0, ne = 1, cs = 2, cc = 3, mi = 4, pl = 5, vs = 6, vc = 7,
|
H A D | dasm_arm64.lua | 242 eq = 0, ne = 1, cs = 2, cc = 3, mi = 4, pl = 5, vs = 6, vc = 7,
|
/PHP-8.3/win32/ |
H A D | console.c | 97 DWORD pl[1]; in php_win32_console_is_own() local 104 ret1 = GetConsoleProcessList(pl, 1) == 1; in php_win32_console_is_own()
|
H A D | glob.c | 240 const Char *pe, *pm, *pl; in globexp2() local 276 for (i = 0, pl = pm = ptr; pm <= pe; pm++) { in globexp2() 308 for (lm = ls; (pl < pm); *lm++ = *pl++) in globexp2() 315 for (pl = pe + 1; (*lm++ = *pl++) != EOS; ) in globexp2() 325 pl = pm + 1; in globexp2()
|
/PHP-8.3/ext/spl/tests/ |
H A D | RecursiveDirectoryIterator_getSubPath_basic.phpt | 4 Pawel Krynicki <pawel [dot] krynicki [at] xsolve [dot] pl>
|
H A D | RecursiveDirectoryIterator_getSubPathname_basic.phpt | 4 Pawel Krynicki <pawel [dot] krynicki [at] xsolve [dot] pl>
|
/PHP-8.3/ext/soap/tests/bugs/ |
H A D | bug39832.phpt | 11 …lns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test.pl"><SOAP-ENV:Body>
|
/PHP-8.3/Zend/ |
H A D | zend_ast.c | 1695 pl = _pl; \ 1703 pl = _pl; \ 1715 pl = _pl; \ 1737 int p, pl, pr; in zend_ast_export_ex() local 2510 zend_ast_export_ex(str, ast->child[0], pl, indent); in zend_ast_export_ex() 2519 zend_ast_export_ex(str, ast->child[0], pl, indent); in zend_ast_export_ex() 2525 zend_ast_export_ex(str, ast->child[0], pl, indent); in zend_ast_export_ex()
|
H A D | zend_API.c | 826 size_t *pl = va_arg(*va, size_t *); in zend_parse_arg_impl() local 827 if (!zend_parse_arg_string(arg, p, pl, check_null, arg_num)) { in zend_parse_arg_impl() 836 size_t *pl = va_arg(*va, size_t *); in zend_parse_arg_impl() local 837 if (!zend_parse_arg_path(arg, p, pl, check_null, arg_num)) { in zend_parse_arg_impl()
|
/PHP-8.3/ext/hash/tests/ |
H A D | fnv1a32.phpt | 115 array( 'tS,\\U==l^}E+pl" L\'PG#E', '7163befc' ),
|
H A D | fnv1a64.phpt | 13 array( 'pl', '08d53c07b5755019' ),
|
/PHP-8.3/ext/standard/tests/misc/ |
H A D | browscap.ini | 831 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Onet.pl Szukaj 833 [Onet.pl Szukaj] 835 Browser="Onet.pl Szukaj" 842 Parent=Onet.pl Szukaj 845 [Onet.pl SA, http://szukaj.onet.pl] 846 Parent=Onet.pl Szukaj argument 847 Browser="Onet.pl" argument
|
H A D | user_agents.txt | 954 Opera/7.54 (Windows NT 5.1; U) [pl]
|
H A D | get_browser_variation3.phpt | 1921 Agent Opera/7.54 (Windows NT 5.1; U) [pl]
|
/PHP-8.3/docs/ |
H A D | release-process.md | 787 and release a patch-level (i.e., *pl*) release. If it is not critical and/or
|
/PHP-8.3/ext/mbstring/tests/data/ |
H A D | KSX1001.txt | 41 # egrep -v '^0x([8-9]...|A0..|..[4-9].|..A0)' | perl tab.pl 43 # where tab.pl is as following 44 #----------tab.pl
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 619 # android-backup-extractor/perl/backupencrypt.pl 5539 # From: Przemyslaw Augustyniak <silvathraec@rpg.pl> 7478 # https://sd.ascon.ru/otrs/customer.pl?Action=CustomerFAQ&CategoryID=4&ItemID=292 23918 # From: Zbigniew Jedrzejewski-Szmek <zbyszek@in.waw.pl> 26450 # Submitted by: Tomasz Trojanowski <tomek@uninet.com.pl>
|
H A D | magic私はガラスを食べられます | 619 # android-backup-extractor/perl/backupencrypt.pl 5539 # From: Przemyslaw Augustyniak <silvathraec@rpg.pl> 7478 # https://sd.ascon.ru/otrs/customer.pl?Action=CustomerFAQ&CategoryID=4&ItemID=292 23918 # From: Zbigniew Jedrzejewski-Szmek <zbyszek@in.waw.pl> 26450 # Submitted by: Tomasz Trojanowski <tomek@uninet.com.pl>
|