Home
last modified time | relevance | path

Searched refs:ll (Results 1 – 25 of 48) sorted by relevance

12

/php-src/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-src/ext/standard/tests/strings/
H A Dchunk_split_variation12.phpt54 "To check " in heredoc".I'm sure it'll \work!
137ll \work!r to check"To check " in heredoc".I'm sure it'll \work! with here"To check " in heredoc".…
138ll \work!i@! ch@r$ "To check " in heredoc".I'm sure it'll \work!__with wro"To check " in heredoc".…
H A Dunpack_offset.phpt5 $data = "pad" . pack("ll", 0x01020304, 0x05060708);
H A Dchunk_split_variation4.phpt54 I'm sure it'll work also with \
158 ll w
H A Dstr_split_variation5.phpt54 I'm sure it'll work also with \
154 string(10) "re it'll w"
H A Dstr_split_variation3.phpt114 string(7) "ll char"
/php-src/ext/standard/tests/file/
H A Dbug38086.txt3 I'll break these chains
5 I'll tear you down into my private hell
H A Dstream_copy_to_stream.phpt156 I'll break these chains
158 I'll tear you down into my private hell
165 I'll break these chains
167 I'll tear you down into my private hell
178 I'll break these chains
180 I'll tear you down into my private hell
/php-src/Zend/tests/
H A Doct_overflow_char.phpt6 // "abc", ordinarily 'b' would be \142, but we'll deliberately overflow the value by \400
H A Dgh11222.phpt10 // force that it'll be rehashed by adding enough holes
H A Dbug38779.phpt11 $this->data = '<' . "?php \n\"\";ll l\n ?" . '>';
H A Dbug38779_1.phpt11 $this->data = '<' . "?php \n\"\";ll l\n ?" . '>';
H A Ddim_assign_001.phpt9 * We'll do it in a loop, so that if JIT is enabled, the code will be JIT'd
/php-src/ext/random/tests/03_randomizer/methods/
H A DgetBytes_expansion.phpt18 2 => 'll',
/php-src/ext/fileinfo/libmagic/
H A Dascmagic.c197 size_t ll = i - last_line_end; in file_ascmagic_with_encoding() local
198 if (ll > has_long_lines) in file_ascmagic_with_encoding()
199 has_long_lines = ll; in file_ascmagic_with_encoding()
/php-src/ext/mbstring/tests/
H A Dbug54494.phpt13 $stringOr = "hällö wörld\n";
/php-src/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-src/Zend/
H A Dzend_virtual_cwd.c540 j = tsrm_realpath_r(path, start, i-1, ll, t, use_realpath, 1, NULL); in tsrm_realpath_r()
645 if(++(*ll) > LINK_MAX) { in tsrm_realpath_r()
684 (*ll)--; in tsrm_realpath_r()
852 j = tsrm_realpath_r(path, 0, j, ll, t, 0, is_dir, &directory); in tsrm_realpath_r()
870 j = tsrm_realpath_r(path, start, i + j, ll, t, use_realpath, is_dir, &directory); in tsrm_realpath_r()
907 if (++(*ll) > LINK_MAX || (j = (size_t)php_sys_readlink(tmp, path, MAXPATHLEN)) == (size_t)-1) { in tsrm_realpath_r()
914 j = tsrm_realpath_r(path, 1, j, ll, t, use_realpath, is_dir, &directory); in tsrm_realpath_r()
927 j = tsrm_realpath_r(path, start, i + j, ll, t, use_realpath, is_dir, &directory); in tsrm_realpath_r()
953 j = tsrm_realpath_r(path, start, i-1, ll, t, save ? CWD_FILEPATH : use_realpath, 1, NULL); in tsrm_realpath_r()
1014 int ll = 0; in virtual_file_ex() local
[all …]
/php-src/ext/pdo_dblib/
H A Dconfig.w327 * otherwise we'll poke around and look for MSSQL libs */
/php-src/ext/com_dotnet/tests/
H A Dbug66431_1.phpt37 /* trim the returned text as we'll get windows eol from a word doc. */
/php-src/sapi/embed/
H A DREADME.md47 …d, run `php-config --php-sapis`. If you don't see `embed` in the list, you'll need to rebuild PHP …
160 This default value is overwritable from INI files. We'll update one of the INI files (which can be …
/php-src/TSRM/
H A Dtsrm_win32.c789 LONGLONG ll; in UnixTimeToFileTime() local
791 ll = t * 10000000LL + 116444736000000000LL; in UnixTimeToFileTime()
792 pft->dwLowDateTime = (DWORD)ll; in UnixTimeToFileTime()
793 pft->dwHighDateTime = ll >> 32; in UnixTimeToFileTime()
/php-src/ext/pdo_firebird/tests/
H A Dtransaction_isolation_level_behavior.phpt98 * If we can set the lock timeout, it might be possible to test it, so I'll leave it as is.
/php-src/docs/source/core/data-structures/
H A Dzval.rst82 intimidating at first. We'll go over it step by step.
123 because the memory would otherwise be wasted due to padding, so we may as well make use of it. We'll
/php-src/ext/ffi/
H A Dffi.g844 /0[0-7]*([Uu](L|l|LL|l)?|[Ll][Uu]?|(LL|ll)[Uu])?/
849 /[1-9][0-9]*([Uu](L|l|LL|l)?|[Ll][Uu]?|(LL|ll)[Uu])?/
854 /0[xX][0-9A-Fa-f][0-9A-Fa-f]*([Uu](L|l|LL|l)?|[Ll][Uu]?|(LL|ll)[Uu])?/

Completed in 29 milliseconds

12