Home
last modified time | relevance | path

Searched refs:ll (Results 1 – 25 of 36) sorted by path

12

/PHP-7.4/
H A DCODING_STANDARDS.md43 they'll take advantage of the length property, both for efficiency and in
H A DCONTRIBUTING.md293 changes themselves. We'll assume you're basically familiar with Git, but feel
/PHP-7.4/TSRM/
H A Dtsrm_win32.c782 LONGLONG ll; in UnixTimeToFileTime() local
784 ll = t * 10000000LL + 116444736000000000LL; in UnixTimeToFileTime()
785 pft->dwLowDateTime = (DWORD)ll; in UnixTimeToFileTime()
786 pft->dwHighDateTime = ll >> 32; in UnixTimeToFileTime()
/PHP-7.4/Zend/tests/
H A Dbug38779.phpt10 $this->data = '<' . "?php \n\"\";ll l\n ?" . '>';
H A Dbug38779_1.phpt10 $this->data = '<' . "?php \n\"\";ll l\n ?" . '>';
H A Doct_overflow_char.phpt6 // "abc", ordinarily 'b' would be \142, but we'll deliberately overflow the value by \400
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c546 j = tsrm_realpath_r(path, start, i-1, ll, t, use_realpath, 1, NULL); in tsrm_realpath_r()
650 if(++(*ll) > LINK_MAX) { in tsrm_realpath_r()
689 (*ll)--; in tsrm_realpath_r()
857 j = tsrm_realpath_r(path, 0, j, ll, t, 0, is_dir, &directory); in tsrm_realpath_r()
875 j = tsrm_realpath_r(path, start, i + j, ll, t, use_realpath, is_dir, &directory); in tsrm_realpath_r()
912 if (++(*ll) > LINK_MAX || (j = (size_t)php_sys_readlink(tmp, path, MAXPATHLEN)) == (size_t)-1) { in tsrm_realpath_r()
919 j = tsrm_realpath_r(path, 1, j, ll, t, use_realpath, is_dir, &directory); in tsrm_realpath_r()
932 j = tsrm_realpath_r(path, start, i + j, ll, t, use_realpath, is_dir, &directory); in tsrm_realpath_r()
958 j = tsrm_realpath_r(path, start, i-1, ll, t, save ? CWD_FILEPATH : use_realpath, 1, NULL); in tsrm_realpath_r()
1019 int ll = 0; in virtual_file_ex() local
[all …]
/PHP-7.4/build/
H A Dltmain.sh2210 ll="$l"
2212 if test "X$ll" = "X$old_library" ; then # only static version available
4311 # different ones for PIC/non-PIC, this we'll have to duplicate
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug66431_1.phpt37 /* trim the returned text as we'll get windows eol from a word doc. */
/PHP-7.4/ext/date/lib/
H A Dtimelib.h133 # define TIMELIB_LL_CONST(n) n ## ll
/PHP-7.4/ext/exif/
H A Dexif.c3818 unsigned int ll, lh; in exif_scan_JPEG_header() local
3868 if ((ll = php_stream_getc(ImageInfo->infile)) == (unsigned int)EOF) { in exif_scan_JPEG_header()
3873 itemlen = (lh << 8) | ll; in exif_scan_JPEG_header()
3877 …LL EXIFERR_CC, ImageInfo, E_WARNING, "%s, Section length: 0x%02X%02X", EXIF_ERROR_CORRUPT, lh, ll); in exif_scan_JPEG_header()
3889 Data[1] = (uchar)ll; in exif_scan_JPEG_header()
/PHP-7.4/ext/ffi/
H A Dffi.g848 /0[0-7]*([Uu](L|l|LL|l)?|[Ll][Uu]?|(LL|ll)[Uu])?/
853 /[1-9][0-9]*([Uu](L|l|LL|l)?|[Ll][Uu]?|(LL|ll)[Uu])?/
858 /0[xX][0-9A-Fa-f][0-9A-Fa-f]*([Uu](L|l|LL|l)?|[Ll][Uu]?|(LL|ll)[Uu])?/
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1671 #define INT64_T_FORMAT "ll"
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic159 # always under 150 or so, but as this isn't rigorous, we'll wait on that until
2689 # Please notify me of any real-world fishy/ambiguous signatures and I'll try
7299 # If the product code is 5 digits, we'll need to backspace here.
21937 # file of ePub or OpenDocument, we'll have to scan for a filename
25463 # we'll print out e.g. 0x30 instead of the more human-readable
H A Dmagic私はガラスを食べられます159 # always under 150 or so, but as this isn't rigorous, we'll wait on that until
2689 # Please notify me of any real-world fishy/ambiguous signatures and I'll try
7299 # If the product code is 5 digits, we'll need to backspace here.
21937 # file of ePub or OpenDocument, we'll have to scan for a filename
25463 # we'll print out e.g. 0x30 instead of the more human-readable
/PHP-7.4/ext/mbstring/tests/
H A Dbug54494.phpt13 $stringOr = "hällö wörld\n";
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt91 // hopefully we'll never see a file name that's not covered by this regular expression...
H A Dmysqli_fetch_array.phpt122 // Don't expect a unicode value from the database, you'll get binary string
/PHP-7.4/ext/pcre/
H A Dconfig0.m41 dnl By default we'll compile and link against the bundled PCRE library. If
2 dnl --with-external-pcre is supplied, we'll use that for linking.
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h456 #define SLJIT_W(w) (w##ll)
/PHP-7.4/ext/pdo_dblib/
H A Dconfig.w327 * otherwise we'll poke around and look for MSSQL libs */
/PHP-7.4/ext/pdo_odbc/tests/
H A Dlong_columns.phpt35 // -otherwise, you'll have to open MS Access, create a database, then load that file in this …
/PHP-7.4/ext/spl/tests/
H A DSplDoublyLinkedList_offsetUnset_greater_than_elements.phpt7 $ll = new SplDoublyLinkedList();
9 $ll->push('1');
10 $ll->push('2');
11 $ll->push('3');
15 $ll->offsetUnset($ll->count() + 1);
17 var_dump($ll);
/PHP-7.4/ext/standard/html_tables/
H A Dents_html5.txt1270 ll 0226A
/PHP-7.4/ext/standard/tests/file/
H A Dbug38086.txt3 I'll break these chains
5 I'll tear you down into my private hell

Completed in 207 milliseconds

12