Strings Php

   $text = "this is a test";
   echo preg_quote($text);
?>