Arquivos
hhvm/hphp/test/vm/reqonce2.php
T
smith 0562656c5b Rename some tests to avoid collisions on case-insensitive filesystems.
Avoids headaches if you clone our repo or the OSS repo on a Mac.
2013-03-05 22:28:41 -08:00

10 linhas
155 B
PHP

<?php
print "Test begin\n";
require_once 'ReqOnce_b.php';
print "Between require_once invocations\n";
require_once 'ReqOnce_b.php';
print "Test end\n";