Home
last modified time | relevance | path

Searched refs:handles (Results 1 – 25 of 43) sorted by relevance

12

/PHP-8.1/win32/
H A Dselect.c34 HANDLE handles[MAXIMUM_WAIT_OBJECTS]; in php_select() local
65 handles[n_handles] = (HANDLE)(zend_uintptr_t)_get_osfhandle(i); in php_select()
66 if (handles[n_handles] == INVALID_HANDLE_VALUE) { in php_select()
119 wret = WaitForMultipleObjects(n_handles, handles, FALSE, retcode > 0 ? 0 : 100); in php_select()
136 if (WAIT_OBJECT_0 == WaitForSingleObject(handles[i], 0)) { in php_select()
/PHP-8.1/ext/bcmath/tests/
H A Dbug46781.phpt2 Bug #46781 (BC math handles minus zero incorrectly)
/PHP-8.1/ext/curl/tests/
H A Dcurl_basic_018.phpt41 //execute the handles
51 //close the handles
H A Dcurl_share_basic.phpt20 // Make sure nothing bad handles if the share handle is unset early.
H A Dcurl_copy_handle_variation2.phpt2 Test curl_copy_handle() add options to the handles
/PHP-8.1/ext/standard/tests/strings/
H A Dbug29075.phpt2 Bug #29075 (strnatcmp() incorrectly handles whitespace)
H A Dstrpos_number.phpt5 // Integer is handles as an octal representation, so nothing to match
/PHP-8.1/ext/standard/tests/dir/
H A Dopendir_basic.phpt32 echo "\n-- Close directory handles: --\n";
55 -- Close directory handles: --
H A Dopendir_basic-win32-mb.phpt38 echo "\n-- Close directory handles: --\n";
61 -- Close directory handles: --
H A Dreaddir_variation6.phpt6 * Open two directory handles on the same directory and pass both
/PHP-8.1/ext/standard/tests/file/
H A Dfflush_variation4.phpt11 echo "*** Testing fflush(): with file handles of files opened in various read modes ***\n";
41 *** Testing fflush(): with file handles of files opened in various read modes ***
H A Dfgetc_variation2.phpt5 /* try reading a char using fgetc() using invalid handles
H A Dfgets_variation2.phpt5 /* try reading a line using fgets() using invalid handles
/PHP-8.1/ext/opcache/tests/
H A Dsccp_loop_var_free.phpt2 Check that SCCP correctly handles non-terminating frees of loop variables
/PHP-8.1/ext/sockets/tests/
H A Dsocket_import_stream-5.phpt2 socket_import_stream: effects of leaked handles
H A Dsocket_export_stream-5.phpt2 socket_export_stream: effects of leaked handles
/PHP-8.1/ext/session/tests/
H A D018.phpt2 rewriter correctly handles attribute names which contain dashes
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_pconnect.phpt28 printf("[001] Both handles should use the same connection.");
39 printf("[002] Both handles should report the same MySQL thread ID");
49 printf("[003] Both handles should report the same MySQL thread ID");
/PHP-8.1/ext/standard/tests/array/
H A Darray_keys_variation_005.phpt18 /* Closing the resource handles */
/PHP-8.1/sapi/cli/tests/
H A Dgh8827-001.phpt2 std handles can be deliberately closed 001
H A Dgh8827-002.phpt2 std handles can be deliberately closed 002
H A Dgh8827-003.phpt2 std handles can be deliberately closed 003
/PHP-8.1/ext/json/tests/
H A Dbug64874_part2.phpt2 Case-sensitivity part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrect…
/PHP-8.1/ext/phar/tests/
H A Dphar_unlinkarchive.phpt98 …ar archive "%sphar_unlinkarchive.phar" has open file handles or objects. fclose() all file handle…
/PHP-8.1/Zend/
H A Dzend_extensions.c275 ZEND_API int zend_get_op_array_extension_handles(const char *module_name, int handles) in zend_get_op_array_extension_handles() argument
278 zend_op_array_extension_handles += handles; in zend_get_op_array_extension_handles()

Completed in 68 milliseconds

12