Home
last modified time | relevance | path

Searched refs:handle (Results 151 – 175 of 445) sorted by relevance

12345678910>>...18

/PHP-8.3/ext/soap/tests/interop/Round4/GroupG/
H A Dround4_groupG_dimedoc.inc32 $server->handle($HTTP_RAW_POST_DATA);
H A Dround4_groupG_dimerpc.inc32 $server->handle($HTTP_RAW_POST_DATA);
/PHP-8.3/ext/spl/tests/
H A Dgh8044.phpt13 Warning: var_export does not handle circular references in %s on line 5
H A Dfixedarray_022.phpt13 Warning: var_export does not handle circular references in %s on line 5
/PHP-8.3/main/
H A Dphp_ini.c336 DL_HANDLE handle; in php_load_zend_extension_cb() local
353 handle = (DL_HANDLE)php_load_shlib(libpath, &err1); in php_load_zend_extension_cb()
354 if (!handle) { in php_load_zend_extension_cb()
364 handle = (DL_HANDLE)php_load_shlib(libpath, &err2); in php_load_zend_extension_cb()
365 if (!handle) { in php_load_zend_extension_cb()
380 if (!php_win32_image_compatible(handle, &err1)) { in php_load_zend_extension_cb()
384 DL_UNLOAD(handle); in php_load_zend_extension_cb()
389 zend_load_extension_handle(handle, libpath); in php_load_zend_extension_cb()
772 if (fh.handle.fp) { in php_parse_user_ini_file()
H A Dmain.c1552 php_stream_close((php_stream*)handle); in php_zend_stream_closer()
1558 php_stream *stream = handle; in php_zend_stream_fsizer()
1587 opened_path = filename = handle->filename; in php_stream_open_for_zend_ex()
1591 handle->type = ZEND_HANDLE_STREAM; in php_stream_open_for_zend_ex()
1592 handle->filename = filename; in php_stream_open_for_zend_ex()
1593 handle->opened_path = opened_path; in php_stream_open_for_zend_ex()
1594 handle->handle.stream.handle = stream; in php_stream_open_for_zend_ex()
1595 handle->handle.stream.reader = (zend_stream_reader_t)_php_stream_read; in php_stream_open_for_zend_ex()
1596 handle->handle.stream.fsizer = php_zend_stream_fsizer; in php_stream_open_for_zend_ex()
1597 handle->handle.stream.isatty = 0; in php_stream_open_for_zend_ex()
[all …]
/PHP-8.3/ext/iconv/tests/
H A Dbug53304.phpt2 Bug #53304 (quot_print_decode does not handle lower-case hex digits)
/PHP-8.3/ext/curl/tests/
H A Dbug71523.phpt2 Bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes while curl_multi_exec)
H A Dcurl_copy_handle_basic.phpt19 // copy the handle
/PHP-8.3/ext/date/tests/
H A Dbug54316.phpt2 Bug #54316 (DateTime::createFromFormat does not handle trailing '|' correctly)
H A Dbug35624.phpt2 Bug #35624 (strtotime() does not handle 3 character weekdays)
/PHP-8.3/ext/standard/tests/http/http_build_query/
H A Dbug26817.phpt2 Bug #26817 (http_build_query() did not handle private & protected object properties)
/PHP-8.3/ext/standard/tests/file/
H A Dbug43008.phpt2 Bug #43008 (php://filter uris ignore url encoded filternames and can't handle slashes)
H A Dbug40501.phpt2 Bug #40501 (fgetcsv() can't handle trailing odd number of backslashes)
H A D007_variation10.phpt20 var_dump($file_handle); //Check for the content of handle
27 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation18.phpt20 var_dump($file_handle); //Check for the content of handle
27 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation2.phpt20 var_dump($file_handle); //Check for the content of handle
27 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_prompt.c1062 phpdbg_out(" executing #%d currently", current->std.handle); in PHPDBG_COMMAND()
1215 DL_HANDLE handle; in phpdbg_load_module_or_extension() local
1238 handle = DL_LOAD(*path); in phpdbg_load_module_or_extension()
1240 if (!handle) { in phpdbg_load_module_or_extension()
1282 zend_register_extension(new_extension, handle); in phpdbg_load_module_or_extension()
1321 module_entry->handle = handle; in phpdbg_load_module_or_extension()
1349 DL_UNLOAD(handle); in phpdbg_load_module_or_extension()
1406 FILE *handle = VCWD_FOPEN(param->str, "w+"); in PHPDBG_COMMAND() local
1408 if (handle) { in PHPDBG_COMMAND()
1409 phpdbg_export_breakpoints(handle); in PHPDBG_COMMAND()
[all …]
/PHP-8.3/sapi/cli/tests/
H A Demptyheader.phpt2 Correctly handle split and empty header
/PHP-8.3/ext/soap/tests/interop/Round2/GroupB/
H A Dround2_groupB.inc37 $server->handle($HTTP_RAW_POST_DATA);
/PHP-8.3/Zend/tests/
H A Dbug61362.phpt2 Bug #61362 (Exception::getTraceAsString, Exception::__toString not able to handle unicode)
/PHP-8.3/tests/security/
H A Dopen_basedir_dir.phpt73 ["handle"]=>
79 ["handle"]=>
85 ["handle"]=>
/PHP-8.3/win32/
H A Dwinutil.h56 PHP_WINUTIL_API BOOL php_win32_image_compatible(HMODULE handle, char **err);
/PHP-8.3/ext/ldap/tests/
H A Dldap_connect_error.phpt22 Warning: ldap_connect(): Could not create session handle: %s in %s on line %d
/PHP-8.3/ext/standard/tests/filters/
H A Dbug79468.phpt2 Bug #79468 SIGSEGV when closing stream handle with a stream filter appended

Completed in 58 milliseconds

12345678910>>...18