Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dlink.c132 if (!expand_filepath(frompath, source_p)) { in PHP_FUNCTION()
189 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION()
H A Dlink_win32.c137 if (!expand_filepath(frompath, source_p)) { in PHP_FUNCTION()
218 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION()
H A Dfile.c1752 if ((sp = expand_filepath(src, NULL)) == NULL) { in php_copy_file_ctx()
1755 if ((dp = expand_filepath(dest, NULL)) == NULL) { in php_copy_file_ctx()
/PHP-7.3/main/
H A Dfopen_wrappers.h27 PHPAPI char *expand_filepath(const char *filepath, char *real_path);
H A Dfopen_wrappers.c159 if (expand_filepath(path, resolved_name) == NULL) {
214 if (expand_filepath(local_open_basedir, resolved_basedir) != NULL) {
742 PHPAPI char *expand_filepath(const char *filepath, char *real_path) function
H A Dphp_ini.c593 fh.filename = expand_filepath(php_ini_file_name, NULL); in php_init_config()
H A Dmain.c2591 if (expand_filepath(primary_file->filename, realfile)) { in php_execute_script()
/PHP-7.3/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.3/ext/opcache/
H A Dzend_accelerator_blacklist.c296 expand_filepath(path_dup, real_path); in zend_accel_blacklist_loadone()
/PHP-7.3/ext/pdo_sqlite/
H A Dsqlite_driver.c743 char *fullpath = expand_filepath(filename, NULL); in make_filename_safe()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_utils.c153 if (expand_filepath(path, resolved_name) == NULL) { in phpdbg_resolve_path()
/PHP-7.3/ext/zip/
H A Dphp_zip.c295 if (!expand_filepath(filename, resolved_path)) { in php_zip_add_file()
1163 if(!expand_filepath(ZSTR_VAL(filename), resolved_path)) { in PHP_NAMED_FUNCTION()
1466 if (!(resolved_path = expand_filepath(ZSTR_VAL(filename), NULL))) { in ZIPARCHIVE_METHOD()
/PHP-7.3/ext/posix/
H A Dposix.c1030 path = expand_filepath(filename, NULL); in PHP_FUNCTION()
/PHP-7.3/ext/phar/
H A Dutil.c195 entry.tmp = expand_filepath(filename, NULL); in phar_mount_entry()
1114 my_realpath = expand_filepath(fname, my_realpath); in phar_get_archive()
H A Dphar.c1405 mydata->fname = expand_filepath(fname, NULL);
1768 if ((realpath = expand_filepath(filename, NULL))) {
1815 if (!(realpath = expand_filepath(filename, NULL))) {
H A Dphar_object.c1483 test = expand_filepath(fname, NULL); in phar_build()
1498 fname = expand_filepath(intern->file_name, NULL); in phar_build()
1520 temp = expand_filepath(base, NULL); in phar_build()
/PHP-7.3/ext/xmlreader/
H A Dphp_xmlreader.c248 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _xmlreader_get_valid_file_path()
/PHP-7.3/main/streams/
H A Dplain_wrapper.c1031 if (expand_filepath(filename, realpath) == NULL) { in _php_stream_fopen()
/PHP-7.3/ext/xmlwriter/
H A Dphp_xmlwriter.c635 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _xmlwriter_get_valid_file_path()
/PHP-7.3/ext/dom/
H A Ddocument.c1337 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _dom_get_valid_file_path()
/PHP-7.3/ext/sqlite3/
H A Dsqlite3.c122 if (!(fullpath = expand_filepath(filename, NULL))) { in PHP_METHOD()

Completed in 129 milliseconds