Home
last modified time | relevance | path

Searched refs:handle (Results 201 – 225 of 446) sorted by relevance

12345678910>>...18

/PHP-8.3/ext/soap/tests/bugs/
H A Dbug29844.phpt27 $this->server->handle($request);
H A Dbug38055.phpt27 $this->server->handle($request);
H A Dbug42183.phpt23 $server->handle($req);
H A Dbug42692.phpt24 $this->server->handle($request);
H A Dbug46419.phpt22 $this->server->handle($request);
H A Dbug50698_2.phpt2 Request #50698_2 (SoapClient should handle wsdls with some incompatible endpoints -- EDGECASE: Larg…
H A Dbug50698_3.phpt2 Request #50698_3 (SoapClient should handle wsdls with some incompatible endpoints -- EDGECASE: Larg…
/PHP-8.3/ext/standard/tests/serialize/
H A Dbug49649.phpt2 Bug #49649 (unserialize() doesn't handle changes in property visibility) - to public
H A Dbug49649_1.phpt2 Bug #49649 (unserialize() doesn't handle changes in property visibility) - to protected
H A Dbug49649_2.phpt2 Bug #49649 (unserialize() doesn't handle changes in property visibility) - to private
/PHP-8.3/ext/curl/tests/
H A Dbug45161.phpt2 Bug #45161 (Reusing a curl handle leaks memory)
/PHP-8.3/ext/soap/tests/
H A Dserver010.phpt36 $server->handle($HTTP_RAW_POST_DATA);
54 $server->handle($HTTP_RAW_POST_DATA);
H A Dserver009.phpt39 $server->handle($HTTP_RAW_POST_DATA);
57 $server->handle($HTTP_RAW_POST_DATA);
H A Dserver012.phpt23 $server->handle();
/PHP-8.3/ext/standard/tests/file/
H A D007_variation13-win32.phpt25 var_dump($file_handle); //Check for the content of handle
31 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation13.phpt25 var_dump($file_handle); //Check for the content of handle
31 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation8.phpt18 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_variation15.phpt27 var_dump($file_handle); //Check for the content of handle
35 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation16.phpt18 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_variation7.phpt18 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/ftp/tests/
H A Dftp_nb_get_large.phpt2 Testing ftp_nb_fget can handle large files incl. resume
/PHP-8.3/ext/soap/tests/interop/Round2/Base/
H A Dround2_base.inc80 $server->handle($HTTP_RAW_POST_DATA);
/PHP-8.3/ext/standard/tests/dir/
H A Dreaddir_variation2.phpt6 * Pass readdir() a directory handle pointing to an empty directory to test behaviour
/PHP-8.3/ext/soap/
H A Dphp_sdl.h263 void delete_sdl(void *handle);
264 void delete_sdl_impl(void *handle);
/PHP-8.3/ext/standard/tests/strings/
H A Dmd5_file.phpt7 if (($handle = fopen( "EmptyFileMD5.txt", "w+")) == FALSE)
25 fclose($handle);

Completed in 27 milliseconds

12345678910>>...18