Home
last modified time | relevance | path

Searched refs:handle (Results 76 – 100 of 446) sorted by relevance

12345678910>>...18

/PHP-8.3/ext/standard/tests/file/
H A Dunlink_variation2.phpt6 /* Try to unlink file when file handle is still in use */
19 // now close file handle
/PHP-8.3/ext/curl/tests/
H A Dbug77946.phpt23 var_dump(curl_errno($info['handle']));
24 var_dump(curl_error($info['handle']));
H A Dbug77535.phpt24 throw new \RuntimeException('Unable to create a new cURL multi handle');
56 echo "Start handle request.\n";
78 Start handle request.
H A Dcurl_multi_info_read.phpt39 ["handle"]=>
48 ["handle"]=>
H A Dcurl_copy_handle_basic_002.phpt13 echo '*** Testing curl copy handle with simple POST ***' . "\n";
33 *** Testing curl copy handle with simple POST ***
H A Dcurl_copy_handle_basic_007.phpt10 echo '*** Testing curl copy handle with simple POST using array as arguments ***' . "\n";
31 *** Testing curl copy handle with simple POST using array as arguments ***
/PHP-8.3/ext/curl/
H A Dcurl.stub.php3647 function curl_close(CurlHandle $handle): void {} argument
3650 function curl_copy_handle(CurlHandle $handle): CurlHandle|false {} argument
3652 function curl_errno(CurlHandle $handle): int {} argument
3655 function curl_error(CurlHandle $handle): string {} argument
3665 function curl_exec(CurlHandle $handle): string|bool {} argument
3670 function curl_getinfo(CurlHandle $handle, ?int $option = null): mixed {} argument
3676 function curl_upkeep(CurlHandle $handle): bool {} argument
3688 function curl_multi_getcontent(CurlHandle $handle): ?string {} argument
3707 function curl_pause(CurlHandle $handle, int $flags): int {} argument
3709 function curl_reset(CurlHandle $handle): void {} argument
[all …]
/PHP-8.3/Zend/
H A Dzend_extensions.h109 DL_HANDLE handle; member
153 ZEND_API zend_result zend_load_extension_handle(DL_HANDLE handle, const char *path);
154 ZEND_API void zend_register_extension(zend_extension *new_extension, DL_HANDLE handle);
/PHP-8.3/ext/standard/tests/strings/
H A Dvfprintf_error1.phpt9 // Open handle
28 // Close handle
H A Dvfprintf_error4.phpt9 // Open handle
24 // Close handle
H A Dvfprintf_error3.phpt9 // Open handle
37 // Close handle
/PHP-8.3/ext/oci8/tests/
H A Dbug36403.phpt35 // Should generate an error: ORA-24338: statement handle not executed
36 // since the statement handle was only described and not executed
/PHP-8.3/sapi/phpdbg/tests/
H A Dexceptions_002.phpt11 prompt> handle first
40 print "handle first\n";
/PHP-8.3/ext/standard/
H A Ddir.stub.php10 public readonly mixed $handle; variable in Directory
/PHP-8.3/ext/phar/tests/
H A D027.phpt45 echo "fseek on dir handle\n";
49 echo "fwrite on dir handle\n";
74 fseek on dir handle
81 fwrite on dir handle
/PHP-8.3/ext/standard/tests/dir/
H A Ddir_variation9.phpt76 ["handle"]=>
82 ["handle"]=>
88 ["handle"]=>
94 ["handle"]=>
H A Dscandir_variation8.phpt48 $handle = "fp{$iterator}";
49 var_dump( $$handle = fopen(@"$dir_path$input.tmp", 'w') );
50 fclose($$handle);
/PHP-8.3/ext/json/tests/
H A Dbug45791.phpt2 Bug #45791 (json_decode() does not handle number 0e0)
/PHP-8.3/ext/soap/tests/bugs/
H A Dbug36629.phpt2 Bug #36629 (SoapServer::handle() exits on SOAP faults)
30 $server->handle($HTTP_RAW_POST_DATA);
45 $server->handle($HTTP_RAW_POST_DATA);
H A Dbug30928.phpt2 Bug #30928 (When Using WSDL, SoapServer doesn't handle private or protected properties)
30 $this->server->handle($request);
/PHP-8.3/ext/soap/tests/interop/Round3/GroupD/
H A Dround3_groupD_compound2.inc11 $server->handle($HTTP_RAW_POST_DATA);
H A Dround3_groupD_emptysa.inc13 $server->handle($HTTP_RAW_POST_DATA);
H A Dround3_groupD_import1.inc13 $server->handle($HTTP_RAW_POST_DATA);
H A Dround3_groupD_import2.inc13 $server->handle($HTTP_RAW_POST_DATA);
/PHP-8.3/ext/soap/tests/interop/Round3/GroupF/
H A Dround3_groupF_ext.inc13 $server->handle($HTTP_RAW_POST_DATA);

Completed in 93 milliseconds

12345678910>>...18