Searched refs:handles (Results 1 – 25 of 39) sorted by relevance
12
40 HANDLE handles[MAXIMUM_WAIT_OBJECTS]; in php_select() local66 handles[n_handles] = (HANDLE)(zend_uintptr_t)_get_osfhandle(i); in php_select()67 if (handles[n_handles] == INVALID_HANDLE_VALUE) { in php_select()120 wret = MsgWaitForMultipleObjects(n_handles, handles, FALSE, retcode > 0 ? 0 : 100, QS_ALLEVENTS); in php_select()137 if (WAIT_OBJECT_0 == WaitForSingleObject(handles[i], 0)) { in php_select()
2 Bug #29075 (strnatcmp() incorrectly handles whitespace)
5 // Integer is handles as an octal representation, so nothing to match
36 echo "\n-- Close directory handles: --\n";59 -- Close directory handles: --
11 * Open two directory handles on the same directory and pass both
14 echo "*** Testing fflush(): with file handles of files opened in various read modes ***\n";44 *** Testing fflush(): with file handles of files opened in various read modes ***
10 /* try reading a char using fgetc() using invalid handles
10 /* try reading a line using fgets() using invalid handles
41 //execute the handles47 //close the handles
46 //execute the handles56 //close the handles
2 Test curl_copy_handle() add options to the handles
25 printf("[001] Both handles should use the same connection.");36 printf("[002] Both handles should report the same MySQL thread ID");45 printf("[003] Both handles should report the same MySQL thread ID");
9 die("skip Known bug - mysqlnd handles BIT incorrectly!");
2 socket_import_stream: effects of leaked handles
2 rewriter correctly handles attribute names which contain dashes
2 rewriter handles form and fieldset tags correctly
18 /* Closing the resource handles */
127 /* cleaning resource handles */
129 /* cleaning resource handles */
96 …ar archive "%sphar_unlinkarchive.phar" has open file handles or objects. fclose() all file handle…
1 Revamped object model using object handles38 duplicated. This results in all handles of this object to always point80 Without the new Java-like handles, at line 20 the objects' data member
2 Whitespace part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrectly")
50 persistent handles), the driver will implicitly rollBack(). It is your
52 $c8 = 4567;// change this to test how mysqli/mysqlnd handles is_ref changing
69 // Check the errors are still accessible in the respective handles
Completed in 26 milliseconds