Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/tests/
H A Ddate_sub_basic.phpt2 Test date_sub() function : basic functionality
8 /* Prototype : void date_sub(DateTime object, DateInterval interval)
14 echo "*** Testing date_sub() : basic functionality ***\n";
30 date_sub($d, new DateInterval($interval) );
37 *** 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-7.4/ext/date/
H A Dphp_date.h61 PHP_FUNCTION(date_sub);
H A Dphp_date.c445 PHP_FE(date_sub, arginfo_date_sub)
501 PHP_ME_MAPPING(sub, date_sub, arginfo_date_method_sub, 0)
3430 PHP_FUNCTION(date_sub) in PHP_FUNCTION() argument

Completed in 33 milliseconds