expand_filepath   392 ext/com_dotnet/com_persist.c 			fullpath = expand_filepath(filename, NULL TSRMLS_CC);
expand_filepath   456 ext/com_dotnet/com_persist.c 		if (!(fullpath = expand_filepath(filename, NULL TSRMLS_CC))) {
expand_filepath  1576 ext/dom/document.c 		if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path TSRMLS_CC)) {
expand_filepath   643 ext/pdo_sqlite/sqlite_driver.c 		char *fullpath = expand_filepath(filename, NULL TSRMLS_CC);
expand_filepath   789 ext/posix/posix.c 	path = expand_filepath(filename, NULL TSRMLS_CC);
expand_filepath   519 ext/sqlite/pdo_sqlite2.c 		char *fullpath = expand_filepath(filename, NULL TSRMLS_CC);
expand_filepath  1235 ext/sqlite/sqlite.c 		if (!(fullpath = expand_filepath(filename, NULL TSRMLS_CC))) {
expand_filepath  1311 ext/sqlite/sqlite.c 		if (!(fullpath = expand_filepath(filename, NULL TSRMLS_CC))) {
expand_filepath  1363 ext/sqlite/sqlite.c 		if (!(fullpath = expand_filepath(filename, NULL TSRMLS_CC))) {
expand_filepath  1799 ext/standard/file.c 		if ((sp = expand_filepath(src, NULL TSRMLS_CC)) == NULL) {
expand_filepath  1802 ext/standard/file.c 	 	if ((dp = expand_filepath(dest, NULL TSRMLS_CC)) == NULL) {
expand_filepath   125 ext/standard/link.c 	if (!expand_filepath(Z_STRVAL_PP(frompath), source_p TSRMLS_CC) || !expand_filepath(Z_STRVAL_PP(topath), dest_p TSRMLS_CC)) {
expand_filepath   182 ext/standard/link.c 	if (!expand_filepath(Z_STRVAL_PP(frompath), source_p TSRMLS_CC) || !expand_filepath(Z_STRVAL_PP(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   333 ext/xmlwriter/php_xmlwriter.c 		if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path TSRMLS_CC)) {
expand_filepath   691 ext/zip/php_zip.c 	if(!expand_filepath(filename, resolved_path TSRMLS_CC)) {
expand_filepath   979 ext/zip/php_zip.c 	if (!expand_filepath(filename, resolved_path TSRMLS_CC)) {
expand_filepath  1133 ext/zip/php_zip.c 	if (!expand_filepath(filename, resolved_path TSRMLS_CC)) {
expand_filepath   112 main/fopen_wrappers.c 	if (expand_filepath(path, resolved_name TSRMLS_CC) == NULL) {
expand_filepath   167 main/fopen_wrappers.c 	if (expand_filepath(local_open_basedir, resolved_basedir TSRMLS_CC) != NULL) {
expand_filepath   271 main/fopen_wrappers.c 			if (expand_filepath(path, resolved_name TSRMLS_CC) == NULL) {
expand_filepath   319 main/fopen_wrappers.c 		*opened_path = expand_filepath(path, NULL TSRMLS_CC);
expand_filepath   426 main/fopen_wrappers.c 	file_handle->opened_path = expand_filepath(filename, NULL TSRMLS_CC);
expand_filepath  1973 main/main.c    			if (expand_filepath(primary_file->filename, realfile TSRMLS_CC)) {
expand_filepath   461 main/php_ini.c 						fh.filename = php_ini_opened_path = expand_filepath(php_ini_file_name, NULL TSRMLS_CC);
expand_filepath    97 main/safe_mode.c 		expand_filepath(filename, path TSRMLS_CC);
expand_filepath   892 main/streams/plain_wrapper.c 	if ((realpath = expand_filepath(filename, NULL TSRMLS_CC)) == NULL) {