expand_filepath   393 ext/com_dotnet/com_persist.c 			fullpath = expand_filepath(filename, NULL);
expand_filepath   456 ext/com_dotnet/com_persist.c 		if (!(fullpath = expand_filepath(filename, NULL))) {
expand_filepath  1339 ext/dom/document.c 		if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) {
expand_filepath   285 ext/opcache/zend_accelerator_blacklist.c 			expand_filepath(path_dup, real_path);
expand_filepath   740 ext/pdo_sqlite/sqlite_driver.c 		char *fullpath = expand_filepath(filename, NULL);
expand_filepath  1379 ext/phar/phar.c 	mydata->fname = expand_filepath(fname, NULL);
expand_filepath  1743 ext/phar/phar.c 	if ((realpath = expand_filepath(filename, NULL))) {
expand_filepath  1790 ext/phar/phar.c 				if (!(realpath = expand_filepath(filename, NULL))) {
expand_filepath  1489 ext/phar/phar_object.c 						test = expand_filepath(fname, NULL);
expand_filepath  1504 ext/phar/phar_object.c 						fname = expand_filepath(intern->file_name, NULL);
expand_filepath  1526 ext/phar/phar_object.c 		temp = expand_filepath(base, NULL);
expand_filepath   197 ext/phar/util.c 		entry.tmp = expand_filepath(filename, NULL);
expand_filepath  1123 ext/phar/util.c 		my_realpath = expand_filepath(fname, my_realpath);
expand_filepath  1019 ext/posix/posix.c 	path = expand_filepath(filename, NULL);
expand_filepath   122 ext/sqlite3/sqlite3.c 		if (!(fullpath = expand_filepath(filename, NULL))) {
expand_filepath  1743 ext/standard/file.c 		if ((sp = expand_filepath(src, NULL)) == NULL) {
expand_filepath  1746 ext/standard/file.c 		if ((dp = expand_filepath(dest, NULL)) == NULL) {
expand_filepath   133 ext/standard/link.c 	if (!expand_filepath(frompath, source_p)) {
expand_filepath   189 ext/standard/link.c 	if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) {
expand_filepath   141 ext/standard/link_win32.c 	if (!expand_filepath(frompath, source_p)) {
expand_filepath   204 ext/standard/link_win32.c 	if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) {
expand_filepath   259 ext/xmlreader/php_xmlreader.c 		if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) {
expand_filepath   629 ext/xmlwriter/php_xmlwriter.c 		if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) {
expand_filepath   290 ext/zip/php_zip.c 	if (!expand_filepath(filename, resolved_path)) {
expand_filepath  1125 ext/zip/php_zip.c 	if(!expand_filepath(ZSTR_VAL(filename), resolved_path)) {
expand_filepath  1428 ext/zip/php_zip.c 	if (!(resolved_path = expand_filepath(ZSTR_VAL(filename), NULL))) {
expand_filepath   163 main/fopen_wrappers.c 	if (expand_filepath(path, resolved_name) == NULL) {
expand_filepath   218 main/fopen_wrappers.c 	if (expand_filepath(local_open_basedir, resolved_basedir) != NULL) {
expand_filepath    29 main/fopen_wrappers.h PHPAPI char *expand_filepath(const char *filepath, char *real_path);
expand_filepath  2441 main/main.c    			if (expand_filepath(primary_file->filename, realfile)) {
expand_filepath   555 main/php_ini.c 						fh.filename = expand_filepath(php_ini_file_name, NULL);
expand_filepath   970 main/streams/plain_wrapper.c 		if (expand_filepath(filename, realpath) == NULL) {
expand_filepath   153 sapi/phpdbg/phpdbg_utils.c 	if (expand_filepath(path, resolved_name) == NULL) {