Home
last modified time | relevance | path

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

/php-src/ext/date/tests/
H A Ddate_interval_format.phpt2 Test date_interval_format() function : basic functionality
11 echo date_interval_format($interval, '%d days');
16 echo date_interval_format($interval, '%d days');
/php-src/ext/date/
H A Dphp_date.stub.php254 function date_interval_format(DateInterval $object, string $format): string {} function
H A Dphp_date_arginfo.h561 ZEND_FUNCTION(date_interval_format);
662 ZEND_FE(date_interval_format, arginfo_date_interval_format)
H A Dphp_date.c4934 static zend_string *date_interval_format(char *format, size_t format_len, timelib_rel_time *t) in date_interval_format() function
5004 PHP_FUNCTION(date_interval_format) in PHP_FUNCTION() argument
5017 RETURN_STR(date_interval_format(format, format_len, diobj->diff)); in PHP_FUNCTION()

Completed in 26 milliseconds