Searched refs:handles (Results 1 – 25 of 42) 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 = WaitForMultipleObjects(n_handles, handles, FALSE, retcode > 0 ? 0 : 100); 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
2 Bug #46781 (BC math handles minus zero incorrectly)
42 //execute the handles48 //close the handles
47 //execute the handles57 //close the handles
2 Test curl_copy_handle() add options to the handles
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
2 socket_export_stream: effects of leaked handles
2 socket_import_stream: effects of leaked 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 rewriter correctly handles attribute names which contain dashes
2 rewriter handles form and fieldset tags correctly
18 /* Closing the resource handles */
2 Case-sensitivity part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrect…
2 Whitespace part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrectly")
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
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
Completed in 24 milliseconds