Home
last modified time | relevance | path

Searched refs:handle (Results 226 – 250 of 739) sorted by relevance

12345678910>>...30

/PHP-7.3/ext/soap/tests/bugs/
H A Dbug42692.phpt23 $this->server->handle($request);
H A Dbug46419.phpt21 $this->server->handle($request);
H A Dbug34643.phpt27 $this->server->handle($request);
H A Dbug38067.phpt24 $this->server->handle($request);
H A Dbug50698_2.phpt2 Request #50698_2 (SoapClient should handle wsdls with some incompatiable endpoints -- EDGECASE: Lar…
H A Dbug50698_3.phpt2 Request #50698_3 (SoapClient should handle wsdls with some incompatiable endpoints -- EDGECASE: Lar…
H A Dbug36999.phpt26 $this->server->handle($request);
H A Dbug38004.phpt24 $this->server->handle($request);
H A Dbug42086.phpt27 $server->handle($request);
/PHP-7.3/ext/soap/tests/interop/Round2/Base/
H A Dround2_base.inc80 $server->handle($HTTP_RAW_POST_DATA);
/PHP-7.3/ext/ldap/tests/
H A Dldap_connect_error.phpt27 Warning: ldap_connect(): Could not create session handle: %s in %s on line %d
/PHP-7.3/ext/json/tests/
H A Dbug46944.phpt2 Bug #46944 (json_encode() doesn't handle 3 byte utf8 correctly)
/PHP-7.3/ext/curl/tests/
H A Dcurl_write_stdout.phpt2 Test curl option CURLOPT_FILE with STDOUT handle
H A Dbug72202.phpt2 Bug #72202 (curl_close doesn't close cURL handle)
H A Dbug45161.phpt2 Bug #45161 (Reusing a curl handle leaks memory)
/PHP-7.3/ext/ftp/tests/
H A Dftp_nb_get_large.phpt2 Testing ftp_nb_fget can handle large files incl. resume
/PHP-7.3/ext/standard/tests/file/
H A Dfgetc_variation1.phpt6 Prototype: string fgetc ( resource $handle );
40 // close the file handle
H A Dbug39538.phpt2 Bug #39538 (fgetcsv can't handle starting newlines and trailing odd number of backslashes)
H A Dfscanf_error.phpt6 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
30 // invalid file handle
/PHP-7.3/ext/soap/
H A Dphp_sdl.h265 void delete_sdl(void *handle);
266 void delete_sdl_impl(void *handle);
/PHP-7.3/ext/soap/tests/
H A Dserver009.phpt43 $server->handle($HTTP_RAW_POST_DATA);
61 $server->handle($HTTP_RAW_POST_DATA);
H A Dclassmap003.phpt38 $this->server->handle($request);
/PHP-7.3/ext/dba/
H A Ddba.c70 ZEND_ARG_INFO(0, handle)
75 ZEND_ARG_INFO(0, handle)
81 ZEND_ARG_INFO(0, handle)
89 ZEND_ARG_INFO(0, handle)
93 ZEND_ARG_INFO(0, handle)
98 ZEND_ARG_INFO(0, handle)
104 ZEND_ARG_INFO(0, handle)
110 ZEND_ARG_INFO(0, handle)
114 ZEND_ARG_INFO(0, handle)
118 ZEND_ARG_INFO(0, handle)
/PHP-7.3/ext/standard/tests/general_functions/
H A Dget_resource_type_error.phpt5 /* Prototype : string get_resource_type ( resource $handle )
/PHP-7.3/sapi/cgi/
H A DREADME.FastCGI132 fastcgi starts, it creates a number of child processes which handle one
134 processes and main process will handle FastCGI requests by itself. Note that
137 those will handle requests. The main process will restart children in case of
138 their death. So by default, you will be able to handle 1 concurrent PHP page
148 This controls how many requests each child process will handle before

Completed in 37 milliseconds

12345678910>>...30