Home
last modified time | relevance | path

Searched refs:zend_resolve_path (Results 1 – 8 of 8) sorted by relevance

/php-src/Zend/
H A Dzend.h342 extern ZEND_API zend_string *(*zend_resolve_path)(zend_string *filename);
H A Dzend.c94 ZEND_API zend_string *(*zend_resolve_path)(zend_string *filename); variable
943 zend_resolve_path = utility_functions->resolve_path_function; in zend_startup()
H A Dzend_execute.c4892 resolved_path = zend_resolve_path(inc_filename); in zend_include_or_eval()
/php-src/main/
H A Dfopen_wrappers.c435 resolved_path = zend_resolve_path(filename);
/php-src/ext/standard/
H A Dstreamsfuncs.c1617 resolved_path = zend_resolve_path(filename); in PHP_FUNCTION()
/php-src/ext/opcache/
H A DZendAccelerator.c3298 accelerator_orig_zend_resolve_path = zend_resolve_path;
3299 zend_resolve_path = persistent_zend_resolve_path;
4057 return zend_resolve_path(filename);
/php-src/ext/phar/
H A Dphar.c3457 phar_save_resolve_path = zend_resolve_path; in PHP_MINIT_FUNCTION()
3458 zend_resolve_path = phar_resolve_path; in PHP_MINIT_FUNCTION()
/php-src/main/streams/
H A Dstreams.c2203 resolved_path = zend_resolve_path(path_str);

Completed in 83 milliseconds