expand_filepath   389 ext/com_dotnet/com_persist.c 			fullpath = expand_filepath(filename, NULL TSRMLS_CC);
expand_filepath   452 ext/com_dotnet/com_persist.c 		if (!(fullpath = expand_filepath(filename, NULL TSRMLS_CC))) {
expand_filepath  1539 ext/dom/document.c 		if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path TSRMLS_CC)) {
expand_filepath   306 ext/opcache/zend_accelerator_blacklist.c 			expand_filepath(path_dup, real_path TSRMLS_CC);
expand_filepath   764 ext/pdo_sqlite/sqlite_driver.c 		char *fullpath = expand_filepath(filename, NULL TSRMLS_CC);
expand_filepath  1376 ext/phar/phar.c 	mydata->fname = expand_filepath(fname, NULL TSRMLS_CC);
expand_filepath  1740 ext/phar/phar.c 	if ((realpath = expand_filepath(filename, NULL TSRMLS_CC))) {
expand_filepath  1787 ext/phar/phar.c 				if (!(realpath = expand_filepath(filename, NULL TSRMLS_CC))) {
expand_filepath  1506 ext/phar/phar_object.c 						test = expand_filepath(fname, NULL TSRMLS_CC);
expand_filepath  1521 ext/phar/phar_object.c 						fname = expand_filepath(intern->file_name, NULL TSRMLS_CC);
expand_filepath  1543 ext/phar/phar_object.c 		temp = expand_filepath(base, NULL TSRMLS_CC);
expand_filepath   197 ext/phar/util.c 		entry.tmp = expand_filepath(filename, NULL TSRMLS_CC);
expand_filepath  1122 ext/phar/util.c 		my_realpath = expand_filepath(fname, my_realpath TSRMLS_CC);
expand_filepath   958 ext/posix/posix.c 	path = expand_filepath(filename, NULL TSRMLS_CC);
expand_filepath   121 ext/sqlite3/sqlite3.c 		if (!(fullpath = expand_filepath(filename, NULL TSRMLS_CC))) {
expand_filepath  1698 ext/standard/file.c 		if ((sp = expand_filepath(src, NULL TSRMLS_CC)) == NULL) {
expand_filepath  1701 ext/standard/file.c 		if ((dp = expand_filepath(dest, NULL TSRMLS_CC)) == NULL) {
expand_filepath   133 ext/standard/link.c 	if (!expand_filepath(frompath, source_p TSRMLS_CC)) {
expand_filepath   189 ext/standard/link.c 	if (!expand_filepath(frompath, source_p TSRMLS_CC) || !expand_filepath(topath, dest_p TSRMLS_CC)) {
expand_filepath   141 ext/standard/link_win32.c 	if (!expand_filepath(frompath, source_p TSRMLS_CC)) {
expand_filepath   204 ext/standard/link_win32.c 	if (!expand_filepath(frompath, source_p TSRMLS_CC) || !expand_filepath(topath, dest_p TSRMLS_CC)) {
expand_filepath   263 ext/xmlreader/php_xmlreader.c 		if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path TSRMLS_CC)) {
expand_filepath   645 ext/xmlwriter/php_xmlwriter.c 		if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path TSRMLS_CC)) {
expand_filepath   311 ext/zip/php_zip.c 	if (!expand_filepath(filename, resolved_path TSRMLS_CC)) {
expand_filepath  1231 ext/zip/php_zip.c 	if(!expand_filepath(filename, resolved_path TSRMLS_CC)) {
expand_filepath  1519 ext/zip/php_zip.c 	if (!expand_filepath(filename, resolved_path TSRMLS_CC)) {
expand_filepath   167 main/fopen_wrappers.c 	if (expand_filepath(path, resolved_name TSRMLS_CC) == NULL) {
expand_filepath   228 main/fopen_wrappers.c 	if (expand_filepath(local_open_basedir, resolved_basedir TSRMLS_CC) != NULL) {
expand_filepath  2478 main/main.c    			if (expand_filepath(primary_file->filename, realfile TSRMLS_CC)) {
expand_filepath   559 main/php_ini.c 						fh.filename = php_ini_opened_path = expand_filepath(php_ini_file_name, NULL TSRMLS_CC);
expand_filepath   943 main/streams/plain_wrapper.c 		if ((realpath = expand_filepath(filename, NULL TSRMLS_CC)) == NULL) {