0562656c5b
Avoids headaches if you clone our repo or the OSS repo on a Mac.
10 linhas
155 B
PHP
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";
|