Home
last modified time | relevance | path

Searched refs:handle (Results 176 – 200 of 446) sorted by relevance

12345678910>>...18

/PHP-8.3/ext/curl/tests/
H A Dcurl_share_basic.phpt20 // Make sure nothing bad handles if the share handle is unset early.
H A Dbug71523.phpt2 Bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes while curl_multi_exec)
H A Dbug72202.phpt2 Bug #72202 (curl_close doesn't close cURL handle)
H A Dcurl_write_stdout.phpt2 Test curl option CURLOPT_FILE with STDOUT handle
/PHP-8.3/ext/standard/tests/streams/
H A Dstream_get_meta_data_dir_basic.phpt11 var_dump(stream_get_meta_data($dirObject->handle));
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorcode.phpt31 or PDO->query() and invoke an error on the statement handle,
34 operation performed on a particular statement handle.
/PHP-8.3/ext/opcache/tests/jit/
H A Dbug81249.phpt42 public function handle(array &$ioQueue, string $byte): int
118 $result = $decoder->handle($bytes, $byte);
/PHP-8.3/ext/soap/tests/bugs/
H A Dbug30994.phpt2 Bug #30994 (SOAP server unable to handle request with references)
43 $x->handle($HTTP_RAW_POST_DATA);
H A Dbug28969.phpt23 $this->server->handle($request);
/PHP-8.3/ext/standard/tests/file/
H A D007_variation14.phpt20 var_dump($file_handle); //Check for the content of handle
26 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation6.phpt20 var_dump($file_handle); //Check for the content of handle
26 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation22.phpt20 var_dump($file_handle); //Check for the content of handle
26 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation21.phpt20 var_dump($file_handle); //Check for the content of handle
26 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation5.phpt20 var_dump($file_handle); //Check for the content of handle
26 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
/PHP-8.3/ext/mbstring/tests/
H A Dutf8_error_handling.phpt7 /* The WHATWG specifies not just how web browsers should handle _valid_
8 * UTF-8 text, but how they should handle _invalid_ UTF-8 text (such
/PHP-8.3/ext/standard/tests/strings/
H A Dbug70720.phpt2 Bug #70720 (strip_tags() doesn't handle "xml" correctly)
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_character_set.phpt41 /* The server currently 17.07.2007 can't handle data sent in ucs2 */
42 /* The server currently 16.08.2010 can't handle data sent in utf16 and utf32 */
43 /* The server currently 02.09.2011 can't handle data sent in utf16le */
/PHP-8.3/ext/soap/tests/
H A Dserver029.phpt2 SOAP Server 29-CGI: new/addfunction/handle
34 $server->handle();
H A Dtransport001.phpt22 $this->server->handle($request);
/PHP-8.3/ext/com_dotnet/
H A Dcom_dotnet.c303 IObjectHandle *handle = NULL; in PHP_METHOD() local
306 hr = IUnknown_QueryInterface(unk, &IID_IObjectHandle, &handle); in PHP_METHOD()
310 hr = IObjectHandle_Unwrap(handle, &unwrapped); in PHP_METHOD()
339 IObjectHandle_Release(handle); in PHP_METHOD()
/PHP-8.3/main/
H A Dphp_main.h55 PHPAPI zend_result php_stream_open_for_zend_ex(zend_file_handle *handle, int mode);
/PHP-8.3/Zend/tests/
H A Dbug32993.phpt24 ; // handle exception
/PHP-8.3/tests/security/
H A Dopen_basedir.inc36 $handle = opendir($directory);
39 while (FALSE !== ($item = readdir($handle))) {
53 closedir($handle);
/PHP-8.3/ext/json/tests/
H A Dbug46944.phpt2 Bug #46944 (json_encode() doesn't handle 3 byte utf8 correctly)
/PHP-8.3/ext/xsl/
H A Dphp_xsl.h57 zval handle; member

Completed in 34 milliseconds

12345678910>>...18