Home
last modified time | relevance | path

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

12

/PHP-5.6/win32/
H A Dselect.c40 HANDLE handles[MAXIMUM_WAIT_OBJECTS]; in php_select() local
66 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()
/PHP-5.6/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-5.6/ext/standard/tests/dir/
H A Dopendir_basic.phpt36 echo "\n-- Close directory handles: --\n";
59 -- Close directory handles: --
H A Dreaddir_variation6.phpt11 * Open two directory handles on the same directory and pass both
/PHP-5.6/ext/standard/tests/file/
H A Dfflush_variation4.phpt14 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 ***
H A Dfgetc_variation2.phpt10 /* try reading a char using fgetc() using invalid handles
H A Dfgets_variation2.phpt10 /* try reading a line using fgets() using invalid handles
/PHP-5.6/ext/curl/tests/
H A Dcurl_basic_017.phpt42 //execute the handles
48 //close the handles
H A Dcurl_basic_018.phpt47 //execute the handles
57 //close the handles
H A Dcurl_copy_handle_variation2.phpt2 Test curl_copy_handle() add options to the handles
/PHP-5.6/ext/sockets/tests/
H A Dsocket_import_stream-5.phpt2 socket_import_stream: effects of leaked handles
/PHP-5.6/ext/pdo_mysql/tests/
H A Dpdo_mysql_pconnect.phpt25 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");
H A Dpdo_mysql_bit.phpt9 die("skip Known bug - mysqlnd handles BIT incorrectly!");
/PHP-5.6/ext/session/tests/
H A D018.phpt2 rewriter correctly handles attribute names which contain dashes
H A D021.phpt2 rewriter handles form and fieldset tags correctly
/PHP-5.6/ext/standard/tests/array/
H A Darray_keys_variation_005.phpt18 /* Closing the resource handles */
H A Dend.phpt127 /* cleaning resource handles */
/PHP-5.6/ext/json/tests/
H A Dbug64874_part2.phpt2 Case-sensitivity part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrect…
H A Dbug64874_part1.phpt2 Whitespace part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrectly")
/PHP-5.6/ext/phar/tests/
H A Dphar_unlinkarchive.phpt96 …ar archive "%sphar_unlinkarchive.phar" has open file handles or objects. fclose() all file handle…
/PHP-5.6/Zend/RFCs/
H A D001.txt1 Revamped object model using object handles
38 duplicated. This results in all handles of this object to always point
80 Without the new Java-like handles, at line 20 the objects' data member
/PHP-5.6/ext/pdo/
H A DREADME50 persistent handles), the driver will implicitly rollBack(). It is your
/PHP-5.6/ext/mysqli/tests/
H A D009.phpt52 $c8 = 4567;// change this to test how mysqli/mysqlnd handles is_ref changing
/PHP-5.6/ext/oci8/tests/
H A Derror_parse.phpt69 // Check the errors are still accessible in the respective handles

Completed in 39 milliseconds

12