Home
last modified time | relevance | path

Searched refs:setDate (Results 1 – 23 of 23) sorted by relevance

/php-src/ext/date/tests/
H A DDateTime_setDate_basic1.phpt2 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 DDateTime_data-massive.inc16 $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 Dbug42910.phpt12 $foo->setDate(2007, 03, 12);
13 $bar->setDate(2007, 03, 12);
H A Dbug52290.phpt2 Bug #52290 (setDate, setISODate, setTime works wrong when DateTime created from timestamp)
17 $dt->setDate(2007, 10, 10);
H A Dbug49585.phpt10 $date->setDate(-2147483648, 1, 1);
H A Dbug71525.phpt9 $date->setDate('2012', '1', '29');
H A Ddate_time_immutable.phpt74 $x = $z->setDate(5, 7, 19);
78 $x = $z->setDate(5, 7, 19);
145 setDate():
H A DDateTime_extends_basic1.phpt29 $d->setDate(1963, 7, 2);
H A DDateTimeImmutable_uninitialised_exceptions.phpt42 check(fn() => $mdti->setDate(2023, 1, 16));
H A DDateTime_uninitialised_exceptions.phpt46 check(fn() => $mdt->setDate(2023, 1, 16));
/php-src/ext/intl/tests/
H A Dcalendar_set_date.phpt2 Test IntlCalendar::setDate()
11 $intlcal->setDate(2012, 1, 29);
H A Dcalendar_set_variation1.phpt29 …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 Dcalendar_set_error.phpt44 …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…
H A Dgregoriancalendar_set_date_error.phpt2 IntlGregorianCalendar::setDate(): error cases
H A Dcalendar_isSet_empty_time.phpt25 …set() with more than 2 arguments is deprecated, use either IntlCalendar::setDate() or IntlCalendar…
/php-src/ext/date/
H A Dphp_date.stub.php429 public function setDate(int $year, int $month, int $day): DateTime {} function in DateTime
539 public function setDate(int $year, int $month, int $day): DateTimeImmutable {} function in DateTimeImmutable
H A Dphp_date_arginfo.h590 ZEND_METHOD(DateTimeImmutable, setDate);
733 ZEND_ME(DateTimeImmutable, setDate, arginfo_class_DateTimeImmutable_setDate, ZEND_ACC_PUBLIC)
H A Dphp_date.c3745 PHP_METHOD(DateTimeImmutable, setDate) in PHP_METHOD() argument
/php-src/ext/intl/calendar/
H A Dcalendar.stub.php323 public function setDate(int $year, int $month, int $dayOfMonth): void {} function in IntlCalendar
H A Dcalendar_arginfo.h245 ZEND_METHOD(IntlCalendar, setDate);
301 ZEND_ME(IntlCalendar, setDate, arginfo_class_IntlCalendar_setDate, ZEND_ACC_PUBLIC)
H A Dcalendar_methods.cpp419 U_CFUNC PHP_METHOD(IntlCalendar, setDate) in PHP_METHOD() argument
/php-src/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp542 formattable.setDate(dd); in umsg_format_helper()
/php-src/
H A DUPGRADING319 more than 2 arguments is deprecated. Use either IntlCalendar::setDate()

Completed in 81 milliseconds