diff options
| author | Máté Kocsis <kocsismate@woohoolabs.com> | 2019-10-23 14:46:59 +0200 |
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-10-30 10:34:06 +0100 |
| commit | ad9ea5abded29402292b52000f22be122ee32059 (patch) | |
| tree | 8fb4ddcea3f5b553ed0ac137ce3acc0d8448226c /sapi/cli | |
| parent | e0be51d0825bf91a9e9aafb9aeef165ee710bdbc (diff) | |
| download | php-git-ad9ea5abded29402292b52000f22be122ee32059.tar.gz | |
Add stubs for various standard functions
Closes GH-4851.
Diffstat (limited to 'sapi/cli')
| -rw-r--r-- | sapi/cli/tests/004.phpt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sapi/cli/tests/004.phpt b/sapi/cli/tests/004.phpt index 78158ba70a..f00f7b4fd9 100644 --- a/sapi/cli/tests/004.phpt +++ b/sapi/cli/tests/004.phpt @@ -20,11 +20,12 @@ string(45) "Exception: Function unknown() does not exist " string(42) "Exception: Function echo() does not exist " -string(119) "Function [ <internal:standard> function phpinfo ] { +string(143) "Function [ <internal:standard> function phpinfo ] { - Parameters [1] { - Parameter #0 [ <optional> $what ] + Parameter #0 [ <optional> int $what ] } + - Return [ bool ] } " |
