Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dlink.c140 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 Dfilestat.c177 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 Dfile.c1586 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.3/main/
H A Dfopen_wrappers.h25 PHPAPI char *expand_filepath(const char *filepath, char *real_path);
H A Dfopen_wrappers.c104 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 Dphp_ini.c565 filename = expand_filepath(php_ini_file_name, NULL); in php_init_config()
H A Dmain.c2506 if (expand_filepath(ZSTR_VAL(primary_file->filename), realfile)) { in php_execute_script()
/PHP-8.3/ext/com_dotnet/
H A Dcom_persist.c375 fullpath = expand_filepath(filename, NULL); in CPH_METHOD()
435 if (!(fullpath = expand_filepath(filename, NULL))) { in CPH_METHOD()
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_blacklist.c297 expand_filepath(path_dup, real_path); in zend_accel_blacklist_loadone()
/PHP-8.3/ext/posix/
H A Dposix.c711 path = expand_filepath(filename, NULL); in PHP_FUNCTION()
747 path = expand_filepath(filename, NULL); in PHP_FUNCTION()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_utils.c150 if (expand_filepath(path, resolved_name) == NULL) { in phpdbg_resolve_path()
/PHP-8.3/ext/pdo_sqlite/
H A Dsqlite_driver.c741 char *fullpath = expand_filepath(filename, NULL); in make_filename_safe()
/PHP-8.3/ext/xmlwriter/
H A Dphp_xmlwriter.c151 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _xmlwriter_get_valid_file_path()
/PHP-8.3/ext/zip/
H A Dphp_zip.c298 if (!expand_filepath(filename, resolved_path)) { in php_zip_add_file()
1189 if(!expand_filepath(ZSTR_VAL(filename), resolved_path)) { in PHP_FUNCTION()
1471 if (!(resolved_path = expand_filepath(ZSTR_VAL(filename), NULL))) {
/PHP-8.3/ext/xmlreader/
H A Dphp_xmlreader.c242 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _xmlreader_get_valid_file_path()
/PHP-8.3/ext/phar/
H A Dutil.c193 entry.tmp = expand_filepath(filename, NULL); in phar_mount_entry()
1122 my_realpath = expand_filepath(fname, my_realpath); in phar_get_archive()
H A Dphar.c1441 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 Dphar_object.c1474 test = expand_filepath(fname, NULL); in phar_build()
1490 fname = expand_filepath(ZSTR_VAL(intern->file_name), NULL); in phar_build()
1512 temp = expand_filepath(base, NULL); in phar_build()
/PHP-8.3/main/streams/
H A Dplain_wrapper.c1119 if (expand_filepath(filename, realpath) == NULL) { in _php_stream_fopen()
/PHP-8.3/ext/dom/
H A Ddocument.c1246 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _dom_get_valid_file_path()
/PHP-8.3/ext/sqlite3/
H A Dsqlite3.c118 if (!(fullpath = expand_filepath(filename, NULL))) { in PHP_METHOD()
/PHP-8.3/ext/openssl/
H A Dopenssl.c565 } else if (expand_filepath(fs_file_path, real_path) == NULL) { in php_openssl_check_path_ex()

Completed in 114 milliseconds