Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dlink.c133 if (!expand_filepath(frompath, source_p TSRMLS_CC)) { in PHP_FUNCTION()
189 if (!expand_filepath(frompath, source_p TSRMLS_CC) || !expand_filepath(topath, dest_p TSRMLS_CC)) { in PHP_FUNCTION()
H A Dlink_win32.c141 if (!expand_filepath(frompath, source_p TSRMLS_CC)) { in PHP_FUNCTION()
204 if (!expand_filepath(frompath, source_p TSRMLS_CC) || !expand_filepath(topath, dest_p TSRMLS_CC)) { in PHP_FUNCTION()
H A Dfile.c1698 if ((sp = expand_filepath(src, NULL TSRMLS_CC)) == NULL) { in php_copy_file_ctx()
1701 if ((dp = expand_filepath(dest, NULL TSRMLS_CC)) == NULL) { in php_copy_file_ctx()
/PHP-5.5/main/
H A Dfopen_wrappers.h29 PHPAPI char *expand_filepath(const char *filepath, char *real_path TSRMLS_DC);
H A Dfopen_wrappers.c167 if (expand_filepath(path, resolved_name TSRMLS_CC) == NULL) {
228 if (expand_filepath(local_open_basedir, resolved_basedir TSRMLS_CC) != NULL) {
730 PHPAPI char *expand_filepath(const char *filepath, char *real_path TSRMLS_DC) function
H A Dphp_ini.c559 fh.filename = php_ini_opened_path = expand_filepath(php_ini_file_name, NULL TSRMLS_CC); in php_init_config()
H A Dmain.c2478 if (expand_filepath(primary_file->filename, realfile TSRMLS_CC)) { in php_execute_script()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_blacklist.c306 expand_filepath(path_dup, real_path TSRMLS_CC); in zend_accel_blacklist_loadone()
/PHP-5.5/ext/com_dotnet/
H A Dcom_persist.c389 fullpath = expand_filepath(filename, NULL TSRMLS_CC); in CPH_METHOD()
452 if (!(fullpath = expand_filepath(filename, NULL TSRMLS_CC))) { in CPH_METHOD()
/PHP-5.5/ext/zip/
H A Dphp_zip.c311 if (!expand_filepath(filename, resolved_path TSRMLS_CC)) { in php_zip_add_file()
1239 if(!expand_filepath(filename, resolved_path TSRMLS_CC)) { in PHP_NAMED_FUNCTION()
1527 if (!expand_filepath(filename, resolved_path TSRMLS_CC)) { in ZIPARCHIVE_METHOD()
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c764 char *fullpath = expand_filepath(filename, NULL TSRMLS_CC); in make_filename_safe()
/PHP-5.5/ext/posix/
H A Dposix.c958 path = expand_filepath(filename, NULL TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.5/ext/phar/
H A Dutil.c197 entry.tmp = expand_filepath(filename, NULL TSRMLS_CC); in phar_mount_entry()
1127 my_realpath = expand_filepath(fname, my_realpath TSRMLS_CC); in phar_get_archive()
H A Dphar.c1376 mydata->fname = expand_filepath(fname, NULL TSRMLS_CC);
1740 if ((realpath = expand_filepath(filename, NULL TSRMLS_CC))) {
1787 if (!(realpath = expand_filepath(filename, NULL TSRMLS_CC))) {
H A Dphar_object.c1506 test = expand_filepath(fname, NULL TSRMLS_CC); in phar_build()
1521 fname = expand_filepath(intern->file_name, NULL TSRMLS_CC); in phar_build()
1543 temp = expand_filepath(base, NULL TSRMLS_CC); in phar_build()
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c263 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path TSRMLS_CC)) { in _xmlreader_get_valid_file_path()
/PHP-5.5/main/streams/
H A Dplain_wrapper.c943 if ((realpath = expand_filepath(filename, NULL TSRMLS_CC)) == NULL) { in _php_stream_fopen()
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c645 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path TSRMLS_CC)) { in _xmlwriter_get_valid_file_path()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c121 if (!(fullpath = expand_filepath(filename, NULL TSRMLS_CC))) {
/PHP-5.5/ext/dom/
H A Ddocument.c1539 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path TSRMLS_CC)) { in _dom_get_valid_file_path()

Completed in 90 milliseconds