[ Index ]

PHP Cross Reference of GlotPress

title

Body

[close]

/tests/phpunit/bin/ -> request.php (source)

   1  <?php
   2  
   3  $index = dirname( __FILE__ ) . '/../../index.php';
   4  
   5  require $argv[1];
   6  $_SERVER['SCRIPT_NAME'] = '/index.php';
   7  $_SERVER['PHP_SELF'] = '/index.php';
   8  $_SERVER['PATH_TRANSLATED'] = realpath( $index );
   9  $_SERVER['SCRIPT_FILENAME'] = $_SERVER['PATH_TRANSLATED'];
  10  require $index;
  11  


Generated: Tue Apr 23 01:01:19 2024 Cross-referenced by PHPXref 0.7.1