Home
last modified time | relevance | path

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

/PHP-5.4/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.c1695 if ((sp = expand_filepath(src, NULL TSRMLS_CC)) == NULL) { in php_copy_file_ctx()
1698 if ((dp = expand_filepath(dest, NULL TSRMLS_CC)) == NULL) { in php_copy_file_ctx()
/PHP-5.4/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.c542 fh.filename = php_ini_opened_path = expand_filepath(php_ini_file_name, NULL TSRMLS_CC); in php_init_config()
H A Dmain.c2470 if (expand_filepath(primary_file->filename, realfile TSRMLS_CC)) { in php_execute_script()
/PHP-5.4/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.4/ext/zip/
H A Dphp_zip.c311 if (!expand_filepath(filename, resolved_path TSRMLS_CC)) { in php_zip_add_file()
1231 if(!expand_filepath(filename, resolved_path TSRMLS_CC)) { in PHP_NAMED_FUNCTION()
1519 if (!expand_filepath(filename, resolved_path TSRMLS_CC)) { in ZIPARCHIVE_METHOD()
/PHP-5.4/ext/pdo_sqlite/
H A Dsqlite_driver.c764 char *fullpath = expand_filepath(filename, NULL TSRMLS_CC); in make_filename_safe()
/PHP-5.4/ext/posix/
H A Dposix.c958 path = expand_filepath(filename, NULL TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.4/ext/phar/
H A Dphar_object.c1548 test = expand_filepath(fname, NULL TSRMLS_CC);
1574 fname = expand_filepath(Z_STRVAL(zv), NULL TSRMLS_CC);
1577 fname = expand_filepath(intern->file_name.s, NULL TSRMLS_CC);
1580 fname = expand_filepath(intern->file_name, NULL TSRMLS_CC);
1603 temp = expand_filepath(base, NULL TSRMLS_CC);
H A Dphar.c1377 mydata->fname = expand_filepath(fname, NULL TSRMLS_CC);
1741 if ((realpath = expand_filepath(filename, NULL TSRMLS_CC))) {
1788 if (!(realpath = expand_filepath(filename, NULL TSRMLS_CC))) {
H A Dutil.c201 entry.tmp = expand_filepath(filename, NULL TSRMLS_CC); in phar_mount_entry()
1372 my_realpath = expand_filepath(fname, my_realpath TSRMLS_CC); in phar_get_archive()
/PHP-5.4/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.4/main/streams/
H A Dplain_wrapper.c914 if ((realpath = expand_filepath(filename, NULL TSRMLS_CC)) == NULL) { in _php_stream_fopen()
/PHP-5.4/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.4/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()
/PHP-5.4/ext/sqlite3/
H A Dsqlite3.c121 if (!(fullpath = expand_filepath(filename, NULL TSRMLS_CC))) {

Completed in 129 milliseconds