Searched refs:date_date_set (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/date/tests/ |
H A D | date_date_set_basic1.phpt | 2 Test date_date_set() function : basic functionality 8 echo "*** Testing date_date_set() : basic functionality ***\n"; 14 date_date_set($datetime, 2008, 02, 01); 20 *** Testing date_date_set() : basic functionality ***
|
H A D | 013.phpt | 2 date_date_set() tests 10 var_dump(date_date_set($dto, 2006, 2, 15)); 12 var_dump(date_date_set($dto, 2006, 24, 60));
|
H A D | bug71525.phpt | 2 Bug #71525 (Calls to date_modify will mutate timelib_rel_time, causing date_date_set issues)
|
H A D | DateTime_uninitialised_exceptions.phpt | 45 check(fn() => date_date_set($mdt, 2023, 1, 16));
|
/php-src/ext/date/ |
H A D | php_date.stub.php | 206 function date_date_set(DateTime $object, int $year, int $month, int $day): DateTime {} function
|
H A D | php_date_arginfo.h | 547 ZEND_FUNCTION(date_date_set); 648 ZEND_FE(date_date_set, arginfo_date_date_set)
|
H A D | php_date.c | 3710 PHP_FUNCTION(date_date_set) in PHP_FUNCTION() argument
|
Completed in 41 milliseconds