php-src/Zend/tests/call_user_functions
DanielEScherzer 674663464e
Zend/tests: organize some tests with sub directories (9) (#17897)
Add directories for tests relating to
- calling user functions (`call_user_func()` and `call_user_func_array()`)
- using `::class` to access class names
- null coalescing with `??`
- concatenation with `.`
- indirect function calls (e.g. by calling a variable with a function name)
- reporting of line numbers
- static variables in functions
- type casts

As well as organizing a couple of tests into existing sub directories along the
way

Work towards GH-15631
2025-02-23 14:41:49 +00:00
..
bug32290.phpt
bug43426.phpt
bug66719.phpt
call_user_func_001.phpt
call_user_func_002.phpt
call_user_func_003.phpt
call_user_func_005.phpt
call_user_func_006.phpt
call_user_func_007.phpt
call_user_func_008.phpt
call_user_func_009.phpt
call_user_func_array_array_slice_named_args.phpt
call_user_func_array_array_slice_type.phpt
call_user_func_array_array_slice_type_strict.phpt
call_user_func_array_invalid_type.phpt
call_user_func_array_prefer_ref.phpt
call_user_func_by_ref.phpt
call_user_func_closure_from_static_method.phpt
call_user_func_strict_arginfo_check.phpt