mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
- Fixed bug #55080 (Deprecated call in run--test.php)
patch by: fedora at famillecollet dot com
This commit is contained in:
parent
71e52a5ccd
commit
d3b1d5b531
@ -489,7 +489,7 @@ if (getenv('TEST_PHP_ARGS')) {
|
||||
$argv = array(__FILE__);
|
||||
}
|
||||
|
||||
$argv = array_merge($argv, split(' ', getenv('TEST_PHP_ARGS')));
|
||||
$argv = array_merge($argv, explode(' ', getenv('TEST_PHP_ARGS')));
|
||||
$argc = count($argv);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user