Welcome to mirror list, hosted at ThFree Co, Russian Federation.

onlyPHP.file-test « prettyPrinter « code « test « php-parser « nikic « vendor - github.com/nextcloud/php-static-scanner-instrumentalization.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9550b107ef5d5877acecc6ce78d161ff1502c978 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
File containing only PHP
-----
<?php

echo 'Foo Bar';
echo 'Bar Foo';
-----
<?php

echo 'Foo Bar';
echo 'Bar Foo';
-----
<?php

-----
<?php