boinc/html/user/test.php

6 lines
35 B
PHP
Raw Normal View History

<?php
echo "foo"
."bar\n";
?>