radarrplexorganizrnginxsonarrdashboardembycouchpotatonzbgetbookmarkapplication-dashboardmuximuxlandingpagestartpagelandinghtpcserverhomepagesabnzbdheimdall
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.
26 lines
357 B
26 lines
357 B
Hashbang line
|
|
-----
|
|
#!/usr/bin/env php
|
|
<?php
|
|
|
|
echo "foobar";
|
|
|
|
?>
|
|
#!/usr/bin/env php
|
|
-----
|
|
array(
|
|
0: Stmt_InlineHTML(
|
|
value: #!/usr/bin/env php
|
|
|
|
)
|
|
1: Stmt_Echo(
|
|
exprs: array(
|
|
0: Scalar_String(
|
|
value: foobar
|
|
)
|
|
)
|
|
)
|
|
2: Stmt_InlineHTML(
|
|
value: #!/usr/bin/env php
|
|
)
|
|
)
|