Home
last modified time | relevance | path

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

123

/PHP-7.1/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;
20 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.1/ext/standard/tests/streams/
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.1/ext/openssl/tests/
H A Dbug74159.phpt54 $except = null;
55 while($streams && !($n = stream_select($read, $streams, $except, 1)));
61 $except = null;
62 while ($streams && !($n = stream_select($streams, $write, $except, 1)));
H A Dbug72333.phpt22 while (stream_select($read, $write, $except, 1)) {
45 while (stream_select($read, $write, $except, 1)) {
/PHP-7.1/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
H A Dctype_graph_error.phpt8 * Description: Checks for any printable character(s) except space
/PHP-7.1/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.1/
H A D.appveyor.yml6 except:
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestinput14105 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
119 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
156 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
168 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
238 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
252 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
H A Dtestinput1723 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
37 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
74 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
86 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
156 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
170 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
H A Dtestoutput14172 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
186 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
223 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
235 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
305 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
319 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
/PHP-7.1/ext/standard/tests/file/
H A Drename_basic.phpt27 // checking statistics of old and renamed file - both should be same except ctime
H A Dcopy_variation18.phpt35 // compare all stat fields except access time
H A Dlstat_stat_variation2.phpt39 // compare the two stats - all except ctime
H A Dlstat_stat_variation3.phpt43 // compare the two stats - all except ctime
/PHP-7.1/ext/tidy/
H A Dconfig.m432 dnl except for with regard to this header file.
/PHP-7.1/sapi/cgi/
H A DCHANGES1 In PHP5.3 all additional configure options (except --enable-cgi) are removed:
/PHP-7.1/ext/date/tests/
H A DDateInterval_format.phpt2 DateInterval::format(), except %a

Completed in 102 milliseconds

123