mirror of
https://github.com/nextcloud/server.git
synced 2026-03-28 05:13:57 -04:00
4 lines
No EOL
56 B
PHP
4 lines
No EOL
56 B
PHP
<?php
|
|
// sample code
|
|
$x = 1 + 2;
|
|
if (false) echo "dead"; |