Home
last modified time | relevance | path

Searched refs:t (Results 226 – 250 of 1771) sorted by last modified time

12345678910>>...71

/PHP-7.4/ext/mysqli/
H A Dconfig.m471 …AC_MSG_ERROR([MySQLI doesn't support versions < 4.1.13 (for MySQL 4.1.x) and < 5.0.7 for (MySQL 5.…
/PHP-7.4/ext/standard/tests/streams/
H A Dbug70362.phpt2 Bug #70362 (Can't copy() large 'data://' with open_basedir)
/PHP-7.4/ext/date/lib/
H A Dtimelib.h555 timelib_long timelib_parse_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const tim…
636 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset);
645 void timelib_set_timezone_from_abbr(timelib_time *t, timelib_abbr_info abbr_info);
660 void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz);
722 timelib_sll timelib_get_current_offset(timelib_time *t);
785 void timelib_rel_time_dtor(timelib_rel_time* t);
805 void timelib_time_dtor(timelib_time* t);
836 void timelib_time_offset_dtor(timelib_time_offset* t);
952 timelib_time *timelib_add(timelib_time *t, timelib_rel_time *interval);
961 timelib_time *timelib_sub(timelib_time *t, timelib_rel_time *interval);
/PHP-7.4/ext/date/tests/
H A Dbig_year.phpt9 $t = mktime(0,0,0,1,1,2922770265);
11 var_dump(date("r", $t));
/PHP-7.4/ext/standard/tests/file/
H A Dstream_copy_to_stream.phpt133 When the pains of life won't bar my way
140 When the pains of life won't bar my way
149 When the pains of life won't bar my way
H A Dtempnam_variation8-win32.phpt93 File name is => %s\tempnam_variation8\tempnam_variation8_sub\t%s
98 File name is => %s\tempnam_variation8\t%s
103 File name is => %s\tempnam_variation8\t%s
108 File name is => %s\tempnam_variation8\t%s
113 File name is => %s\tempnam_variation8\t%s
120 File name is => %s\t%s
127 File name is => %s\t%s
132 File name is => %s\tempnam_variation8\tempnam_variation8_sub\t%s
137 File name is => %s\tempnam_variation8\tempnam_variation8_sub\t%s
142 File name is => %s\tempnam_variation8\tempnam_variation8_sub\t%s
[all …]
H A Dsymlink_link_linkinfo_is_link_variation6.phpt38 var_dump( symlink($filename, $linkname) ); // this link won't get created
H A Dsymlink_link_linkinfo_is_link_basic2.phpt58 var_dump( link("$file_path/$dirname", $linkname) ); // this doesn't work, expected false
59 var_dump( linkinfo($linkname) ); // link doesn't exists as not created, expected false
60 var_dump( is_link($linkname) ); // link doesn't exists as not created, expected false
H A Dfflush_variation2.phpt21 $file_modes = array("w", "wb", "wt", "w+", "w+b", "w+t",
96 -- link opened in w+t mode --
126 -- link opened in a+t mode --
157 -- link opened in w+t mode --
187 -- link opened in a+t mode --
218 -- link opened in w+t mode --
248 -- link opened in a+t mode --
304 -- link opened in w+t mode --
369 -- link opened in a+t mode --
406 -- link opened in w+t mode --
[all …]
H A Dfflush_variation3.phpt21 $file_modes = array("w", "wb", "wt", "w+", "w+b","w+t",
22 "a", "ab", "at", "a+","a+b", "a+t");
H A Dbug39367.phpt2 Bug #39367 (clearstatcache() doesn't clear realpath cache)
H A Dlstat_stat_variation19.phpt19 @rmdir("$file_path/lstat_stat_variation19"); // ensure that dir doesn't exists
H A Dreadlink_realpath_variation1.phpt54 var_dump( readlink($obj1->linkname) ); // invalid because readlink doesn't work with hardlink
57 var_dump( readlink($obj2->linkname) ); // invalid because readlink doesn't work with hardlink
H A Dreadlink_realpath_variation2-win32.phpt52 var_dump( readlink($link_arr[0]) ); // invalid because readlink doesn't work with hardlink
55 var_dump( readlink($link_arr[1]) ); // invalid because readlink doesn't work with hardlink
H A Dreadlink_realpath_variation2.phpt49 var_dump( readlink($link_arr[0]) ); // invalid because readlink doesn't work with hardlink
52 var_dump( readlink($link_arr[1]) ); // invalid because readlink doesn't work with hardlink
H A Dreadlink_realpath_variation1-win32.phpt57 var_dump( readlink($obj1->linkname) ); // invalid because readlink doesn't work with hardlink
60 var_dump( readlink($obj2->linkname) ); // invalid because readlink doesn't work with hardlink
H A Dlstat_stat_variation14.phpt25 //ensure that link doesn't exists
H A Dlstat_stat_variation10.phpt39 // so don't include "atime" (or 8, which also means atime)
/PHP-7.4/ext/soap/tests/
H A Dbug47021.phpt39 "Transfer-Encoding: \t chunked\t \r\n".
45 "Transfer-Encoding: \t chunked\t \r\n".
/PHP-7.4/ext/pcntl/tests/
H A Dpcntl_setpriority_basic.phpt12 die('skip pcntl_setpriority doesn\'t exist');
/PHP-7.4/sapi/cli/tests/
H A Dsapi_windows_set_ctrl_handler.phpt58 echo "Child $child_pid didn't exit after ${max}us\n";
/PHP-7.4/win32/build/
H A Dconfig.w32.h.in93 /* MSVC.6/NET don't allow 'long long' or know 'intmax_t' */
/PHP-7.4/ext/standard/tests/network/
H A Dudp6loop.phpt11 * this isn't really practical.
/PHP-7.4/ext/standard/tests/file/windows_links/
H A Dcommon.inc9 // junction.exe isn't included with Windows
/PHP-7.4/ext/sockets/
H A Dsockets.c578 char *t = (char *) buf; local
592 *t = '\0';
593 while (*t != '\n' && *t != '\r' && n < maxlen) {
595 t++;
613 m = recv(sock->bsd_socket, (void *) t, 1, flags);
2384 int t; local
2405 t = fcntl(socket, F_GETFL);
2406 if (t == -1) {
2410 retsock->blocking = !(t & O_NONBLOCK);

Completed in 41 milliseconds

12345678910>>...71