X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fnormal%2FRandomTest.php;h=06029868f127bde7c63e8a5d3c75ccb4e7c2ed8b;hb=a6e2f28b2e5d088c491bb4392cddbb8807e31f06;hp=9dc1c8615035e690cbfea40bd6813b2ea0d95603;hpb=ea0776b1e8a635f1c3e8dbe9149c06b1dac71be3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/normal/RandomTest.php b/includes/normal/RandomTest.php index 9dc1c86150..06029868f1 100644 --- a/includes/normal/RandomTest.php +++ b/includes/normal/RandomTest.php @@ -31,10 +31,10 @@ if( PHP_SAPI != 'cli' ) { } /** */ -require_once( 'UtfNormal.php' ); -require_once( '../diff/DifferenceEngine.php' ); +require_once 'UtfNormal.php'; +require_once '../diff/DifferenceEngine.php'; -dl('php_utfnormal.so' ); +dl( 'php_utfnormal.so' ); # mt_srand( 99999 );