Searched refs:date_sub (Results 1 – 5 of 5) sorted by relevance
2 Test date_sub() function : basic functionality8 echo "*** Testing date_sub() : basic functionality ***\n";24 date_sub($d, new DateInterval($interval) );30 *** 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…
190 function date_sub(DateTime $object, DateInterval $interval): DateTime {} function
541 ZEND_FUNCTION(date_sub);642 ZEND_FE(date_sub, arginfo_date_sub)
3491 PHP_FUNCTION(date_sub) in PHP_FUNCTION() argument
Completed in 29 milliseconds