You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
230 B

--TEST--
#-style comments
--FILE--
#teste
#teste2
<?php
#ahahah
#ahhfhf
echo '#ola'; //?
echo "\n";
echo 'uhm # ah'; #ah?
echo "\n";
echo "e este, # hein?";
echo "\n";
?>
--EXPECT--
#teste
#teste2
#ola
uhm # ah
e este, # hein?