Home
last modified time | relevance | path

Searched refs:second (Results 201 – 225 of 395) sorted by relevance

12345678910>>...16

/php-src/ext/pgsql/tests/
H A D80_bug14383.phpt54 Replace second key data
60 Replace second key data
/php-src/ext/reflection/tests/internal_parameter_default_value/
H A DReflectionParameter_toString_Internal.phpt24 Parameter #2 [ <optional> int $second = 0 ]
/php-src/ext/spl/tests/
H A DSplDoublyLinkedList_offsetExists_success.phpt18 // Validate that we can see the second value
/php-src/ext/curl/tests/
H A Dcurl_copy_handle_variation1.phpt21 // change the CURLOPT_URL for the second handle
/php-src/ext/date/tests/
H A Dbug-gh8964-001.phpt2 Test for bug GH-8964: DateTime object comparison after applying delta less than 1 second
H A Dbug41523-64bit.phpt27 ["second"]=>
H A Dbug67308.phpt2 Bug #67308 (Serialize of DateTime truncates fractions of second)
H A Dbug73489.phpt12 // example 2 - Timestamp keeps if you use getTimestamp() before second setTimeZone() calls
H A Dbug77097.phpt2 Bug #77097 (DateTime::diff gives wrong diff when the actual diff is less than 1 second)
H A Doo_002.phpt13 $c->modify("1 second ago");
/php-src/ext/opcache/tests/
H A Dbug65915.phpt11 // We don't invalidate the file after the second write.
/php-src/ext/dom/tests/
H A DDOMDocument_load_error3.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_error5.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_error3.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_error5.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_variation2.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_variation2.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
/php-src/ext/date/
H A Dphp_date.stub.php112 int $hour, ?int $minute = null, ?int $second = null, argument
116 int $hour, ?int $minute = null, ?int $second = null, argument
201 DateTime $object, int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTime {} argument
423 …public function setTime(int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTime {} argument
536 …public function setTime(int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTimeIm… argument
/php-src/ext/standard/tests/strings/
H A Dstrspn_variation5.phpt30 second line of heredoc string
87 second line of heredoc string
H A Dstrcspn_variation5.phpt30 second line of heredoc string
87 second line of heredoc string
/php-src/ext/pcre/tests/
H A Dbug79241.phpt13 // with the second call offsetting after the tick symbol
/php-src/ext/simplexml/tests/
H A D009.phpt25 <elem11 attr2='second'>
/php-src/ext/mbstring/tests/
H A Diso2022jp_kddi_encoding.phpt18 $second = $bytes & 0xFF;
20 if ($second > 0x9E) {
21 $kuten = ((($hi_bits << 1) + 0x22) << 8) + ($second - 0x9F + 0x21);
22 } else if ($second > 0x7F) {
23 $kuten = ((($hi_bits << 1) + 0x21) << 8) + ($second - 0x80 + 63 + 0x21);
25 $kuten = ((($hi_bits << 1) + 0x21) << 8) + ($second - 0x40 + 0x21);
189 * to the output. Then the second byte will do something else. It is easier to write the
/php-src/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c41 unsigned int year, month, day, hour, minute, second; member
225 t.second = (unsigned int) to[7]; in ps_fetch_time()
242 (t.neg ? "-" : ""), t.hour, t.minute, t.second, field->decimals, in ps_fetch_time()
246 (t.neg ? "-" : ""), t.hour, t.minute, t.second)); in ps_fetch_time()
267 t.second_part = t.hour = t.minute = t.second = 0; in ps_fetch_date()
306 t.second = (unsigned int) to[6]; in ps_fetch_datetime()
308 t.hour = t.minute = t.second= 0; in ps_fetch_datetime()
320 t.year, t.month, t.day, t.hour, t.minute, t.second, field->decimals, in ps_fetch_datetime()
324 t.year, t.month, t.day, t.hour, t.minute, t.second)); in ps_fetch_datetime()
/php-src/Zend/tests/traits/
H A Dbug55355.phpt14 // A class on the second level in the

Completed in 29 milliseconds

12345678910>>...16