Home
last modified time | relevance | path

Searched refs:second (Results 176 – 200 of 360) sorted by relevance

12345678910>>...15

/PHP-8.1/ext/simplexml/tests/
H A D009b.phpt15 <elem11 attr2='second'>Bla bla 2.</elem11>
/PHP-8.1/ext/dom/tests/
H A DDOMDocument_loadXML_variation1.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_basic.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_error4.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_variation3.phpt8 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_error4.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_variation3.phpt8 - LOAD_OPTIONS: the second parameter to pass to the method
/PHP-8.1/Zend/tests/
H A Dbug69758.phpt11 // and second must be 8, 9 or 10
H A Dbug79657.phpt27 function get(string $first, int $second): array
/PHP-8.1/ext/date/tests/
H A Ddate_timestamp_set_nullparam2.phpt2 Test the function date_timestamp_set() with second null parameter.
H A Dbug67253.phpt22 ["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 Dbug-gh8964-001.phpt2 Test for bug GH-8964: DateTime object comparison after applying delta less than 1 second
/PHP-8.1/ext/mbstring/tests/
H A Diso2022jp_ms_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);
165 * to the output. Then the second byte will do something else. It is easier to write the
/PHP-8.1/ext/phar/tests/
H A Dbug53872.phpt16 print(file_get_contents('phar://bug53872-phar.phar/second.txt'));
/PHP-8.1/ext/dba/tests/
H A Ddba015.phpt33 echo "Test 3 - fetch both rows from second resource\n";
63 Test 3 - fetch both rows from second resource
H A Ddba_db4_018.phpt33 echo "Test 3 - fetch both rows from second resource\n";
65 Test 3 - fetch both rows from second resource
/PHP-8.1/ext/intl/tests/
H A Dtimezone_getCanonicalID_variant1_2.phpt2 IntlTimeZone::getCanonicalID(): second argument
/PHP-8.1/ext/zip/tests/
H A Dbug14962.phpt2 Bug #14962 (::extractTo second argument is not really optional)
/PHP-8.1/ext/spl/tests/
H A DSplDoublyLinkedList_offsetExists_success.phpt18 // Validate that we can see the second value
/PHP-8.1/ext/reflection/tests/internal_parameter_default_value/
H A DReflectionParameter_toString_Internal.phpt24 Parameter #2 [ <optional> int $second = 0 ]
/PHP-8.1/ext/curl/tests/
H A Dcurl_copy_handle_variation1.phpt21 // change the CURLOPT_URL for the second handle
/PHP-8.1/ext/opcache/tests/
H A Dbug65915.phpt11 // We don't invalidate the file after the second write.

Completed in 24 milliseconds

12345678910>>...15