X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=tests%2Ftime%2Fasc_gmtime001.phpt;fp=tests%2Ftime%2Fasc_gmtime001.phpt;h=3ae78509908b65ca4b84a28b0902ca29393e6227;hp=0000000000000000000000000000000000000000;hb=61918592ab618c073b9846783ce79fed9f26c5f7;hpb=7a717dad32d06fe5273ad3a9ce755908723f6685 diff --git a/tests/time/asc_gmtime001.phpt b/tests/time/asc_gmtime001.phpt new file mode 100644 index 0000000..3ae7850 --- /dev/null +++ b/tests/time/asc_gmtime001.phpt @@ -0,0 +1,30 @@ +--TEST-- +asctime/gmtime +--SKIPIF-- + +--ENV-- +TZ=UTC +--INI-- +psi.directory = {PWD}/../../psi.d:{PWD} +--FILE-- +===TEST=== + +===DONE=== +--EXPECT-- +===TEST=== +string(25) "Sun Jan 0 00:00:00 1900 +" +string(25) "Sun Jan 0 00:00:00 1900 +" +string(25) "Fri Feb 13 23:31:30 2009 +" +string(25) "Fri Feb 13 23:31:30 2009 +" +===DONE===