Arquivos
hhvm/hphp/test/quick/include.1.inc
T
ptarjan 6e899255c6 move .php files to .inc in test/quick that aren't tests
Instead of having a blacklist on name, how about we use a different file extension for included files? Many PHP installs do this for files that are in the document root but shouldn't be served.
@override-unit-failures
2013-04-17 10:12:47 -07:00

7 linhas
64 B
PHP

<?php
$a = 2;#"ab\n";
$b = 3;#"b\n";
print "Hello from b!\n";