/php-src/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);
|
H A D | DateTimeImmutable_uninitialised_exceptions.phpt | 42 check(fn() => $mdti->setDate(2023, 1, 16));
|
H A D | DateTime_uninitialised_exceptions.phpt | 46 check(fn() => $mdt->setDate(2023, 1, 16));
|
/php-src/ext/intl/tests/ |
H A D | calendar_set_date.phpt | 2 Test IntlCalendar::setDate() 11 $intlcal->setDate(2012, 1, 29);
|
H A D | calendar_set_error.phpt | 44 …set() with more than 2 arguments is deprecated, use either IntlCalendar::setDate() or IntlCalendar… 47 …set() with more than 2 arguments is deprecated, use either IntlCalendar::setDate() or IntlCalendar… 51 …al_set() is deprecated since 8.4, use IntlCalendar::set(), IntlCalendar::setDate(), or IntlCalenda… 54 …al_set() is deprecated since 8.4, use IntlCalendar::set(), IntlCalendar::setDate(), or IntlCalenda…
|
H A D | calendar_set_variation1.phpt | 29 …set() with more than 2 arguments is deprecated, use either IntlCalendar::setDate() or IntlCalendar… 34 …set() with more than 2 arguments is deprecated, use either IntlCalendar::setDate() or IntlCalendar… 39 …set() with more than 2 arguments is deprecated, use either IntlCalendar::setDate() or IntlCalendar…
|
H A D | gregoriancalendar_set_date_error.phpt | 2 IntlGregorianCalendar::setDate(): error cases
|
H A D | calendar_set_basic.phpt | 23 …al_set() is deprecated since 8.4, use IntlCalendar::set(), IntlCalendar::setDate(), or IntlCalenda…
|
H A D | calendar_isSet_empty_time.phpt | 25 …set() with more than 2 arguments is deprecated, use either IntlCalendar::setDate() or IntlCalendar…
|
/php-src/ext/date/ |
H A D | php_date.stub.php | 432 public function setDate(int $year, int $month, int $day): DateTime {} function in DateTime 542 public function setDate(int $year, int $month, int $day): DateTimeImmutable {} function in DateTimeImmutable
|
H A D | php_date_arginfo.h | 590 ZEND_METHOD(DateTimeImmutable, setDate); 733 ZEND_ME(DateTimeImmutable, setDate, arginfo_class_DateTimeImmutable_setDate, ZEND_ACC_PUBLIC)
|
H A D | php_date.c | 3726 PHP_METHOD(DateTimeImmutable, setDate) in PHP_METHOD() argument
|
/php-src/ext/intl/calendar/ |
H A D | calendar.stub.php | 323 public function setDate(int $year, int $month, int $dayOfMonth): void {} function in IntlCalendar
|
H A D | calendar_arginfo.h | 245 ZEND_METHOD(IntlCalendar, setDate); 301 ZEND_ME(IntlCalendar, setDate, arginfo_class_IntlCalendar_setDate, ZEND_ACC_PUBLIC)
|
H A D | calendar_methods.cpp | 417 U_CFUNC PHP_METHOD(IntlCalendar, setDate) in PHP_METHOD() argument
|
/php-src/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 542 formattable.setDate(dd); in umsg_format_helper()
|