Home
last modified time | relevance | path

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

/PHP-5.6/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.c152 if (!expand_filepath(frompath, source_p TSRMLS_CC)) { in PHP_FUNCTION()
215 if (!expand_filepath(frompath, source_p TSRMLS_CC) || !expand_filepath(topath, dest_p TSRMLS_CC)) { in PHP_FUNCTION()
H A Dfile.c1707 if ((sp = expand_filepath(src, NULL TSRMLS_CC)) == NULL) { in php_copy_file_ctx()
1710 if ((dp = expand_filepath(dest, NULL TSRMLS_CC)) == NULL) { in php_copy_file_ctx()
/PHP-5.6/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) {
731 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.c2566 if (expand_filepath(primary_file->filename, realfile TSRMLS_CC)) { in php_execute_script()
/PHP-5.6/ext/opcache/
H A Dzend_accelerator_blacklist.c306 expand_filepath(path_dup, real_path TSRMLS_CC); in zend_accel_blacklist_loadone()
/PHP-5.6/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.6/sapi/phpdbg/
H A Dphpdbg_utils.c152 if (expand_filepath(path, resolved_name TSRMLS_CC) == NULL) { in phpdbg_resolve_path()
/PHP-5.6/ext/pdo_sqlite/
H A Dsqlite_driver.c764 char *fullpath = expand_filepath(filename, NULL TSRMLS_CC); in make_filename_safe()
/PHP-5.6/ext/zip/
H A Dphp_zip.c335 if (!expand_filepath(filename, resolved_path TSRMLS_CC)) { in php_zip_add_file()
1269 if(!expand_filepath(filename, resolved_path TSRMLS_CC)) { in PHP_NAMED_FUNCTION()
1557 if (!(resolved_path = expand_filepath(filename, NULL TSRMLS_CC))) { in ZIPARCHIVE_METHOD()
/PHP-5.6/ext/posix/
H A Dposix.c958 path = expand_filepath(filename, NULL TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.6/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.c1387 mydata->fname = expand_filepath(fname, NULL TSRMLS_CC);
1751 if ((realpath = expand_filepath(filename, NULL TSRMLS_CC))) {
1798 if (!(realpath = expand_filepath(filename, NULL TSRMLS_CC))) {
H A Dphar_object.c1504 test = expand_filepath(fname, NULL TSRMLS_CC); in phar_build()
1519 fname = expand_filepath(intern->file_name, NULL TSRMLS_CC); in phar_build()
1541 temp = expand_filepath(base, NULL TSRMLS_CC); in phar_build()
/PHP-5.6/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.6/main/streams/
H A Dplain_wrapper.c949 if ((realpath = expand_filepath(filename, NULL TSRMLS_CC)) == NULL) { in _php_stream_fopen()
/PHP-5.6/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.6/ext/dom/
H A Ddocument.c1478 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path TSRMLS_CC)) { in _dom_get_valid_file_path()
/PHP-5.6/ext/sqlite3/
H A Dsqlite3.c126 if (!(fullpath = expand_filepath(filename, NULL TSRMLS_CC))) {

Completed in 111 milliseconds