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

haltCompiler.file-test « stmt « 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: a427a64c820dd49cf0dbcb66b0c0378d601622b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
__halt_compiler
-----
<?php

echo 'foo';
__halt_compiler();
!!!
???
-----
<?php

echo 'foo';
__halt_compiler();
!!!
???
-----
<?php

echo 'foo';
__halt_compiler();
<?php
-----
<?php

echo 'foo';
__halt_compiler();
<?php