Searched refs:date_date_set (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/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)
|
/PHP-8.0/ext/date/ |
H A D | php_date_arginfo.h | 457 ZEND_FUNCTION(date_date_set); 540 ZEND_FE(date_date_set, arginfo_date_date_set) 591 ZEND_ME_MAPPING(setDate, date_date_set, arginfo_class_DateTime_setDate, ZEND_ACC_PUBLIC)
|
H A D | php_date.stub.php | 70 function date_date_set(DateTime $object, int $year, int $month, int $day): DateTime {} function
|
H A D | php_date.c | 3246 PHP_FUNCTION(date_date_set) in PHP_FUNCTION() argument
|
Completed in 32 milliseconds