Skip to content

Commit

Permalink
Make the global repl instance safer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ieure committed Nov 25, 2009
1 parent 5657386 commit 4fb797e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/php-repl
Expand Up @@ -17,7 +17,7 @@
*/

require_once 'PHP/Repl.php';
$_repl = new PHP_Repl();
$_repl->run();
$__repl__ = new PHP_Repl();
$__repl__->run();

?>

0 comments on commit 4fb797e

Please sign in to comment.