Searched refs:setDate (Results 1 – 12 of 12) sorted by relevance
/PHP-8.1/ext/date/tests/ |
H A D | DateTime_setDate_basic1.phpt | 2 Test DateTime::setDate() function : basic functionality 8 echo "*** Testing DateTime::setDate() : basic functionality ***\n"; 14 $datetime->setDate(2008, 02, 01); 20 *** Testing DateTime::setDate() : basic functionality ***
|
H A D | DateTime_data-massive.inc | 16 $end->setDate(333333, 1, 1); 20 $start->setDate(-333333, 1, 1); 27 $end->setDate(-333333, 1, 1); 31 $start->setDate(333333, 1, 1);
|
H A D | bug42910.phpt | 12 $foo->setDate(2007, 03, 12); 13 $bar->setDate(2007, 03, 12);
|
H A D | bug52290.phpt | 2 Bug #52290 (setDate, setISODate, setTime works wrong when DateTime created from timestamp) 17 $dt->setDate(2007, 10, 10);
|
H A D | bug49585.phpt | 10 $date->setDate(-2147483648, 1, 1);
|
H A D | bug71525.phpt | 9 $date->setDate('2012', '1', '29');
|
H A D | date_time_immutable.phpt | 74 $x = $z->setDate(5, 7, 19); 78 $x = $z->setDate(5, 7, 19); 145 setDate():
|
H A D | DateTime_extends_basic1.phpt | 29 $d->setDate(1963, 7, 2);
|
/PHP-8.1/ext/date/ |
H A D | php_date.stub.php | 290 public function setDate(int $year, int $month, int $day): DateTime {} function in DateTime 386 public function setDate(int $year, int $month, int $day): DateTimeImmutable {} function in DateTimeImmutable
|
H A D | php_date_arginfo.h | 532 ZEND_METHOD(DateTimeImmutable, setDate); 633 ZEND_ME_MAPPING(setDate, date_date_set, arginfo_class_DateTime_setDate, ZEND_ACC_PUBLIC) 658 ZEND_ME(DateTimeImmutable, setDate, arginfo_class_DateTimeImmutable_setDate, ZEND_ACC_PUBLIC)
|
H A D | php_date.c | 3292 PHP_METHOD(DateTimeImmutable, setDate) in PHP_METHOD() argument
|
/PHP-8.1/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 542 formattable.setDate(dd); in umsg_format_helper()
|
Completed in 48 milliseconds