pub fn eval_string(code: &str) -> Result<()>
Evaluate a PHP code string on the current thread.
The code must NOT include the opening <?php tag.
<?php
Returns error if evaluation fails.