Home
last modified time | relevance | path

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

123

/PHP-5.5/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-5.5/ext/standard/tests/streams/
H A Dbug53427.phpt8 $except = NULL;
12 stream_select($read, $write, $except, 0);
H A Dstream_get_line_nb.phpt14 * Never return incomplete lines, except on documented conditions:
/PHP-5.5/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
H A Dctype_graph_variation3.phpt8 * Description: Checks for any printable character(s) except space
H A Dctype_graph_variation1.phpt8 * Description: Checks for any printable character(s) except space
/PHP-5.5/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-5.5/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
H A Dtestoutput1739 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
53 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
90 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
102 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
172 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
186 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
/PHP-5.5/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-5.5/ext/json/
H A DREADME17 value can be any type except a resource.
/PHP-5.5/sapi/cgi/
H A DCHANGES1 In PHP5.3 all additional configure options (except --enable-cgi) are removed:
/PHP-5.5/ext/date/tests/
H A DDateInterval_format.phpt2 DateInterval::format(), except %a

Completed in 35 milliseconds

123