codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/R7orE98l
[
raw code
|
output
|
fork
]
PHP
,
pasted on Aug 12:
1
2
3
<?php
true
?
print
'hoge'
:
print
'piyo'
;
Output:
1
hoge
Create a new paste based on this one
Comments: