/php-src/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-src/ext/opcache/jit/ir/dynasm/ |
H A D | dasm_mips.h | 189 int *pl, n = action >= DASM_REL_PC ? va_arg(ap, int) : 0; in dasm_put() local 199 n = (ins & 2047) - 10; pl = D->lglabels + n; in dasm_put() 201 if (n >= 0) { CK(n>=10||*pl<0, RANGE_LG); CKPL(lg, LG); goto putrel; } in dasm_put() 202 pl += 10; n = *pl; in dasm_put() 206 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put() 208 n = *pl; in dasm_put() 214 *pl = pos; in dasm_put() 219 pl = D->lglabels + (ins & 2047) - 10; CKPL(lg, LG); goto putlabel; in dasm_put() 221 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put() 223 n = *pl; /* n > 0: Collapse rel chain and replace with label pos. */ in dasm_put() [all …]
|
H A D | dasm_ppc.h | 189 int *pl, n = action >= DASM_REL_PC ? va_arg(ap, int) : 0; in dasm_put() local 199 n = (ins & 2047) - 10; pl = D->lglabels + n; in dasm_put() 201 if (n >= 0) { CK(n>=10||*pl<0, RANGE_LG); CKPL(lg, LG); goto putrel; } in dasm_put() 202 pl += 10; n = *pl; in dasm_put() 206 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put() 208 n = *pl; in dasm_put() 214 *pl = pos; in dasm_put() 219 pl = D->lglabels + (ins & 2047) - 10; CKPL(lg, LG); goto putlabel; in dasm_put() 221 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put() 223 n = *pl; /* n > 0: Collapse rel chain and replace with label pos. */ in dasm_put() [all …]
|
H A D | dasm_arm.h | 198 int *pl, n = action >= DASM_REL_PC ? va_arg(ap, int) : 0; in dasm_put() local 208 n = (ins & 2047) - 10; pl = D->lglabels + n; in dasm_put() 210 if (n >= 0) { CK(n>=10||*pl<0, RANGE_LG); CKPL(lg, LG); goto putrel; } in dasm_put() 211 pl += 10; n = *pl; in dasm_put() 215 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put() 217 n = *pl; in dasm_put() 223 *pl = pos; in dasm_put() 228 pl = D->lglabels + (ins & 2047) - 10; CKPL(lg, LG); goto putlabel; in dasm_put() 230 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put() 232 n = *pl; /* n > 0: Collapse rel chain and replace with label pos. */ in dasm_put() [all …]
|
H A D | dasm_x86.h | 157 do { if ((size_t)((char *)pl-(char *)D->kind##labels) >= D->kind##size) { \ 219 int *pl, n; in dasm_put() local 223 n = *p++; pl = D->lglabels + n; in dasm_put() 225 if (n <= 246) { CK(n>=10||*pl<0, RANGE_LG); CKPL(lg, LG); goto putrel; } in dasm_put() 226 pl -= 246; n = *pl; in dasm_put() 230 case DASM_IMM_PC: pl = D->pclabels + va_arg(ap, int); CKPL(pc, PC); in dasm_put() 232 n = *pl; in dasm_put() 238 *pl = pos; in dasm_put() 249 case DASM_LABEL_PC: pl = D->pclabels + va_arg(ap, int); CKPL(pc, PC); in dasm_put() 251 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_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-src/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-src/ext/dom/lexbor/lexbor/core/ |
H A D | dtoa.c | 196 lexbor_diyfp_t pl, mi; in lexbor_diyfp_normalize_boundaries() local 198 pl = lexbor_diyfp_normalize_boundary(lexbor_diyfp((v.significand << 1) + 1, in lexbor_diyfp_normalize_boundaries() 208 mi.significand <<= mi.exp - pl.exp; in lexbor_diyfp_normalize_boundaries() 209 mi.exp = pl.exp; in lexbor_diyfp_normalize_boundaries() 211 *plus = pl; in lexbor_diyfp_normalize_boundaries()
|
/php-src/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-src/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-src/Zend/ |
H A D | zend_ast.c | 1805 pl = _pl; \ 1813 pl = _pl; \ 1825 pl = _pl; \ 1847 int p, pl, pr; in zend_ast_export_ex() local 2646 zend_ast_export_ex(str, ast->child[0], pl, indent); in zend_ast_export_ex() 2655 zend_ast_export_ex(str, ast->child[0], pl, indent); in zend_ast_export_ex() 2661 zend_ast_export_ex(str, ast->child[0], pl, indent); in zend_ast_export_ex()
|
H A D | zend_API.c | 876 size_t *pl = va_arg(*va, size_t *); in zend_parse_arg_impl() local 877 if (!zend_parse_arg_string(arg, p, pl, check_null, arg_num)) { in zend_parse_arg_impl() 886 size_t *pl = va_arg(*va, size_t *); in zend_parse_arg_impl() local 887 if (!zend_parse_arg_path(arg, p, pl, check_null, arg_num)) { in zend_parse_arg_impl()
|
/php-src/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-src/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-src/docs/ |
H A D | release-process.md | 808 and release a patch-level (i.e., *pl*) release. If it is not critical and/or
|
/php-src/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-src/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>
|