Home
last modified time | relevance | path

Searched refs:second (Results 151 – 175 of 360) sorted by relevance

12345678910>>...15

/PHP-8.1/ext/standard/tests/array/
H A Dsort_variation9.phpt20 "holes" => array("first", 5 => "second", "third")
93 string(6) "second"
130 string(6) "second"
H A Dkrsort_variation9.phpt19 array("first", 5 => "second", 1 => "third"),
142 string(6) "second"
152 string(6) "second"
H A Dksort_variation9.phpt18 array("first", 5 => "second", 1 => "third"),
145 string(6) "second"
155 string(6) "second"
H A Darray_filter_variation10.phpt30 echo "*** Testing array_filter() : usage variations - 'callback' expecting second argument ***\n";
75 *** Testing array_filter() : usage variations - 'callback' expecting second argument ***
/PHP-8.1/ext/spl/tests/
H A Dspl_autoload_warn_on_false_do_throw.phpt2 spl_autoload_register() function - warn when using false as second argument for spl_autoload_regist…
H A Dbug55157_variation.phpt2 Bug #55157: ArrayIterator always skips the second element in the array when calling offsetUnset()
/PHP-8.1/tests/basic/
H A Dtimeout_variation_10.phpt21 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
/PHP-8.1/ext/gmp/tests/
H A Dbug32773.phpt2 Bug #32773 (binary GMP functions returns unexpected value, when second parameter is int(0))
/PHP-8.1/ext/standard/tests/dir/
H A Drewinddir_basic-win32-mb.phpt43 echo "\n-- Read and rewind second directory (no argument supplied) --\n";
84 -- Read and rewind second directory (no argument supplied) --
/PHP-8.1/ext/standard/tests/file/
H A Dfdatasync.phpt9 second line of string
59 second line of string
H A Dfsync.phpt9 second line of string
59 second line of string
H A Dcopy_variation4.phpt87 Warning: copy(): The second argument to copy() function cannot be a directory in %s on line %d
99 Warning: copy(): The second argument to copy() function cannot be a directory in %s on line %d
111 Warning: copy(): The second argument to copy() function cannot be a directory in %s on line %d
123 Warning: copy(): The second argument to copy() function cannot be a directory in %s on line %d
/PHP-8.1/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-8.1/tests/func/
H A D004.phpt29 echo "Calling the function for the second time...\n";
55 Calling the function for the second time...
H A D005a.phpt30 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
/PHP-8.1/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-8.1/ext/date/tests/
H A Dbug51994.phpt21 ["second"]=>
H A Dbug67251.phpt21 ["second"]=>
/PHP-8.1/ext/opcache/tests/opt/
H A Dsccp_015.phpt22 loadEntities(array("first", "second"));
/PHP-8.1/ext/posix/tests/
H A Dposix_setrlimit.phpt8 // On FreeBSD the second call does not report an error, though the limit isn't changed either.
/PHP-8.1/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-8.1/ext/gd/tests/
H A Dimageantialias_error2.phpt12 It seems the second argument passing is not being correctly checked.
/PHP-8.1/Zend/tests/traits/bugs/
H A Dabstract-methods06.phpt2 … the signature of abstract methods should be checked. (also checking the second possible implement…
/PHP-8.1/ext/dom/tests/
H A DDOMDocument_loadXML_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

Completed in 24 milliseconds

12345678910>>...15