diff options
author | Ilija Tovilo <ilija.tovilo@me.com> | 2020-05-30 23:33:25 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-05-31 17:15:58 +0200 |
commit | c599d173aba6f232d47fbe16386d9edeba658815 (patch) | |
tree | 40dbc7e2827acee018c34f6e2a4426d17e0b2c9b /Zend/tests | |
parent | eeb7a7cd7a043289dc082cd5ef9310eaa197de87 (diff) | |
download | php-git-c599d173aba6f232d47fbe16386d9edeba658815.tar.gz |
Fix php_get_args function info return type and add arg check
Closes GH-5648.
Diffstat (limited to 'Zend/tests')
-rw-r--r-- | Zend/tests/bug72107.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug72107.phpt b/Zend/tests/bug72107.phpt index c22f657ebb..b37ecf0849 100644 --- a/Zend/tests/bug72107.phpt +++ b/Zend/tests/bug72107.phpt @@ -13,4 +13,4 @@ try { } ?> --EXPECT-- -Cannot call func_get_args() dynamically +func_get_args() expects exactly 0 parameters, 4 given |