Home
last modified time | relevance | path

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

12

/PHP-7.2/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);
H A DsplDoublyLinkedList_shift_noParams.phpt7 $ll = new SplDoublyLinkedList();
8 $ll->push(1);
9 $ll->push(2);
11 var_dump($ll->shift(1));
H A DSplDoublyLinkedList_pop_noParams.phpt7 $ll = new SplDoublyLinkedList();
8 $ll->push(1);
9 $ll->push(2);
11 var_dump($ll->pop(1));
/PHP-7.2/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.phpt134 I'll break these chains
136 I'll tear you down into my private hell
141 I'll break these chains
143 I'll tear you down into my private hell
150 I'll break these chains
152 I'll tear you down into my private hell
/PHP-7.2/ext/standard/tests/strings/
H A Dchunk_split_variation12.phpt60 "To check " in heredoc".I'm sure it'll \work!
143ll \work!r to check"To check " in heredoc".I'm sure it'll \work! with here"To check " in heredoc".…
144ll \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.phpt60 I'm sure it'll work also with \
164 ll w
H A Dstr_split_variation5.phpt62 I'm sure it'll work also with \
166 string(10) "re it'll w"
H A Dstr_split_variation3.phpt124 string(7) "ll char"
/PHP-7.2/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 Dbug38779.phpt10 $this->data = '<' . "?php \n\"\";ll l\n ?" . '>';
H A Dbug38779_1.phpt10 $this->data = '<' . "?php \n\"\";ll l\n ?" . '>';
/PHP-7.2/ext/spl/
H A DREADME2 interfaces and classes. You'll find the classes documented using php
/PHP-7.2/ext/mbstring/tests/
H A Dbug54494.phpt13 $stringOr = "hällö wörld\n";
/PHP-7.2/ext/pdo_dblib/
H A Dconfig.w328 * otherwise we'll poke around and look for MSSQL libs */
/PHP-7.2/Zend/
H A Dzend_virtual_cwd.c781 j = tsrm_realpath_r(path, start, i-1, ll, t, use_realpath, 1, NULL); in tsrm_realpath_r()
880 if(++(*ll) > LINK_MAX) { in tsrm_realpath_r()
913 (*ll)--; in tsrm_realpath_r()
1062 j = tsrm_realpath_r(path, 0, j, ll, t, 0, is_dir, &directory); in tsrm_realpath_r()
1080 j = tsrm_realpath_r(path, start, i + j, ll, t, use_realpath, is_dir, &directory); in tsrm_realpath_r()
1117 if (++(*ll) > LINK_MAX || (j = php_sys_readlink(tmp, path, MAXPATHLEN)) < 0) { in tsrm_realpath_r()
1124 j = tsrm_realpath_r(path, 1, j, ll, t, use_realpath, is_dir, &directory); in tsrm_realpath_r()
1137 j = tsrm_realpath_r(path, start, i + j, ll, t, use_realpath, is_dir, &directory); in tsrm_realpath_r()
1163 j = tsrm_realpath_r(path, start, i-1, ll, t, save ? CWD_FILEPATH : use_realpath, 1, NULL); in tsrm_realpath_r()
1224 int ll = 0; in virtual_file_ex() local
[all …]
/PHP-7.2/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.2/ext/pdo_dblib/tests/
H A Dconfig.inc7 if ($dsn_parts[0] == 'dblib') { // uri is an option, which we'll ignore
/PHP-7.2/ext/pcre/
H A Dconfig0.m45 dnl By default we'll compile and link against the bundled PCRE library
6 dnl if DIR is supplied, we'll use that for linking
/PHP-7.2/ext/interbase/
H A Dphp_ibase_includes.h148 #define LL_LIT(lit) lit ## ll
H A Dphp_ibase_udf.c108 #define LL_LIT(lit) lit ## ll
/PHP-7.2/sapi/cgi/
H A DREADME.FastCGI74 Now, we'll create a fcgi-bin directory, just like you would do with normal
75 CGI scripts. You'll need to create a directory somewhere to store your
76 FastCGI binaries. We'll use /space/fcgi-bin/ for this example. Remember to
/PHP-7.2/TSRM/
H A Dtsrm_win32.c805 LONGLONG ll; in UnixTimeToFileTime() local
807 ll = t * 10000000LL + 116444736000000000LL; in UnixTimeToFileTime()
808 pft->dwLowDateTime = (DWORD)ll; in UnixTimeToFileTime()
809 pft->dwHighDateTime = ll >> 32; in UnixTimeToFileTime()
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitConfigInternal.h399 #define SLJIT_W(w) (w##ll)

Completed in 34 milliseconds

12