/PHP-8.0/ext/opcache/jit/dynasm/ |
H A D | minilua.c | 1124 #define inc_ci(L)((L->ci==L->end_ci)?growCI(L):(condhardstacktests(luaD_reallocCI(L,L->size_ci)),++… 2384 L->base=L->top=L->ci->base; 2581 setobj(L,L->top,L->top-1); 2606 z->L=L; 2741 ls->L=L; 3880 fs->L=L; 5575 setthvalue(L,L->top,L); 6114 B->L=L; 7380 ms.L=L; 7412 ms.L=L; [all …]
|
/PHP-8.0/ext/standard/ |
H A D | crypt_blowfish.c | 454 tmp2 = L >> 8; \ 456 tmp3 = L >> 16; \ 458 tmp4 = L >> 24; \ 474 tmp2 = L >> 6; \ 476 tmp3 = L >> 14; \ 512 R = L; \ 516 L = R = 0; \ 651 BF_word L, R; in BF_crypt() local 687 L = R = 0; in BF_crypt() 702 *(ptr - 4) = L; in BF_crypt() [all …]
|
/PHP-8.0/ext/hash/ |
H A D | hash_whirlpool.c | 78 L[0] = in WhirlpoolTransform() 88 L[1] = in WhirlpoolTransform() 97 L[2] = in WhirlpoolTransform() 106 L[3] = in WhirlpoolTransform() 115 L[4] = in WhirlpoolTransform() 124 L[5] = in WhirlpoolTransform() 133 L[6] = in WhirlpoolTransform() 142 L[7] = in WhirlpoolTransform() 162 L[0] = in WhirlpoolTransform() 172 L[1] = in WhirlpoolTransform() [all …]
|
/PHP-8.0/win32/ |
H A D | ioutil.c | 584 *(endw+1) = L'\0'; in php_win32_ioutil_dirname() 759 ret_real[0] = L'\\'; in php_win32_ioutil_realpath_h() 1075 ((reparse_target[4] >= L'A' && reparse_target[4] <= L'Z') || in php_win32_ioutil_readlink_int() 1076 (reparse_target[4] >= L'a' && reparse_target[4] <= L'z')) && in php_win32_ioutil_readlink_int() 1084 (reparse_target[4] == L'U' || reparse_target[4] == L'u') && in php_win32_ioutil_readlink_int() 1085 (reparse_target[5] == L'N' || reparse_target[5] == L'n') && in php_win32_ioutil_readlink_int() 1086 (reparse_target[6] == L'C' || reparse_target[6] == L'c') && in php_win32_ioutil_readlink_int() 1113 ((reparse_target[4] >= L'A' && reparse_target[4] <= L'Z') || in php_win32_ioutil_readlink_int() 1114 (reparse_target[4] >= L'a' && reparse_target[4] <= L'z')) && in php_win32_ioutil_readlink_int() 1192 if(target[0] == L'\\' && target[1] == L'\\' && target[2] == L'?' && target[3] == L'\\') { in php_win32_ioutil_readlink_w() [all …]
|
H A D | readdir.c | 46 …might_need_prefix = resolvedw_len >= 3 && PHP_WIN32_IOUTIL_IS_LETTERW(resolvedw[0]) && L':' == res… in opendir() 66 if (index >= 0 && filespecw[index] == L'/' || index == 0 && filespecw[index] == L'\\') in opendir() 67 filespecw[index] = L'\0'; in opendir() 68 wcscat(filespecw, L"\\*"); in opendir() 164 …might_need_prefix = dirw_len >= 3 && PHP_WIN32_IOUTIL_IS_LETTERW(dp->dirw[0]) && L':' == dp->dirw[… in rewinddir() 185 if (index >= 0 && (filespecw[index] == L'/' || in rewinddir() 186 (filespecw[index] == L'\\' && index == 0))) in rewinddir() 187 filespecw[index] = L'\0'; in rewinddir() 188 wcscat(filespecw, L"\\*"); in rewinddir()
|
H A D | ioutil.h | 113 #define PHP_WIN32_IOUTIL_FW_SLASHW L'/' 115 #define PHP_WIN32_IOUTIL_BW_SLASHW L'\\' 120 #define PHP_WIN32_IOUTIL_DEFAULT_DIR_SEPARATORW L';' 122 #define PHP_WIN32_IOUTIL_IS_LETTERW(c) (((c) >= L'a' && (c) <= L'z') || ((c) >= L'A' && (c) <= L'Z'… 123 #define PHP_WIN32_IOUTIL_JUNCTION_PREFIXW L"\\??\\" 125 #define PHP_WIN32_IOUTIL_LONG_PATH_PREFIXW L"\\\\?\\" 127 #define PHP_WIN32_IOUTIL_UNC_PATH_PREFIXW L"\\\\?\\UNC\\" 157 (!((len) >= 1 && L' ' == pathw[(len)-1] || \ 158 …(len) > 1 && !PHP_WIN32_IOUTIL_IS_SLASHW(pathw[(len)-2]) && L'.' != pathw[(len)-2] && L'.' == path… 219 ret[mb_len] = L'\0'; in php_win32_ioutil_conv_any_to_w() [all …]
|
H A D | winutil.c | 40 …for (pw = bufw + wcslen(bufw) - 1; pw >= bufw && (*pw == L'\r' || *pw == L'\n' || *pw == L'.'); pw… in php_win32_error_to_msg() 41 pw[1] = L'\0'; in php_win32_error_to_msg()
|
/PHP-8.0/ext/pcre/tests/ |
H A D | bug79363.phpt | 2 Bug #79363 (\p{L} doesn't work alongside \p{Arabic} in a character class) 6 var_dump(preg_replace('/[\p{L}\p{Arabic}]/', '0', $str)); 7 var_dump(preg_replace('/[^\p{L}\p{Arabic}]/', '0', $str));
|
H A D | recursion_limit.phpt | 15 var_dump(preg_match_all('/\p{Ll}(\p{L}((\p{Ll}\p{Ll})))/', 'aeiou', $dummy)); 18 var_dump(preg_match_all('/\p{Ll}\p{L}\p{Ll}\p{Ll}/', 'aeiou', $dummy));
|
/PHP-8.0/ext/phar/tests/cache_list/files/ |
H A D | frontcontroller13.phar | 4 � index.php/�L�G/���w�oof/test.php3�L�G3B�Z� 5 oof/hi.php�L�G|D)�<?php
|
/PHP-8.0/ext/phar/tests/files/ |
H A D | frontcontroller13.phar | 4 � index.php/�L�G/���w�oof/test.php3�L�G3B�Z� 5 oof/hi.php�L�G|D)�<?php
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | pack.phpt | 30 print_r(unpack("L", pack("L", 65534))); 31 print_r(unpack("L", pack("L", 0))); 32 print_r(unpack("L", pack("L", 2147483650))); 33 print_r(unpack("L", pack("L", 4294967295))); 34 print_r(unpack("L", pack("L", -2147483648)));
|
H A D | bug61764.phpt | 10 print_r(unpack('I', pack('L', -30000)));
|
/PHP-8.0/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_defs.h | 36 #define NULL (0L) 38 #define NULL (void *)(0L)
|
/PHP-8.0/ext/readline/ |
H A D | config.m4 | 47 -L$READLINE_DIR/$PHP_LIBDIR $PHP_READLINE_LIBS 54 -L$READLINE_DIR/$PHP_LIBDIR $PHP_READLINE_LIBS 61 -L$READLINE_DIR/$PHP_LIBDIR $PHP_READLINE_LIBS 68 -L$READLINE_DIR/$PHP_LIBDIR $PHP_READLINE_LIBS 75 -L$READLINE_DIR/$PHP_LIBDIR $PHP_READLINE_LIBS
|
/PHP-8.0/ext/phar/ |
H A D | shortarc.php | 117 $L = unpack('V', $a = (binary)fread($fp, 4)); 122 if ($L[1] - strlen($m) < 8192) { 123 $read = $L[1] - strlen($m); 127 } while (strlen($last) && strlen($m) < $L[1]); 129 if (strlen($m) < $L[1]) { 132 $L[1] . '"');
|
/PHP-8.0/ext/mbstring/tests/ |
H A D | mb_http_input.phpt | 26 var_dump(mb_http_input('L')); 46 mb_http_input(): Argument #1 ($type) must be one of "G", "P", "C", "S", "I", or "L"
|
/PHP-8.0/ext/date/tests/ |
H A D | gmdate_variation7.phpt | 13 var_dump( gmdate('L', $timestamp_non_leap_year) ); 16 var_dump( gmdate('L') ); 17 var_dump( gmdate('L', $timestamp) );
|
/PHP-8.0/ext/openssl/tests/ |
H A D | openssl_x509_parse_basic.phpt | 18 …string(96) "/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnange… 25 ["L"]=> 40 ["L"]=> 157 DirName:/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnangelo@ph… 166 …string(96) "/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnange… 305 DirName:/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnangelo@ph…
|
H A D | bug39217cert1.txt | 8 hvcNAQEBBQADgY0AMIGJAoGBAL2t4aX933WXYlofuY+L+16Tdl/KxpAammyfcW8u
|
/PHP-8.0/Zend/ |
H A D | zend_strtod.c | 1215 Long L; local 1233 L = -L >> Exp_shift; 1241 word1(&u) = L >= 31 ? 1 : 1 << 31 - L; 1987 L = 0; 2002 *x++ = L; 2003 L = 0; 2009 *x++ = L; 2546 Long L; local 2711 L = (Long) (10*(ULong)L + (c - '0')); 3759 Long L; local [all …]
|
H A D | zend_errors.h | 23 #define E_ERROR (1<<0L)
|
/PHP-8.0/ext/standard/tests/array/ |
H A D | array_rand_variation4.phpt | 150 string\([0-9]*\) "[#&!N <\n\t'"\0]*[U#$>]*[rL]*[L]*" 153 string\([0-9]*\) "[#&!N <\n\t'"\0]*[U#$>]*[rL]*[L]*" 158 string\([0-9]*\) "[#&!N <\n\t'"\0]*[U#$>]*[rL]*[L]*" 160 string\([0-9]*\) "[#&!N <\n\t'"\0]*[U#$>]*[rL]*[L]*"
|
/PHP-8.0/ext/opcache/tests/ |
H A D | preload_variance.inc | 38 // Requires K & L, delay to runtime. 43 public function method($a): L {}
|
/PHP-8.0/ext/standard/tests/time/ |
H A D | idate.phpt | 28 L: 0
|