Home
last modified time | relevance | path

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

1234

/PHP-7.0/ext/standard/
H A Dbrowscap.c403 fh.opened_path = NULL; in browscap_read_file()
H A Dbasic_functions.c5175 file_handle.opened_path = NULL;
/PHP-7.0/main/streams/
H A Dmemory.c627 const char *mode, int options, zend_string **opened_path, in php_stream_url_wrap_rfc2397() argument
/PHP-7.0/ext/phar/
H A Dphar.c3309 if (f.opened_path) {
3310 efree(f.opened_path);
3312 f.opened_path = file_handle->opened_path;
H A Dphar_object.c236 file_handle.opened_path = NULL; in phar_file_action()
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_module.c818 handle.opened_path = NULL;
H A Dzend_file_cache.c1255 zend_string *full_path = file_handle->opened_path; in zend_file_cache_script_load()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg.c1316 …rapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_con… in phpdbg_stream_url_wrap_php() argument
1334 return PHPDBG_G(orig_url_wrap_php)(wrapper, path, mode, options, opened_path, context STREAMS_CC); in phpdbg_stream_url_wrap_php()
/PHP-7.0/sapi/cli/
H A Dphp_cli_server.c1998 zfd.opened_path = NULL; in php_cli_server_dispatch_script()
2116 zfd.opened_path = NULL; in php_cli_server_dispatch_router()
/PHP-7.0/sapi/cgi/
H A Dcgi_main.c2313 file_handle.opened_path = NULL;
/PHP-7.0/Zend/
H A Dzend_vm_def.h5463 if (!file_handle.opened_path) {
5464 file_handle.opened_path = zend_string_copy(resolved_path);
5467 if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) {
H A Dzend_vm_execute.h3636 if (!file_handle.opened_path) {
3637 file_handle.opened_path = zend_string_copy(resolved_path);
3640 if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) {
29495 if (!file_handle.opened_path) {
29496 file_handle.opened_path = zend_string_copy(resolved_path);
29499 if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) {
41107 if (!file_handle.opened_path) {
41108 file_handle.opened_path = zend_string_copy(resolved_path);
41111 if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) {

Completed in 253 milliseconds

1234