Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php/**** @package tests*//** tests */function test_eofquotes (){}echo <<< EOFThis shouldn't be parsedfunction bob (){}EOF;$string = <<< EOFThis shouldn't be parsedfunction bob (){}EOF;?>