Home
last modified time | relevance | path

Searched refs:expand_filepath (Results 1 – 21 of 21) sorted by relevance

/PHP-7.4/ext/standard/
H A Dlink.c150 if (!expand_filepath(frompath, source_p)) { in PHP_FUNCTION()
207 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION()
H A Dfilestat.c193 if (!expand_filepath(path, fullpath)) { in PHP_FUNCTION()
292 if (!expand_filepath(path, fullpath)) { in PHP_FUNCTION()
H A Dfile.c1737 if ((sp = expand_filepath(src, NULL)) == NULL) { in php_copy_file_ctx()
1740 if ((dp = expand_filepath(dest, NULL)) == NULL) { in php_copy_file_ctx()
/PHP-7.4/main/
H A Dfopen_wrappers.h27 PHPAPI char *expand_filepath(const char *filepath, char *real_path);
H A Dfopen_wrappers.c164 if (expand_filepath(path, resolved_name) == NULL) {
223 if (expand_filepath(local_open_basedir, resolved_basedir) != NULL) {
757 PHPAPI char *expand_filepath(const char *filepath, char *real_path) function
H A Dphp_ini.c592 filename = expand_filepath(php_ini_file_name, NULL); in php_init_config()
H A Dmain.c2636 if (expand_filepath(primary_file->filename, realfile)) { in php_execute_script()
/PHP-7.4/ext/com_dotnet/
H A Dcom_persist.c382 fullpath = expand_filepath(filename, NULL); in CPH_METHOD()
445 if (!(fullpath = expand_filepath(filename, NULL))) { in CPH_METHOD()
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_blacklist.c294 expand_filepath(path_dup, real_path); in zend_accel_blacklist_loadone()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_utils.c153 if (expand_filepath(path, resolved_name) == NULL) { in phpdbg_resolve_path()
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_driver.c752 char *fullpath = expand_filepath(filename, NULL); in make_filename_safe()
/PHP-7.4/ext/zip/
H A Dphp_zip.c293 if (!expand_filepath(filename, resolved_path)) { in php_zip_add_file()
1170 if(!expand_filepath(ZSTR_VAL(filename), resolved_path)) { in PHP_NAMED_FUNCTION()
1460 if (!(resolved_path = expand_filepath(ZSTR_VAL(filename), NULL))) {
/PHP-7.4/ext/posix/
H A Dposix.c1048 path = expand_filepath(filename, NULL); in PHP_FUNCTION()
/PHP-7.4/ext/phar/
H A Dutil.c193 entry.tmp = expand_filepath(filename, NULL); in phar_mount_entry()
1112 my_realpath = expand_filepath(fname, my_realpath); in phar_get_archive()
H A Dphar.c1396 mydata->fname = expand_filepath(fname, NULL); in phar_create_or_parse_filename()
1768 if ((realpath = expand_filepath(filename, NULL))) { in phar_analyze_path()
1815 if (!(realpath = expand_filepath(filename, NULL))) { in phar_analyze_path()
H A Dphar_object.c1496 test = expand_filepath(fname, NULL); in phar_build()
1511 fname = expand_filepath(intern->file_name, NULL); in phar_build()
1533 temp = expand_filepath(base, NULL); in phar_build()
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c262 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _xmlreader_get_valid_file_path()
/PHP-7.4/main/streams/
H A Dplain_wrapper.c1060 if (expand_filepath(filename, realpath) == NULL) { in _php_stream_fopen()
/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c611 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _xmlwriter_get_valid_file_path()
/PHP-7.4/ext/dom/
H A Ddocument.c1359 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _dom_get_valid_file_path()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c122 if (!(fullpath = expand_filepath(filename, NULL))) { in PHP_METHOD()

Completed in 106 milliseconds