Lines Matching refs:run

6 at the end of a test run.
14 The easiest way to test your PHP build is to run "make test" from the
15 command line after successfully compiling. This will run the complete
25 "make test" basically executes "run-tests.php" script
30 sapi/cli/php [-c /path/to/php.ini] run-tests.php [ext/foo/tests/GLOB]
35 If you are running the run-tests.php script from the command line (as above)
37 select the PHP executable that is to be tested, that is, used to run the test scripts.
39 If you run the tests using make test, the PHP CLI and CGI executables are
40 automatically set for you. "make test" executes "run-tests.php" script with the CLI binary. Some
44 NOTE: PHP binary executing "run-tests.php" and php binary used for
46 executing "run-tests.php" script, you may get errors.
59 "run-tests.php" ("make test"), without any arguments executes all
62 which have a "phpt" extension, "run-tests.php" looks at the sections
63 in these files, determines whether it should run it, by evaluating
74 ./sapi/cli/php run-tests.php ext/mbstring/*
75 ./sapi/cli/php run-tests.php ext/mbstring/020.phpt
81 the "run-tests.php" script saves the result, the expected result and the
118 Example script to be run by cron(1):
146 NOTE: The exit status of run-tests.php will be 1 when
189 the original run-tests.php script. server-tests is *not* used by
191 testing PHP under it's primary environment, HTTP, and can run the
198 You can run 'php server-tests.php -h' to get all the possible options.
207 can be configured to run test scripts through an HTTP server running
223 1. run tests from the php source directory
226 2. run tests using cgi emulation
229 3. run tests over http, copying test files into document root
232 4. run tests over http, php sources have been aliased in web server
235 5. run tests using configuration file
238 6. run tests using configuration file, but overriding some settings:
256 that MUST be run as CGI, even if there is no --POST-- or --GET-- sections