This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-03-24 16:22:37 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fpm_kqueue_simpl
Add File
New File
Upload File
Apply Patch
archived-php-src
/
Zend
/
tests
/
arg_unpack
History
Máté Kocsis
75a678a7e3
Declare tentative return types for Zend (
#7251
)
...
Co-authored-by: Nikita Popov <
nikita.ppv@gmail.com
>
2021-07-19 13:44:20 +02:00
..
basic.phpt
…
by_ref_separation.phpt
…
by_ref.phpt
Use EXPECT instead of EXPECTF when possible
2018-02-20 21:53:48 +01:00
dynamic.phpt
…
internal.phpt
…
invalid_type.phpt
Convert "Only arrays and Traversables can be unpacked" into Error
2019-09-27 15:50:34 +02:00
many_args.phpt
Implement arrow functions
2019-05-02 15:04:03 +02:00
method.phpt
…
new.phpt
…
non_integer_keys.phpt
Implement named parameters
2020-07-31 15:53:36 +02:00
positional_arg_after_unpack_error.phpt
…
string_keys.phpt
Implement named parameters
2020-07-31 15:53:36 +02:00
traversable_throwing_exception.phpt
Declare tentative return types for Zend (
#7251
)
2021-07-19 13:44:20 +02:00
traversable_with_by_ref_parameters.phpt
…