Lines Matching refs:microsecond
33 foreach ($microsecondList as $microsecond) {
36 echo 'DateTime::setMicrosecond('.var_export($microsecond, true).'): ';
38 var_dump($dt->setMicrosecond($microsecond));
44 echo 'DateTimeImmutable::setMicrosecond('.var_export($microsecond, true).'): ';
46 var_dump($dti->setMicrosecond($microsecond));
52 echo 'MyDateTime::setMicrosecond('.var_export($microsecond, true).'): ';
54 var_dump($myDt->setMicrosecond($microsecond));
60 echo 'MyDateTimeImmutable::setMicrosecond('.var_export($microsecond, true).'): ';
62 var_dump($myDti->setMicrosecond($microsecond));
181 DateTime::setMicrosecond(-1): DateRangeError: DateTime::setMicrosecond(): Argument #1 ($microsecond…
183 …1): DateRangeError: DateTimeImmutable::setMicrosecond(): Argument #1 ($microsecond) must be betwee…
185 …osecond(-1): DateRangeError: DateTime::setMicrosecond(): Argument #1 ($microsecond) must be betwee…
187 …1): DateRangeError: DateTimeImmutable::setMicrosecond(): Argument #1 ($microsecond) must be betwee…
190 …nd(1000000): DateRangeError: DateTime::setMicrosecond(): Argument #1 ($microsecond) must be betwee…
192 …0): DateRangeError: DateTimeImmutable::setMicrosecond(): Argument #1 ($microsecond) must be betwee…
194 …nd(1000000): DateRangeError: DateTime::setMicrosecond(): Argument #1 ($microsecond) must be betwee…
196 …0): DateRangeError: DateTimeImmutable::setMicrosecond(): Argument #1 ($microsecond) must be betwee…