Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend.h334 extern ZEND_API zend_string *(*zend_resolve_path)(zend_string *filename);
H A Dzend.c87 ZEND_API zend_string *(*zend_resolve_path)(zend_string *filename); variable
919 zend_resolve_path = utility_functions->resolve_path_function; in zend_startup()
H A Dzend_execute.c4786 resolved_path = zend_resolve_path(inc_filename); in zend_include_or_eval()
/PHP-8.1/
H A DUPGRADING.INTERNALS45 - in zend_fopen() and zend_resolve_path() callbacks filename now passed as zend_string*
/PHP-8.1/main/
H A Dfopen_wrappers.c423 resolved_path = zend_resolve_path(filename);
/PHP-8.1/ext/standard/
H A Dstreamsfuncs.c1572 resolved_path = zend_resolve_path(filename); in PHP_FUNCTION()
/PHP-8.1/ext/opcache/
H A DZendAccelerator.c3311 accelerator_orig_zend_resolve_path = zend_resolve_path;
3312 zend_resolve_path = persistent_zend_resolve_path;
4068 return zend_resolve_path(filename);
/PHP-8.1/ext/phar/
H A Dphar.c3465 phar_save_resolve_path = zend_resolve_path; in PHP_MINIT_FUNCTION()
3466 zend_resolve_path = phar_resolve_path; in PHP_MINIT_FUNCTION()
/PHP-8.1/main/streams/
H A Dstreams.c2055 resolved_path = zend_resolve_path(path_str);

Completed in 64 milliseconds