/php-src/ext/standard/tests/streams/ |
H A D | stream_select_null_usec.phpt | 8 $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 D | stream_select_preserve_keys.phpt | 8 $except = NULL; 11 stream_select($read, $write, $except, 0); 14 stream_select($read, $write, $except, 0); // // emulate_read
|
H A D | bug53427.phpt | 8 $except = NULL; 12 stream_select($read, $write, $except, 0);
|
H A D | gh8472.phpt | 26 $except = []; 28 if (stream_select($read, $write, $except, 1)) {
|
H A D | bug69521.phpt | 27 $changed = stream_select($read, $write, $except, 0, 500000);
|
/php-src/ext/sockets/tests/ |
H A D | socket_select-wrongparams-2.phpt | 9 $except = null; 13 socket_select($sockets, $write, $except, $time);
|
H A D | socket_select.phpt | 16 $except = null; 18 var_dump(socket_select($sockets, $write, $except, 0));
|
H A D | socket_select-wrongparams-4.phpt | 18 $except = null; 21 var_dump(socket_select($sockets, $write, $except, $time, $usec));
|
H A D | socket_select-wrongparams-1-win32.phpt | 18 $except = null; 20 var_dump(socket_select($sockets, $write, $except, $time));
|
H A D | socket_select-wrongparams-1.phpt | 18 $except = null; 20 var_dump(socket_select($sockets, $write, $except, $time));
|
H A D | socket_icmp.phpt | 44 $write = $except = []; 46 if (socket_select($read, $write, $except, $timeout['sec'], $timeout['usec']) > 0) {
|
/php-src/ext/openssl/tests/ |
H A D | bug74159.phpt | 60 $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 D | bug72333.phpt | 25 while (stream_select($read, $write, $except, 1)) { 50 while (stream_select($read, $write, $except, 1)) {
|
H A D | bug77390.phpt | 29 while (stream_select($read, $write, $except, 1000)) { 87 while (stream_select($read, $write, $except, 1)) {
|
/php-src/benchmark/ |
H A D | shared.php | 31 $except = null; 33 stream_select($read, $write, $except, 1, 0);
|
/php-src/ext/mysqli/tests/ |
H A D | mysqli_get_connection_stats.phpt | 36 printf("[005] The hashes should be identical except of the memory related fields\n"); 51 printf("[007] The hashes should be identical except of the memory related fields\n");
|
/php-src/ext/standard/tests/strings/ |
H A D | setlocale-win32.phpt | 2 Unix locale names are rejected on Windows, except for some special cases
|
/php-src/ext/dom/lexbor/ |
H A D | NOTICE | 7 you may not use this file except in compliance with the License.
|
/php-src/Zend/tests/type_declarations/mixed/inheritance/ |
H A D | mixed_return_inheritance_success2.phpt | 2 Test that a mixed return type can be overridden by any single (and nullable) type except void
|
/php-src/ext/opcache/tests/ |
H A D | blacklist.phpt | 18 * So, we should write `%S/tmp/path` as `/tmp/path`, except for Windows.
|
/php-src/ext/standard/tests/file/ |
H A D | rename_basic.phpt | 23 // checking statistics of old and renamed file - both should be same except ctime
|
H A D | lstat_stat_variation2.phpt | 26 // compare the two stats - all except ctime
|
H A D | copy_variation18.phpt | 30 // compare all stat fields except access time
|
H A D | lstat_stat_variation3.phpt | 37 // compare the two stats - all except ctime
|
/php-src/ext/soap/tests/ |
H A D | fault_warning.phpt | 15 new SoapFault(new stdClass(), "message"); // Can't be a non-string (except for null)
|