Searched refs:expand_filepath (Results 1 – 22 of 22) sorted by relevance
/PHP-8.2/ext/standard/ |
H A D | link.c | 140 if (!expand_filepath(frompath, source_p)) { in PHP_FUNCTION() 196 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION()
|
H A D | filestat.c | 196 if (!expand_filepath(path, fullpath)) { in PHP_FUNCTION() 293 if (!expand_filepath(path, fullpath)) { in PHP_FUNCTION()
|
H A D | file.c | 1586 if ((sp = expand_filepath(src, NULL)) == NULL) { in php_copy_file_ctx() 1589 if ((dp = expand_filepath(dest, NULL)) == NULL) { in php_copy_file_ctx()
|
/PHP-8.2/main/ |
H A D | fopen_wrappers.h | 25 PHPAPI char *expand_filepath(const char *filepath, char *real_path);
|
H A D | fopen_wrappers.c | 155 if (expand_filepath(path, resolved_name) == NULL) { 214 if (expand_filepath(local_open_basedir, resolved_basedir) != NULL) { 755 PHPAPI char *expand_filepath(const char *filepath, char *real_path) function
|
H A D | php_ini.c | 575 filename = expand_filepath(php_ini_file_name, NULL); in php_init_config()
|
H A D | main.c | 2556 if (expand_filepath(ZSTR_VAL(primary_file->filename), realfile)) { in php_execute_script()
|
/PHP-8.2/ext/com_dotnet/ |
H A D | com_persist.c | 375 fullpath = expand_filepath(filename, NULL); in CPH_METHOD() 435 if (!(fullpath = expand_filepath(filename, NULL))) { in CPH_METHOD()
|
/PHP-8.2/ext/opcache/ |
H A D | zend_accelerator_blacklist.c | 297 expand_filepath(path_dup, real_path); in zend_accel_blacklist_loadone()
|
/PHP-8.2/sapi/phpdbg/ |
H A D | phpdbg_utils.c | 150 if (expand_filepath(path, resolved_name) == NULL) { in phpdbg_resolve_path()
|
/PHP-8.2/ext/posix/ |
H A D | posix.c | 693 path = expand_filepath(filename, NULL); in PHP_FUNCTION()
|
/PHP-8.2/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 754 char *fullpath = expand_filepath(filename, NULL); in make_filename_safe()
|
/PHP-8.2/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 152 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _xmlwriter_get_valid_file_path()
|
/PHP-8.2/ext/zip/ |
H A D | php_zip.c | 292 if (!expand_filepath(filename, resolved_path)) { in php_zip_add_file() 1174 if(!expand_filepath(ZSTR_VAL(filename), resolved_path)) { in PHP_FUNCTION() 1456 if (!(resolved_path = expand_filepath(ZSTR_VAL(filename), NULL))) {
|
/PHP-8.2/ext/xmlreader/ |
H A D | php_xmlreader.c | 242 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _xmlreader_get_valid_file_path()
|
/PHP-8.2/ext/phar/ |
H A D | util.c | 193 entry.tmp = expand_filepath(filename, NULL); in phar_mount_entry() 1112 my_realpath = expand_filepath(fname, my_realpath); in phar_get_archive()
|
H A D | phar.c | 1441 mydata->fname = expand_filepath(fname, NULL); in phar_create_or_parse_filename() 1813 if ((realpath = expand_filepath(filename, NULL))) { in phar_analyze_path() 1860 if (!(realpath = expand_filepath(filename, NULL))) { in phar_analyze_path()
|
H A D | phar_object.c | 1462 test = expand_filepath(fname, NULL); in phar_build() 1478 fname = expand_filepath(ZSTR_VAL(intern->file_name), NULL); in phar_build() 1500 temp = expand_filepath(base, NULL); in phar_build()
|
/PHP-8.2/main/streams/ |
H A D | plain_wrapper.c | 1114 if (expand_filepath(filename, realpath) == NULL) { in _php_stream_fopen()
|
/PHP-8.2/ext/dom/ |
H A D | document.c | 1193 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _dom_get_valid_file_path()
|
/PHP-8.2/ext/sqlite3/ |
H A D | sqlite3.c | 117 if (!(fullpath = expand_filepath(filename, NULL))) { in PHP_METHOD()
|
/PHP-8.2/ext/openssl/ |
H A D | openssl.c | 529 } else if (expand_filepath(fs_file_path, real_path) == NULL) { in php_openssl_check_path_ex()
|
Completed in 122 milliseconds