Home
last modified time | relevance | path

Searched refs:opened_path (Results 76 – 95 of 95) sorted by relevance

1234

/PHP-5.5/ext/standard/tests/file/
H A Duserstreams.phpt92 function stream_open($path, $mode, $options, &$opened_path)
/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c664 zfd.opened_path = NULL; in php_handler()
/PHP-5.5/sapi/caudium/
H A Dcaudium.c644 file_handle.opened_path = NULL; in php_caudium_module_main()
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c427 file_handle.opened_path = NULL;
/PHP-5.5/ext/standard/
H A Dfile.c813 char *opened_path; in PHP_FUNCTION() local
832 if ((fd = php_open_temporary_fd_ex(dir, p, &opened_path, 1 TSRMLS_CC)) >= 0) { in PHP_FUNCTION()
834 RETVAL_STRING(opened_path, 0); in PHP_FUNCTION()
H A Dbasic_functions.c5265 file_handle.opened_path = NULL;
/PHP-5.5/ext/phar/
H A Ddirstream.c319 …p_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_con… in phar_wrapper_open_dir() argument
H A Dphar.c3364 if (file_handle->opened_path) {
3365 efree(file_handle->opened_path);
3367 file_handle->opened_path = f.opened_path;
H A Dphar_object.c255 file_handle.opened_path = NULL; in phar_file_action()
/PHP-5.5/main/streams/
H A Dmemory.c609 …p_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_con… in php_stream_url_wrap_rfc2397() argument
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c548 zfd.opened_path = NULL; in php_output_filter()
/PHP-5.5/sapi/apache/
H A Dmod_php5.c606 fh.opened_path = NULL; in send_php()
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c855 file_handle.opened_path = NULL; in HttpExtensionProc()
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c1038 file_handle.opened_path = NULL; in php5_execute()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c771 handle.opened_path = NULL; in ZEND_FUNCTION()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c2026 zfd.opened_path = NULL; in php_cli_server_dispatch_script()
2137 zfd.opened_path = NULL; in php_cli_server_dispatch_router()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c655 fh.opened_path = NULL; in send_php()
/PHP-5.5/Zend/
H A Dzend_vm_def.h3787 if (!file_handle.opened_path) {
3788 file_handle.opened_path = estrdup(resolved_path);
3791 …ash_add_empty_element(&EG(included_files), file_handle.opened_path, strlen(file_handle.opened_path
H A Dzend_vm_execute.h2691 if (!file_handle.opened_path) { in ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER()
2692 file_handle.opened_path = estrdup(resolved_path); in ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER()
2695 …ash_add_empty_element(&EG(included_files), file_handle.opened_path, strlen(file_handle.opened_path in ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER()
8002 if (!file_handle.opened_path) { in ZEND_INCLUDE_OR_EVAL_SPEC_TMP_HANDLER()
8003 file_handle.opened_path = estrdup(resolved_path); in ZEND_INCLUDE_OR_EVAL_SPEC_TMP_HANDLER()
8006 …ash_add_empty_element(&EG(included_files), file_handle.opened_path, strlen(file_handle.opened_path in ZEND_INCLUDE_OR_EVAL_SPEC_TMP_HANDLER()
13319 if (!file_handle.opened_path) { in ZEND_INCLUDE_OR_EVAL_SPEC_VAR_HANDLER()
13320 file_handle.opened_path = estrdup(resolved_path); in ZEND_INCLUDE_OR_EVAL_SPEC_VAR_HANDLER()
13323 …ash_add_empty_element(&EG(included_files), file_handle.opened_path, strlen(file_handle.opened_path in ZEND_INCLUDE_OR_EVAL_SPEC_VAR_HANDLER()
30989 if (!file_handle.opened_path) { in ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER()
[all …]
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c2325 file_handle.opened_path = NULL;

Completed in 200 milliseconds

1234