CWD_EXPAND        854 Zend/zend_virtual_cwd.c 		save = (use_realpath != CWD_EXPAND);
CWD_EXPAND       1499 Zend/zend_virtual_cwd.c 	if (virtual_file_ex(&new_state, path, NULL, CWD_EXPAND)) {
CWD_EXPAND       1672 Zend/zend_virtual_cwd.c 	if (virtual_file_ex(&old_state, oldname, NULL, CWD_EXPAND)) {
CWD_EXPAND       1679 Zend/zend_virtual_cwd.c 	if (virtual_file_ex(&new_state, newname, NULL, CWD_EXPAND)) {
CWD_EXPAND       1726 Zend/zend_virtual_cwd.c 	if (virtual_file_ex(&new_state, path, NULL, CWD_EXPAND)) {
CWD_EXPAND       1744 Zend/zend_virtual_cwd.c 	if (virtual_file_ex(&new_state, path, NULL, CWD_EXPAND)) {
CWD_EXPAND       1783 Zend/zend_virtual_cwd.c 	if (virtual_file_ex(&new_state, pathname, NULL, CWD_EXPAND)) {
CWD_EXPAND        324 ext/fileinfo/fileinfo.c 		if (!expand_filepath_with_mode(file, resolved_path, NULL, 0, CWD_EXPAND)) {
CWD_EXPAND       4088 ext/phar/phar_object.c 	if (virtual_file_ex(&new_state, entry->filename, NULL, CWD_EXPAND) != 0 ||
CWD_EXPAND       1237 ext/spl/spl_directory.c 		if (!expand_filepath_with_mode(intern->file_name, expanded_path, NULL, 0, CWD_EXPAND )) {
CWD_EXPAND        160 ext/zip/php_zip.c 	virtual_file_ex(&new_state, file, NULL, CWD_EXPAND);
CWD_EXPAND        343 main/fopen_wrappers.c 		char *tmp = expand_filepath_with_mode(path, NULL, NULL, 0, CWD_EXPAND);
CWD_EXPAND       1210 main/streams/plain_wrapper.c 		if (!expand_filepath_with_mode(dir, buf, NULL, 0, CWD_EXPAND )) {