Home
last modified time | relevance | path

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

/php-src/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()
732 if (EXPECTED(!php_is_stream_path(local) || expand_filepath(local, realpath) == NULL)) { in php_stat()
H A Dfile.c1582 if ((sp = expand_filepath(src, NULL)) == NULL) { in php_copy_file_ctx()
1585 if ((dp = expand_filepath(dest, NULL)) == NULL) { in php_copy_file_ctx()
/php-src/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) {
755 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.c2481 if (expand_filepath(ZSTR_VAL(primary_file->filename), realfile)) { in php_execute_script_ex()
/php-src/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-src/ext/opcache/
H A Dzend_accelerator_blacklist.c297 expand_filepath(path_dup, real_path); in zend_accel_blacklist_loadone()
/php-src/ext/posix/
H A Dposix.c712 path = expand_filepath(filename, NULL); in PHP_FUNCTION()
748 path = expand_filepath(filename, NULL); in PHP_FUNCTION()
/php-src/sapi/phpdbg/
H A Dphpdbg_utils.c150 if (expand_filepath(path, resolved_name) == NULL) { in phpdbg_resolve_path()
/php-src/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-src/ext/pdo_sqlite/
H A Dsqlite_driver.c752 char *fullpath = expand_filepath(filename, NULL); in make_filename_safe()
/php-src/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-src/ext/xmlreader/
H A Dphp_xmlreader.c218 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _xmlreader_get_valid_file_path()
/php-src/ext/phar/
H A Dutil.c193 entry.tmp = expand_filepath(filename, NULL); in phar_mount_entry()
1113 my_realpath = expand_filepath(fname, my_realpath); in phar_get_archive()
H A Dphar.c1437 mydata->fname = expand_filepath(fname, NULL); in phar_create_or_parse_filename()
1808 if ((realpath = expand_filepath(filename, NULL))) { in phar_analyze_path()
1855 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-src/main/streams/
H A Dplain_wrapper.c1119 if (expand_filepath(filename, realpath) == NULL) { in _php_stream_fopen()
/php-src/ext/dom/
H A Ddocument.c1314 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _dom_get_valid_file_path()
/php-src/ext/sqlite3/
H A Dsqlite3.c125 if (!(fullpath = expand_filepath(filename, NULL))) { in PHP_METHOD()
/php-src/ext/openssl/
H A Dopenssl.c566 } else if (expand_filepath(fs_file_path, real_path) == NULL) { in php_openssl_check_path_ex()

Completed in 124 milliseconds