[ create a new paste ] login | about

Link: http://codepad.org/YUhG2DTd    [ raw code | output | fork ]

PHP, pasted on Mar 24:
1
2
3
4
5
6
7
<?php

echo "test | ";

/*?>*/

this would throw an error as its still in the php parser


Output:
1
2

Parse error: syntax error, unexpected T_STRING on line 7


Create a new paste based on this one


Comments: