Searched refs:expand_filepath (Results 1 – 22 of 22) sorted by relevance
/PHP-8.4/ext/standard/ |
H A D | link.c | 139 if (!expand_filepath(frompath, source_p)) { in PHP_FUNCTION() 195 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION()
|
H A D | filestat.c | 177 if (!expand_filepath(path, fullpath)) { in PHP_FUNCTION() 259 if (!expand_filepath(path, fullpath)) { in PHP_FUNCTION() 756 if (EXPECTED(!php_is_stream_path(local) || expand_filepath(local, realpath) == NULL)) { in php_stat()
|
H A D | file.c | 1546 if ((sp = expand_filepath(src, NULL)) == NULL) { in php_copy_file_ctx() 1549 if ((dp = expand_filepath(dest, NULL)) == NULL) { in php_copy_file_ctx()
|
/PHP-8.4/main/ |
H A D | fopen_wrappers.h | 25 PHPAPI char *expand_filepath(const char *filepath, char *real_path);
|
H A D | fopen_wrappers.c | 104 if (expand_filepath(ptr, resolved_name) == NULL) { in ZEND_INI_MH() 167 if (expand_filepath(path, resolved_name) == NULL) { 226 if (expand_filepath(local_open_basedir, resolved_basedir) != NULL) { 767 PHPAPI char *expand_filepath(const char *filepath, char *real_path) function
|
H A D | php_ini.c | 565 filename = expand_filepath(php_ini_file_name, NULL); in php_init_config()
|
H A D | main.c | 2548 if (expand_filepath(ZSTR_VAL(primary_file->filename), realfile)) { in php_execute_script_ex()
|
/PHP-8.4/ext/com_dotnet/ |
H A D | com_persist.c | 368 fullpath = expand_filepath(filename, NULL); in CPH_METHOD() 428 if (!(fullpath = expand_filepath(filename, NULL))) { in CPH_METHOD()
|
/PHP-8.4/ext/opcache/ |
H A D | zend_accelerator_blacklist.c | 297 expand_filepath(path_dup, real_path); in zend_accel_blacklist_loadone()
|
/PHP-8.4/ext/posix/ |
H A D | posix.c | 711 path = expand_filepath(filename, NULL); in PHP_FUNCTION() 747 path = expand_filepath(filename, NULL); in PHP_FUNCTION()
|
/PHP-8.4/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 762 char *fullpath = expand_filepath(filename, NULL); in make_filename_safe()
|
/PHP-8.4/sapi/phpdbg/ |
H A D | phpdbg_utils.c | 150 if (expand_filepath(path, resolved_name) == NULL) { in phpdbg_resolve_path()
|
/PHP-8.4/ext/zip/ |
H A D | php_zip.c | 297 if (!expand_filepath(filename, resolved_path)) { in php_zip_add_file() 1195 if(!expand_filepath(ZSTR_VAL(filename), resolved_path)) { in PHP_FUNCTION() 1477 if (!(resolved_path = expand_filepath(ZSTR_VAL(filename), NULL))) {
|
/PHP-8.4/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 154 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _xmlwriter_get_valid_file_path()
|
/PHP-8.4/ext/phar/ |
H A D | util.c | 217 entry.tmp = expand_filepath(filename, NULL); in phar_mount_entry() 1171 my_realpath = expand_filepath(fname, my_realpath); in phar_get_archive()
|
H A D | phar.c | 1444 mydata->fname = expand_filepath(fname, NULL); in phar_create_or_parse_filename() 1815 if ((realpath = expand_filepath(filename, NULL))) { in phar_analyze_path() 1862 if (!(realpath = expand_filepath(filename, NULL))) { in phar_analyze_path()
|
H A D | phar_object.c | 1482 test = expand_filepath(fname, NULL); in phar_build() 1498 fname = expand_filepath(ZSTR_VAL(intern->file_name), NULL); in phar_build() 1520 temp = expand_filepath(base, NULL); in phar_build()
|
/PHP-8.4/ext/xmlreader/ |
H A D | php_xmlreader.c | 285 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _xmlreader_get_valid_file_path()
|
/PHP-8.4/main/streams/ |
H A D | plain_wrapper.c | 1119 if (expand_filepath(filename, realpath) == NULL) { in _php_stream_fopen()
|
/PHP-8.4/ext/dom/ |
H A D | document.c | 1334 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in dom_get_valid_file_path()
|
/PHP-8.4/ext/sqlite3/ |
H A D | sqlite3.c | 124 if (!(fullpath = expand_filepath(filename, NULL))) { in PHP_METHOD()
|
/PHP-8.4/ext/openssl/ |
H A D | openssl.c | 583 } else if (expand_filepath(fs_file_path, real_path) == NULL) { in php_openssl_check_path_ex()
|
Completed in 126 milliseconds