Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
php-7.4.33 /
ext /
standard /
tests /
time /
Delete
Unzip
Name
Size
Permission
Date
Action
001.phpt
631
B
-rw-rw-r--
2022-10-31 11:36
bug38524.phpt
501
B
-rw-rw-r--
2022-10-31 11:36
bug60222.phpt
385
B
-rw-rw-r--
2022-10-31 11:36
idate.phpt
340
B
-rw-rw-r--
2022-10-31 11:36
strptime_basic.phpt
1.72
KB
-rw-rw-r--
2022-10-31 11:36
strptime_error.phpt
1.63
KB
-rw-rw-r--
2022-10-31 11:36
strptime_parts.phpt
1.52
KB
-rw-rw-r--
2022-10-31 11:36
Save
Rename
--TEST-- Bug #38524 (strptime() does not initialize the internal date storage structure) --SKIPIF-- <?php if (!function_exists('strptime')) echo "SKIP"; ?> --FILE-- <?php var_dump(strptime('2006-08-20', '%Y-%m-%d')); ?> ===DONE=== --EXPECTF-- array(9) { ["tm_sec"]=> int(0) ["tm_min"]=> int(0) ["tm_hour"]=> int(0) ["tm_mday"]=> int(20) ["tm_mon"]=> int(7) ["tm_year"]=> int(106) ["tm_wday"]=> int(0) ["tm_yday"]=> int(%d) ["unparsed"]=> string(0) "" } ===DONE===