mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Fixed: tests not written to pass on Windows
This commit is contained in:
parent
5e83fc4e49
commit
b34702c774
@ -13,4 +13,4 @@ if (PHP_SAPI !== "cli")
|
||||
cli_get_process_title("foo");
|
||||
?>
|
||||
--EXPECTF--
|
||||
Warning: cli_get_process_title() expects exactly 0 parameters, 1 given in %ssapi/cli/tests/cli_get_process_title_error.php on line 2
|
||||
Warning: cli_get_process_title() expects exactly 0 parameters, 1 given in %scli_get_process_title_error.php on line 2
|
||||
|
@ -14,6 +14,6 @@ cli_set_process_title();
|
||||
cli_set_process_title("foo", "bar");
|
||||
?>
|
||||
--EXPECTF--
|
||||
Warning: cli_set_process_title() expects exactly 1 parameter, 0 given in %ssapi/cli/tests/cli_set_process_title_error.php on line 2
|
||||
Warning: cli_set_process_title() expects exactly 1 parameter, 0 given in %scli_set_process_title_error.php on line 2
|
||||
|
||||
Warning: cli_set_process_title() expects exactly 1 parameter, 2 given in %ssapi/cli/tests/cli_set_process_title_error.php on line 3
|
||||
Warning: cli_set_process_title() expects exactly 1 parameter, 2 given in %scli_set_process_title_error.php on line 3
|
||||
|
Loading…
Reference in New Issue
Block a user