Home
last modified time | relevance | path

Searched refs:except (Results 1 – 25 of 55) sorted by relevance

123

/PHP-8.2/ext/standard/tests/streams/
H A Dstream_select_null_usec.phpt8 $except = null;
15 stream_select($read, $write, $except, null, null);
20 stream_select($read, $write, $except, null, 0);
22 stream_select($read, $write, $except, null, 1);
H A Dstream_select_preserve_keys.phpt8 $except = NULL;
11 stream_select($read, $write, $except, 0);
14 stream_select($read, $write, $except, 0); // // emulate_read
H A Dbug53427.phpt8 $except = NULL;
12 stream_select($read, $write, $except, 0);
H A Dgh8472.phpt26 $except = [];
28 if (stream_select($read, $write, $except, 1)) {
H A Dbug69521.phpt27 $changed = stream_select($read, $write, $except, 0, 500000);
H A Dstream_get_line_nb.phpt14 * Never return incomplete lines, except on documented conditions:
/PHP-8.2/ext/sockets/tests/
H A Dsocket_select-wrongparams-2.phpt9 $except = null;
13 socket_select($sockets, $write, $except, $time);
H A Dsocket_select.phpt16 $except = null;
18 var_dump(socket_select($sockets, $write, $except, 0));
H A Dsocket_select-wrongparams-4.phpt18 $except = null;
21 var_dump(socket_select($sockets, $write, $except, $time, $usec));
H A Dsocket_select-wrongparams-1-win32.phpt17 $except = null;
19 var_dump(socket_select($sockets, $write, $except, $time));
H A Dsocket_select-wrongparams-1.phpt17 $except = null;
19 var_dump(socket_select($sockets, $write, $except, $time));
/PHP-8.2/ext/openssl/tests/
H A Dbug74159.phpt60 $except = null;
61 while($streams && !($n = stream_select($read, $streams, $except, 1)));
67 $except = null;
68 while ($streams && !($n = stream_select($streams, $write, $except, 1)));
H A Dbug72333.phpt25 while (stream_select($read, $write, $except, 1)) {
50 while (stream_select($read, $write, $except, 1)) {
H A Dbug77390.phpt29 while (stream_select($read, $write, $except, 1000)) {
87 while (stream_select($read, $write, $except, 1)) {
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_get_connection_stats.phpt37 printf("[005] The hashes should be identical except of the memory related fields\n");
52 printf("[007] The hashes should be identical except of the memory related fields\n");
/PHP-8.2/ext/standard/tests/strings/
H A Dsetlocale-win32.phpt2 Unix locale names are rejected on Windows, except for some special cases
/PHP-8.2/Zend/tests/type_declarations/mixed/inheritance/
H A Dmixed_return_inheritance_success2.phpt2 Test that a mixed return type can be overridden by any single (and nullable) type except void
/PHP-8.2/ext/opcache/tests/
H A Dblacklist.phpt18 * So, we should write `%S/tmp/path` as `/tmp/path`, except for Windows.
/PHP-8.2/ext/standard/tests/file/
H A Drename_basic.phpt23 // checking statistics of old and renamed file - both should be same except ctime
H A Dlstat_stat_variation2.phpt26 // compare the two stats - all except ctime
H A Dcopy_variation18.phpt30 // compare all stat fields except access time
H A Dlstat_stat_variation3.phpt37 // compare the two stats - all except ctime
/PHP-8.2/ext/soap/tests/
H A Dfault_warning.phpt15 new SoapFault(new stdClass(), "message"); // Can't be a non-string (except for null)
/PHP-8.2/ext/date/tests/
H A DDateInterval_format.phpt2 DateInterval::format(), except %a
/PHP-8.2/ext/tidy/
H A Dconfig.m435 dnl two are compatible, except for with regard to this header file.

Completed in 18 milliseconds

123