/PHP-8.0/ext/date/tests/ |
H A D | DateTime_setTime_basic1.phpt | 2 Test DateTime::setTime() function : basic functionality 8 echo "*** Testing DateTime::setTime() : basic functionality ***\n"; 15 $datetime->setTime(17, 20); 18 $datetime->setTime(19, 05, 59); 21 $datetime->setTime(24, 10); 24 $datetime->setTime(47, 35, 47); 27 $datetime->setTime(54, 25); 32 *** Testing DateTime::setTime() : basic functionality ***
|
H A D | DateTime_data-massive.inc | 17 $end->setTime(16, 18, 02); 21 $start->setTime(16, 18, 02); 28 $end->setTime(16, 18, 02); 32 $start->setTime(16, 18, 02);
|
H A D | bug79396-forward-transition-settime.phpt | 8 echo $date->setTime(2, 0)->format('Y-m-d H:i:s T/e - U') . "\n"; 11 echo $date->setTime(2, 30)->format('Y-m-d H:i:s T/e - U') . "\n"; 14 echo $date->setTime(3, 0)->format('Y-m-d H:i:s T/e - U') . "\n"; 17 echo $date->setTime(1, 59, 59)->format('Y-m-d H:i:s T/e - U') . "\n";
|
H A D | bug39782.phpt | 2 Bug #39782 (setTime() on a DateTime constructed with a Weekday yields incorrect results) 10 $dttTest->setTime(12, 0, 0); 13 $dttTest->setTime(12, 0, 0);
|
H A D | date-lenient-create.phpt | 11 print_r( date_create_from_format( 'm/d/y+', $date , $tz)->setTime(0, 0) ); 14 print_r( date_create_from_format( '+m/d/y', $date , $tz)->setTime(0, 0) ); 17 print_r( date_create_from_format( 'm/d/y++', $date , $tz)->setTime(0, 0) ); 22 print_r( date_create_from_format( 'm/d/y+', $date , $tz)->setTime(0, 0) ); 25 print_r( date_create_from_format( '+m/d/y', $date , $tz)->setTime(0, 0) );
|
H A D | bug41599.phpt | 2 Bug #41599 (setTime() fails after modify() is used) 15 $start->setTime(4, 0, 0); 19 $start->setTime(8, 0, 0);
|
H A D | bug50475.phpt | 2 Bug #50475 (DateTime::setISODate followed by DateTime::setTime) 13 $date->setTime(8, 0);
|
H A D | bug46268.phpt | 2 Bug #46268 (When call DateTime#setTime, it seems to be called the last modify method too) 16 $now->setTime(0, 0, 0);
|
H A D | bug52290.phpt | 2 Bug #52290 (setDate, setISODate, setTime works wrong when DateTime created from timestamp) 20 $dt->setTime(20, 30, 40);
|
H A D | DateTime_clone_basic1.phpt | 18 $orig->setTime(22, 41, 50);
|
H A D | bug52342.phpt | 7 $from->setTime(0, 0, 0);
|
/PHP-8.0/Zend/tests/parameter_default_values/ |
H A D | internal_declaration_error_int.phpt | 7 public function setTime(int $hour, int $minute, int $second = 0, bool $microsecond = false) 13 …on of MyDateTime::setTime(int $hour, int $minute, int $second = 0, bool $microsecond = false) must…
|
/PHP-8.0/ext/intl/tests/ |
H A D | calendar_inDaylightTime_basic.phpt | 15 $intlcal->setTime(strtotime('2012-01-01') * 1000); 17 $intlcal->setTime(strtotime('2012-04-01') * 1000);
|
H A D | calendar_setTime_basic.phpt | 2 IntlCalendar::setTime() basic test 17 $intlcal->setTime($time * 1000);
|
H A D | calendar_fieldDifference_basic.phpt | 15 $intlcal->setTime(strtotime('2012-02-29 05:06:07 +0000') * 1000); 23 $intlcal->setTime(strtotime('2012-02-29 05:06:07 +0000') * 1000);
|
H A D | calendar_setTime_error.phpt | 2 IntlCalendar::setTime(): bad arguments
|
H A D | bug69398.phpt | 11 $date->setTime($millitimestamp);
|
H A D | calendar_add_basic.phpt | 18 $intlcal->setTime($time * 1000);
|
H A D | calendar_clear_variation1.phpt | 15 $intlcal->setTime(strtotime('2012-02-29 05:06:07 +0000') * 1000);
|
H A D | calendar_getDayOfWeekType_basic.phpt | 17 $intlcal->setTime(strtotime('2012-02-29 00:00:00 +0000') * 1000);
|
H A D | calendar_getDayOfWeekType_basic2.phpt | 17 $intlcal->setTime(strtotime('2012-02-29 00:00:00 +0000') * 1000);
|
H A D | calendar_getXMaximum_basic.phpt | 15 $intlcal->setTime(strtotime('2012-02-29 05:06:07 +0000') * 1000);
|
H A D | calendar_getXMinimum_basic.phpt | 15 $intlcal->setTime(strtotime('2012-02-29 05:06:07 +0000') * 1000);
|
H A D | bug69374.phpt | 13 $date->setTime($millitimestamp);
|
/PHP-8.0/ext/reflection/tests/internal_parameter_default_value/ |
H A D | ReflectionParameter_isDefaultValueAvailable_Internal.phpt | 6 $method = $class->getMethod('setTime');
|