-=[ Mr. Bumblebee ]=-
_Indonesia_
| Path : /usr/src/php/ext/date/tests/ |
|
|
| Current File : //usr/src/php/ext/date/tests/strtotime_variation_scottish.phpt |
--TEST--
Checking whisky time
--FILE--
<?php
date_default_timezone_set('UTC');
var_dump(date('H:i:s', strtotime('back of 7')));
var_dump(date('H:i:s', strtotime('front of 7')));
var_dump(date('H:i:s', strtotime('back of 19')));
var_dump(date('H:i:s', strtotime('front of 19')));
?>
--EXPECTF--
%string|unicode%(8) "07:15:00"
%string|unicode%(8) "06:45:00"
%string|unicode%(8) "19:15:00"
%string|unicode%(8) "18:45:00"
Copyright © 2017 || Recoded By Mr.Bumblebee