Arquivos
hhvm/hphp/test/slow/include/file_include.php
T
Paul Tarjan 6faa4e2ca6 handle file:// includes
Now that we can include urls, we shoudl handle `file://`.
2013-07-25 12:10:57 -07:00

4 linhas
47 B
PHP

<?php
include 'file://'.__DIR__.'/hello.inc';