<?php
/* this file may be duplicated to provide testing for
multiple php binaries or configurations. It is used
- with the -c option on run_tests2.php. All these
+ with the -c option on server_tests.php. All these
settings will also go into the environment for tests
that are directly executed, so you can also set things
like PHPRC here to force an executable to use a
public $cwd;
public $xargs = array(
#arg env var value default description
- 'c' => array('' ,'file' ,NULL ,'configuration file, see run-tests-config.php for example'),
+ 'c' => array('' ,'file' ,NULL ,'configuration file, see server-tests-config.php for example'),
'd' => array('TEST_PATHS' ,'paths' ,NULL ,'colon seperate path list'),
'e' => array('TEST_PHP_ERROR_STYLE','EMACS|MSVC' ,'EMACS' ,'editor error style'),
'h' => array('' ,'' ,NULL ,'this help'),