mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Minor change, test using php mail address as account
This commit is contained in:
parent
30bd2494a2
commit
e1931dd1ad
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ function php_cli_server_start($code = 'echo "Hello world";', $no_router = FALSE)
|
|||
$php_executable = getenv('TEST_PHP_EXECUTABLE');
|
||||
$doc_root = __DIR__;
|
||||
$router = "index.php";
|
||||
|
||||
if ($code) {
|
||||
file_put_contents($doc_root . '/' . $router, '<?php ' . $code . ' ?>');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue