/php-src/ext/curl/tests/ |
H A D | curl_multi_get_handles.phpt | 20 printf("%d handles are attached\n", count(curl_multi_get_handles($mh))); 42 printf("%d handles are attached\n", count(curl_multi_get_handles($mh))); 44 printf("%d handles are attached\n", count(curl_multi_get_handles($mh))); 55 printf("%d handles are attached\n", count(curl_multi_get_handles($mh))); 60 1 handles are attached 62 2 handles are attached 64 2 handles are attached 65 1 handles are attached 68 1 handles are attached 69 0 handles are attached [all …]
|
H A D | curl_basic_018.phpt | 48 //execute the handles 58 //close the handles
|
H A D | curl_share_basic.phpt | 20 // Make sure nothing bad handles if the share handle is unset early.
|
/php-src/win32/ |
H A D | select.c | 34 HANDLE handles[MAXIMUM_WAIT_OBJECTS]; in php_select() local 65 handles[n_handles] = (HANDLE)(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-src/ext/bcmath/tests/ |
H A D | bug46781.phpt | 2 Bug #46781 (BC math handles minus zero incorrectly)
|
/php-src/ext/standard/tests/strings/ |
H A D | bug29075.phpt | 2 Bug #29075 (strnatcmp() incorrectly handles whitespace)
|
H A D | strpos_number.phpt | 5 // Integer is handles as an octal representation, so nothing to match
|
/php-src/ext/standard/tests/dir/ |
H A D | opendir_basic.phpt | 32 echo "\n-- Close directory handles: --\n"; 55 -- Close directory handles: --
|
H A D | opendir_basic-win32-mb.phpt | 38 echo "\n-- Close directory handles: --\n"; 61 -- Close directory handles: --
|
/php-src/ext/standard/tests/file/ |
H A D | fflush_variation4.phpt | 11 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 D | fgetc_variation2.phpt | 5 /* try reading a char using fgetc() using invalid handles
|
/php-src/ext/opcache/tests/ |
H A D | sccp_loop_var_free.phpt | 2 Check that SCCP correctly handles non-terminating frees of loop variables
|
/php-src/ext/sockets/tests/ |
H A D | socket_import_stream-5.phpt | 2 socket_import_stream: effects of leaked handles
|
H A D | socket_export_stream-5.phpt | 2 socket_export_stream: effects of leaked handles
|
/php-src/Zend/ |
H A D | zend_extensions.h | 118 ZEND_API int zend_get_op_array_extension_handles(const char *module_name, int handles); 120 ZEND_API int zend_get_internal_function_extension_handles(const char *module_name, int handles);
|
H A D | zend_extensions.c | 298 ZEND_API int zend_get_op_array_extension_handles(const char *module_name, int handles) in zend_get_op_array_extension_handles() argument 301 zend_op_array_extension_handles += handles; in zend_get_op_array_extension_handles() 313 ZEND_API int zend_get_internal_function_extension_handles(const char *module_name, int handles) in zend_get_internal_function_extension_handles() argument 316 zend_internal_function_extension_handles += handles; in zend_get_internal_function_extension_handles()
|
/php-src/sapi/cli/tests/ |
H A D | gh8827-001.phpt | 2 std handles can be deliberately closed 001
|
H A D | gh14189.phpt | 2 GH-14189 (PHP Interactive shell input state incorrectly handles quoted heredoc literals.)
|
H A D | gh8827-002.phpt | 2 std handles can be deliberately closed 002
|
H A D | gh8827-003.phpt | 2 std handles can be deliberately closed 003
|
/php-src/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_pconnect.phpt | 27 printf("[001] Both handles should use the same connection."); 38 printf("[002] Both handles should report the same MySQL thread ID"); 48 printf("[003] Both handles should report the same MySQL thread ID");
|
/php-src/ext/standard/tests/array/ |
H A D | array_keys_variation_005.phpt | 18 /* Closing the resource handles */
|
/php-src/Zend/tests/function_arguments/ |
H A D | sensitive_parameter_named_arguments.phpt | 2 The SensitiveParameter attribute handles named arguments.
|
/php-src/ext/json/tests/ |
H A D | bug64874_part2.phpt | 2 Case-sensitivity part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrect…
|
/php-src/ext/session/tests/ |
H A D | 018.phpt | 2 rewriter correctly handles attribute names which contain dashes
|