Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/sockets/tests/
H A Dsocket_select-wrongparams-2.phpt12 $except = null;
14 var_dump(socket_select($sockets, $write, $except, $time));
15 socket_select($sockets, $write, $except);
H A Dsocket_select.phpt19 $except = null;
21 var_dump(socket_select($sockets, $write, $except, 0));
H A Dsocket_select-wrongparams-1-win32.phpt18 $except = null;
20 var_dump(socket_select($sockets, $write, $except, $time));
H A Dsocket_select-wrongparams-4.phpt21 $except = null;
24 var_dump(socket_select($sockets, $write, $except, $time, $usec));
H A Dsocket_select-wrongparams-3.phpt21 $except = null;
23 var_dump(socket_select($sockets, $write, $except, $time));
H A Dsocket_select-wrongparams-1.phpt18 $except = null;
20 var_dump(socket_select($sockets, $write, $except, $time));
/PHP-7.4/ext/standard/tests/streams/
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 Dbug69521.phpt27 $changed = stream_select($read, $write, $except, 0, 500000);
/PHP-7.4/ext/openssl/tests/
H A Dbug74159.phpt59 $except = null;
60 while($streams && !($n = stream_select($read, $streams, $except, 1)));
66 $except = null;
67 while ($streams && !($n = stream_select($streams, $write, $except, 1)));
H A Dbug72333.phpt24 while (stream_select($read, $write, $except, 1)) {
49 while (stream_select($read, $write, $except, 1)) {
H A Dbug77390.phpt28 while (stream_select($read, $write, $except, 1000)) {
86 while (stream_select($read, $write, $except, 1)) {
/PHP-7.4/ext/ctype/tests/
H A Dctype_graph_basic.phpt8 * Description: Checks for any printable character(s) except space
H A Dctype_graph_variation4.phpt8 * Description: Checks for any printable character(s) except space
/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale-win32.phpt2 Unix locale names are rejected on Windows, except for some special cases
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_get_connection_stats.phpt44 printf("[005] The hashes should be identical except of the memory related fields\n");
59 printf("[007] The hashes should be identical except of the memory related fields\n");
/PHP-7.4/ext/opcache/tests/
H A Dblacklist.phpt17 * So, we should write `%S/tmp/path` as `/tmp/path`, except for Windows.
/PHP-7.4/
H A D.appveyor.yml6 except:
/PHP-7.4/ext/standard/tests/file/
H A Drename_basic.phpt27 // checking statistics of old and renamed file - both should be same except ctime
H A Dlstat_stat_variation2.phpt33 // compare the two stats - all except ctime
H A Dcopy_variation18.phpt35 // compare all stat fields except access time
H A Dlstat_stat_variation3.phpt44 // compare the two stats - all except ctime
/PHP-7.4/ext/soap/tests/
H A Dfault_warning.phpt8 $fault = new SoapFault(0, "message"); // Can't be a non-string (except for null)
/PHP-7.4/ext/tidy/
H A Dconfig.m435 dnl two are compatible, except for with regard to this header file.
/PHP-7.4/ext/date/tests/
H A DDateInterval_format.phpt2 DateInterval::format(), except %a

Completed in 36 milliseconds

123