Home
last modified time | relevance | path

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

12345678910>>...16

/php-src/ext/spl/tests/
H A Dbug55157_variation.phpt2 Bug #55157: ArrayIterator always skips the second element in the array when calling offsetUnset()
/php-src/ext/dba/tests/
H A Ddba_inifile.phpt47 Replace second key data
53 Replace second key data
H A Ddba_db4_018.phpt35 echo "Test 3 - fetch both rows from second resource\n";
65 Test 3 - fetch both rows from second resource
H A Ddba015.phpt35 echo "Test 3 - fetch both rows from second resource\n";
65 Test 3 - fetch both rows from second resource
/php-src/ext/gd/tests/
H A Dimageantialias_error2.phpt12 It seems the second argument passing is not being correctly checked.
/php-src/Zend/tests/traits/bugs/
H A Dabstract-methods06.phpt2 … the signature of abstract methods should be checked. (also checking the second possible implement…
/php-src/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_load_variation1.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_basic.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_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_loadXML_error4.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
/php-src/ext/simplexml/tests/
H A D009b.phpt15 <elem11 attr2='second'>Bla bla 2.</elem11>
/php-src/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-src/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"]=>
/php-src/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-src/ext/phar/tests/tar/
H A Dphar_stub.phpt25 $file = '<?php echo "second stub\n"; __HALT_COMPILER(); ?>';
69 <?php echo "second stub\n"; __HALT_COMPILER(); ?>
/php-src/ext/phar/tests/zip/
H A Dphar_stub.phpt25 $file = '<?php echo "second stub\n"; __HALT_COMPILER(); ?>';
69 <?php echo "second stub\n"; __HALT_COMPILER(); ?>
/php-src/ext/phar/tests/
H A Dbug53872.phpt16 print(file_get_contents('phar://bug53872-phar.phar/second.txt'));
/php-src/ext/zip/tests/
H A Dbug14962.phpt2 Bug #14962 (::extractTo second argument is not really optional)
/php-src/ext/intl/tests/
H A Dtimezone_getCanonicalID_variant1_2.phpt2 IntlTimeZone::getCanonicalID(): second argument

Completed in 35 milliseconds

12345678910>>...16