<?php $in=fgets(STDIN); echo str_replace("treeone", "forest", $in); ?>