Home
last modified time | relevance | path

Searched refs:date_sub (Results 1 – 5 of 5) sorted by relevance

/PHP-5.6/ext/date/tests/
H A Ddate_sub_basic.phpt2 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 ***
H A Dbug50055.phpt12 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…
/PHP-5.6/ext/date/
H A Dphp_date.h63 PHP_FUNCTION(date_sub);
H A Dphp_date.c421 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
/PHP-5.6/
H A DNEWS7558 . date_add() / DateTime::add(), date_sub() / DateTime::sub() for applying an

Completed in 99 milliseconds