Searched refs:date_sub (Results 1 – 5 of 5) sorted by relevance
2 Test date_sub() function : basic functionality 6 <?php if (!function_exists('date_sub')) echo "skip: date_sub() function not found!"; ?>10 /* Prototype : void date_sub(DateTime object, DateInterval interval)16 echo "*** Testing date_sub() : basic functionality ***\n";32 date_sub($d, new DateInterval($interval) );39 *** Testing date_sub() : basic functionality ***
12 date_sub($ds1, $i);20 date_sub($ds2, $i);26 Warning: date_sub(): Only non-special relative time specifications are supported for subtraction in…30 Warning: date_sub(): Only non-special relative time specifications are supported for subtraction in…
63 PHP_FUNCTION(date_sub);
421 PHP_FE(date_sub, arginfo_date_sub)476 PHP_ME_MAPPING(sub, date_sub, arginfo_date_method_sub, 0)3268 PHP_FUNCTION(date_sub) in PHP_FUNCTION() argument
7558 . date_add() / DateTime::add(), date_sub() / DateTime::sub() for applying an
Completed in 74 milliseconds