Home
last modified time | relevance | path

Searched refs:handle (Results 101 – 125 of 739) sorted by relevance

12345678910>>...30

/PHP-7.3/ext/soap/tests/bugs/
H A Dbug30928.phpt2 Bug #30928 (When Using WSDL, SoapServer doesn't handle private or protected properties)
29 $this->server->handle($request);
/PHP-7.3/ext/standard/tests/strings/
H A Dvfprintf_error1.phpt15 // Open handle
26 // Close handle
H A Dvfprintf_error2.phpt15 // Open handle
25 // Close handle
H A Dvfprintf_error3.phpt15 // Open handle
34 // Close handle
H A Dbug40637.phpt2 Bug #40637 (strip_tags() does not handle single quotes correctly)
/PHP-7.3/ext/soap/tests/interop/Round4/GroupH/
H A Dround4_groupH_soapfault.inc21 $server->handle($HTTP_RAW_POST_DATA);
/PHP-7.3/Zend/tests/
H A Dbug78689.phpt2 Bug #78689: Closure::fromCallable() doesn't handle [Closure, '__invoke']
/PHP-7.3/ext/standard/tests/dir/
H A Ddir_variation1.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
37 $fp = fopen(__FILE__, "r"); // get a file handle
38 $dfp = opendir( dirname(__FILE__) ); // get a dir handle
70 // resource variable(dir and file handle)
H A Dscandir_variation8-win32-mb.phpt59 $handle = "fp{$iterator}";
60 var_dump( $$handle = @fopen($dir_path . "/私はガラスを食べられます$input.tmp", 'w') );
61 fclose($$handle);
H A Dscandir_variation8.phpt53 $handle = "fp{$iterator}";
54 var_dump( $$handle = fopen(@"$dir_path$input.tmp", 'w') );
55 fclose($$handle);
/PHP-7.3/ext/standard/tests/file/
H A D007_variation14.phpt13 Prototype: bool fclose ( resource $handle );
31 var_dump($file_handle); //Check for the content of handle
37 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation21.phpt13 Prototype: bool fclose ( resource $handle );
31 var_dump($file_handle); //Check for the content of handle
37 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation22.phpt13 Prototype: bool fclose ( resource $handle );
31 var_dump($file_handle); //Check for the content of handle
37 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation5.phpt13 Prototype: bool fclose ( resource $handle );
31 var_dump($file_handle); //Check for the content of handle
37 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation6.phpt13 Prototype: bool fclose ( resource $handle );
31 var_dump($file_handle); //Check for the content of handle
37 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation13-win32.phpt18 Prototype: bool fclose ( resource $handle );
36 var_dump($file_handle); //Check for the content of handle
42 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation13.phpt18 Prototype: bool fclose ( resource $handle );
36 var_dump($file_handle); //Check for the content of handle
42 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation15.phpt13 Prototype: bool fclose ( resource $handle );
29 var_dump($file_handle); //Check for the content of handle
37 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation23.phpt13 Prototype: bool fclose ( resource $handle );
29 var_dump($file_handle); //Check for the content of handle
37 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
/PHP-7.3/ext/soap/tests/interop/Round3/GroupD/
H A Dround3_groupD_compound1.inc16 $server->handle($HTTP_RAW_POST_DATA);
H A Dround3_groupD_import3.inc18 $server->handle($HTTP_RAW_POST_DATA);
/PHP-7.3/ext/json/tests/
H A Dbug45791.phpt2 Bug #45791 (json_decode() does not handle number 0e0)
/PHP-7.3/ext/soap/tests/interop/Round3/GroupE/
H A Dround3_groupE_list.inc15 $server->handle($HTTP_RAW_POST_DATA);
/PHP-7.3/ext/soap/tests/interop/Round3/GroupF/
H A Dround3_groupF_headers.inc21 $server->handle($HTTP_RAW_POST_DATA);
/PHP-7.3/ext/curl/tests/
H A Dbug48207.phpt2 Test curl_setopt() CURLOPT_FILE readonly file handle
46 Warning: curl_setopt(): the provided file handle is not writable in %s on line %d

Completed in 27 milliseconds

12345678910>>...30