/PHP-7.0/ext/spl/tests/ |
H A D | SplDoublyLinkedList_offsetUnset_greater_than_elements.phpt | 9 $ll = new SplDoublyLinkedList(); 11 $ll->push('1'); 12 $ll->push('2'); 13 $ll->push('3'); 17 $ll->offsetUnset($ll->count() + 1); 19 var_dump($ll);
|
H A D | SplDoublyLinkedList_pop_noParams.phpt | 7 $ll = new SplDoublyLinkedList(); 8 $ll->push(1); 9 $ll->push(2); 11 var_dump($ll->pop(1));
|
H A D | splDoublyLinkedList_shift_noParams.phpt | 7 $ll = new SplDoublyLinkedList(); 8 $ll->push(1); 9 $ll->push(2); 11 var_dump($ll->shift(1));
|
/PHP-7.0/ext/standard/tests/file/ |
H A D | bug38086.txt | 3 I'll break these chains 5 I'll tear you down into my private hell
|
H A D | stream_copy_to_stream.phpt | 134 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.0/ext/standard/tests/strings/ |
H A D | chunk_split_variation12.phpt | 60 "To check " in heredoc".I'm sure it'll \work! 143 …ll \work!r to check"To check " in heredoc".I'm sure it'll \work! with here"To check " in heredoc".… 144 …ll \work!i@! ch@r$ "To check " in heredoc".I'm sure it'll \work!__with wro"To check " in heredoc".…
|
H A D | chunk_split_variation4.phpt | 60 I'm sure it'll work also with \ 164 ll w
|
H A D | str_split_variation5.phpt | 62 I'm sure it'll work also with \ 166 string(10) "re it'll w"
|
H A D | str_split_variation3.phpt | 124 string(7) "ll char"
|
/PHP-7.0/ext/pdo_dblib/ |
H A D | config.w32 | 8 * otherwise we'll poke around and look for MSSQL libs */ 26 * otherwise we'll poke around and look for MSSQL libs */
|
/PHP-7.0/ext/spl/ |
H A D | README | 2 interfaces and classes. You'll find the classes documented using php
|
/PHP-7.0/ext/pdo_dblib/tests/ |
H A D | config.inc | 7 if ($dsn_parts[0] == 'dblib') { // uri is an option, which we'll ignore
|
/PHP-7.0/Zend/tests/ |
H A D | bug38779.phpt | 10 $this->data = '<' . "?php \n\"\";ll l\n ?" . '>';
|
H A D | bug38779_1.phpt | 10 $this->data = '<' . "?php \n\"\";ll l\n ?" . '>';
|
/PHP-7.0/ext/pcre/ |
H A D | config0.m4 | 5 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.0/ext/mbstring/tests/ |
H A D | bug54494.phpt | 13 $stringOr = "hällö wörld\n";
|
/PHP-7.0/ext/com_dotnet/tests/ |
H A D | bug66431_1.phpt | 37 /* trim the returned text as we'll get windows eol from a word doc. */
|
/PHP-7.0/Zend/ |
H A D | zend_virtual_cwd.c | 789 static int tsrm_realpath_r(char *path, int start, int len, int *ll, time_t *t, int use_realpath, in… in tsrm_realpath_r() argument 832 j = tsrm_realpath_r(path, start, i-1, ll, t, use_realpath, 1, NULL); in tsrm_realpath_r() 920 if(++(*ll) > LINK_MAX) { in tsrm_realpath_r() 1052 j = tsrm_realpath_r(path, 0, j, ll, t, 0, is_dir, &directory); in tsrm_realpath_r() 1068 j = tsrm_realpath_r(path, start, i + j, ll, t, use_realpath, is_dir, &directory); in tsrm_realpath_r() 1107 if (++(*ll) > LINK_MAX || (j = php_sys_readlink(tmp, path, MAXPATHLEN)) < 0) { in tsrm_realpath_r() 1114 j = tsrm_realpath_r(path, 1, j, ll, t, use_realpath, is_dir, &directory); in tsrm_realpath_r() 1127 j = tsrm_realpath_r(path, start, i + j, ll, t, use_realpath, is_dir, &directory); in tsrm_realpath_r() 1153 j = tsrm_realpath_r(path, start, i-1, ll, t, save ? CWD_FILEPATH : use_realpath, 1, NULL); in tsrm_realpath_r() 1201 int ll = 0; in virtual_file_ex() local [all …]
|
/PHP-7.0/ext/interbase/ |
H A D | php_ibase_includes.h | 148 #define LL_LIT(lit) lit ## ll
|
H A D | php_ibase_udf.c | 108 #define LL_LIT(lit) lit ## ll
|
/PHP-7.0/sapi/cgi/ |
H A D | README.FastCGI | 74 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.0/TSRM/ |
H A D | tsrm_win32.c | 755 LONGLONG ll; in UnixTimeToFileTime() local 757 ll = Int32x32To64(t, 10000000) + 116444736000000000; in UnixTimeToFileTime() 758 pft->dwLowDateTime = (DWORD)ll; in UnixTimeToFileTime() 759 pft->dwHighDateTime = ll >> 32; in UnixTimeToFileTime()
|
/PHP-7.0/ext/date/lib/ |
H A D | timelib_structs.h | 153 # define TIMELIB_LL_CONST(n) n ## ll
|
/PHP-7.0/ext/pcre/pcrelib/sljit/ |
H A D | sljitConfigInternal.h | 394 #define SLJIT_W(w) (w##ll)
|
/PHP-7.0/ext/pdo_odbc/tests/ |
H A D | long_columns.phpt | 35 // -otherwise, you'll have to open MS Access, create a database, then load that file in this …
|