Home
last modified time | relevance | path

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

/php-src/ext/date/tests/
H A Ddate_sub_basic.phpt2 Test date_sub() function : basic functionality
8 echo "*** Testing date_sub() : basic functionality ***\n";
24 date_sub($d, new DateInterval($interval) );
30 *** Testing date_sub() : basic functionality ***
H A Dbug50055-001.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-src/ext/date/
H A Dphp_date.stub.php187 function date_sub(DateTime $object, DateInterval $interval): DateTime {} function
H A Dphp_date_arginfo.h541 ZEND_FUNCTION(date_sub);
642 ZEND_FE(date_sub, arginfo_date_sub)
H A Dphp_date.c3477 PHP_FUNCTION(date_sub) in PHP_FUNCTION() argument

Completed in 40 milliseconds