Home
last modified time | relevance | path

Searched refs:L (Results 1 – 25 of 150) sorted by relevance

123456

/PHP-7.3/ext/standard/
H A Dcrypt_blowfish.c467 tmp2 = L >> 8; \
469 tmp3 = L >> 16; \
471 tmp4 = L >> 24; \
487 tmp2 = L >> 6; \
489 tmp3 = L >> 14; \
525 R = L; \
533 L = R = 0; \
672 BF_word L, R; in BF_crypt() local
708 L = R = 0; in BF_crypt()
723 *(ptr - 4) = L; in BF_crypt()
[all …]
/PHP-7.3/ext/hash/
H A Dhash_whirlpool.c80 L[0] = in WhirlpoolTransform()
90 L[1] = in WhirlpoolTransform()
99 L[2] = in WhirlpoolTransform()
108 L[3] = in WhirlpoolTransform()
117 L[4] = in WhirlpoolTransform()
126 L[5] = in WhirlpoolTransform()
135 L[6] = in WhirlpoolTransform()
144 L[7] = in WhirlpoolTransform()
164 L[0] = in WhirlpoolTransform()
174 L[1] = in WhirlpoolTransform()
[all …]
/PHP-7.3/ext/readline/
H A Dconfig.m444 -L$READLINE_DIR/$PHP_LIBDIR $PHP_READLINE_LIBS
51 -L$READLINE_DIR/$PHP_LIBDIR $PHP_READLINE_LIBS
58 -L$READLINE_DIR/$PHP_LIBDIR $PHP_READLINE_LIBS
65 -L$READLINE_DIR/$PHP_LIBDIR $PHP_READLINE_LIBS
72 -L$READLINE_DIR/$PHP_LIBDIR $PHP_READLINE_LIBS
105 -L$READLINE_DIR/$PHP_LIBDIR
112 -L$READLINE_DIR/$PHP_LIBDIR
119 -L$READLINE_DIR/$PHP_LIBDIR
126 -L$READLINE_DIR/$PHP_LIBDIR $PHP_READLINE_LIBS
/PHP-7.3/ext/phar/tests/cache_list/files/
H A Dfrontcontroller13.phar4 ������������������� ���index.php/����L�G/������w������� ���oof/test.php3����L�G3���B�Z�������
5 ���oof/hi.php����L�G���|D)�������<?php
/PHP-7.3/ext/phar/tests/files/
H A Dfrontcontroller13.phar4 ������������������� ���index.php/����L�G/������w������� ���oof/test.php3����L�G3���B�Z�������
5 ���oof/hi.php����L�G���|D)�������<?php
/PHP-7.3/win32/
H A Dreaddir.c45 …might_need_prefix = resolvedw_len >= 3 && PHP_WIN32_IOUTIL_IS_LETTERW(resolvedw[0]) && L':' == res… in opendir()
65 if (index >= 0 && filespecw[index] == L'/' || index == 0 && filespecw[index] == L'\\') in opendir()
66 filespecw[index] = L'\0'; in opendir()
67 wcscat(filespecw, L"\\*"); in opendir()
203 …might_need_prefix = dirw_len >= 3 && PHP_WIN32_IOUTIL_IS_LETTERW(dp->dirw[0]) && L':' == dp->dirw[… in rewinddir()
224 if (index >= 0 && (filespecw[index] == L'/' || in rewinddir()
225 (filespecw[index] == L'\\' && index == 0))) in rewinddir()
226 filespecw[index] = L'\0'; in rewinddir()
227 wcscat(filespecw, L"\\*"); in rewinddir()
H A Dioutil.h110 #define PHP_WIN32_IOUTIL_FW_SLASHW L'/'
112 #define PHP_WIN32_IOUTIL_BW_SLASHW L'\\'
117 #define PHP_WIN32_IOUTIL_DEFAULT_DIR_SEPARATORW L';'
119 #define PHP_WIN32_IOUTIL_IS_LETTERW(c) (((c) >= L'a' && (c) <= L'z') || ((c) >= L'A' && (c) <= L'Z'…
120 #define PHP_WIN32_IOUTIL_JUNCTION_PREFIXW L"\\??\\"
122 #define PHP_WIN32_IOUTIL_LONG_PATH_PREFIXW L"\\\\?\\"
124 #define PHP_WIN32_IOUTIL_UNC_PATH_PREFIXW L"\\\\?\\UNC\\"
154 (!((len) >= 1 && L' ' == pathw[(len)-1] || \
155 …(len) > 1 && !PHP_WIN32_IOUTIL_IS_SLASHW(pathw[(len)-2]) && L'.' != pathw[(len)-2] && L'.' == path…
216 ret[mb_len] = L'\0'; in php_win32_ioutil_conv_any_to_w()
[all …]
/PHP-7.3/ext/standard/tests/strings/
H A Dpack.phpt30 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)));
/PHP-7.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_defs.h36 #define NULL (0L)
38 #define NULL (void *)(0L)
/PHP-7.3/ext/xmlrpc/tests/
H A Dbug71501.phpt9 $params = 'Lê Trung Hiếu';
19 <string>Lê Trung Hiếu</string>
/PHP-7.3/ext/interbase/
H A Dconfig.m441 -L$IBASE_LIBDIR
44 -L$IBASE_LIBDIR
47 -L$IBASE_LIBDIR
/PHP-7.3/ext/phar/
H A Dshortarc.php117 $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-7.3/ext/pcre/tests/
H A Drecursion_limit.phpt15 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-7.3/ext/recode/
H A Dconfig.m438 LDFLAGS="$LDFLAGS -L$RECODE_DIR/$RECODE_LIB"
48 AC_MSG_ERROR(I cannot link librecode (-L$RECODE_DIR/$RECODE_LIB -lrecode). Is it installed?)
53 -L$RECODE_DIR/$RECODE_LIB
/PHP-7.3/ext/openssl/tests/
H A Dopenssl_x509_parse_basic.phpt18 …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 Dbug39217cert1.txt8 hvcNAQEBBQADgY0AMIGJAoGBAL2t4aX933WXYlofuY+L+16Tdl/KxpAammyfcW8u
/PHP-7.3/Zend/
H A Dconfigure.ac62 #if HAVE_DECL_ISNAN && (!defined(__cplusplus) || __cplusplus < 201103L)
71 #if HAVE_DECL_ISINF && (!defined(__cplusplus) || __cplusplus < 201103L)
82 #if HAVE_DECL_ISFINITE && (!defined(__cplusplus) || __cplusplus < 201103L)
119 LDFLAGS="$LDFLAGS -L/usr/pkg/lib"
H A Dzend_strtod.c1212 Long L; local
1230 L = -L >> Exp_shift;
1238 word1(&u) = L >= 31 ? 1 : 1 << 31 - L;
1984 L = 0;
1999 *x++ = L;
2000 L = 0;
2006 *x++ = L;
2543 Long L; local
2708 L = 10*L + c - '0';
3756 Long L; local
[all …]
H A Dzend_virtual_cwd.c224 if(targetw[0] == L'\\' && targetw[1] == L'\\' && targetw[2] == L'?' && targetw[3] == L'\\') { in php_sys_readlink()
228 if (targetw_len > 7 && targetw[4] == L'U' && targetw[5] == L'N' && targetw[6] == L'C') { in php_sys_readlink()
230 targetw[offset] = L'\\'; in php_sys_readlink()
276 if (pathw_len >= 1 && pathw[1] == L':') { in php_sys_stat_ex()
277 if (pathw[0] >= L'A' && pathw[0] <= L'Z') { in php_sys_stat_ex()
278 buf->st_dev = buf->st_rdev = pathw[0] - L'A'; in php_sys_stat_ex()
280 buf->st_dev = buf->st_rdev = pathw[0] - L'a'; in php_sys_stat_ex()
288 if (cur_path[1] == L':') { in php_sys_stat_ex()
289 if (pathw[0] >= L'A' && pathw[0] <= L'Z') { in php_sys_stat_ex()
966 tmpsubstname[substitutename_len] = L'\0'; in tsrm_realpath_r()
[all …]
H A Dzend_errors.h23 #define E_ERROR (1<<0L)
/PHP-7.3/ext/date/tests/
H A Dgmdate_variation7.phpt19 var_dump( gmdate('L', $timestamp_non_leap_year) );
22 var_dump( gmdate('L') );
23 var_dump( gmdate('L', $timestamp) );
/PHP-7.3/ext/standard/tests/array/
H A Darray_rand_variation4.phpt155 string\([0-9]*\) "[#&!N <\n\t'"\0]*[U#$>]*[rL]*[L]*"
158 string\([0-9]*\) "[#&!N <\n\t'"\0]*[U#$>]*[rL]*[L]*"
163 string\([0-9]*\) "[#&!N <\n\t'"\0]*[U#$>]*[rL]*[L]*"
165 string\([0-9]*\) "[#&!N <\n\t'"\0]*[U#$>]*[rL]*[L]*"
/PHP-7.3/ext/phar/tests/
H A Dphar_createdefaultstub.phpt158 if ($L[1] - strlen($m) < 8192) {
159 $read = $L[1] - strlen($m);
165 if (strlen($m) < $L[1]) {
168 $L[1] . '"');
452 if ($L[1] - strlen($m) < 8192) {
453 $read = $L[1] - strlen($m);
459 if (strlen($m) < $L[1]) {
462 $L[1] . '"');
755 $read = $L[1] - strlen($m);
761 if (strlen($m) < $L[1]) {
[all …]
H A Dphar_setdefaultstub.phpt178 if ($L[1] - strlen($m) < 8192) {
179 $read = $L[1] - strlen($m);
185 if (strlen($m) < $L[1]) {
188 $L[1] . '"');
473 if ($L[1] - strlen($m) < 8192) {
474 $read = $L[1] - strlen($m);
480 if (strlen($m) < $L[1]) {
483 $L[1] . '"');
769 $read = $L[1] - strlen($m);
775 if (strlen($m) < $L[1]) {
[all …]
/PHP-7.3/ext/standard/tests/time/
H A Didate.phpt28 L: 0

Completed in 63 milliseconds

123456