php-src/Zend/tests/first_class_callable
DanielEScherzer 8475d5fea1
Zend/tests: organize some tests with subdirectories (#15638)
Move some low-hanging fruit, creating new directories for the tests for

* access modifiers
* `class_alias()`
* constant expressions
* constructor property promotion
* `__debugInfo()`
* dereferencing
* first class callable syntax

Additionally, move some tests into the existing subdirectory for
closure-related tests

Work towards GH-15631
2024-10-13 14:21:07 +01:00
..
first_class_callable_001.phpt
first_class_callable_002.phpt
first_class_callable_003.phpt
first_class_callable_004.phpt
first_class_callable_005.phpt
first_class_callable_006.phpt
first_class_callable_007.phpt
first_class_callable_008.phpt
first_class_callable_009.phpt
first_class_callable_010.phpt
first_class_callable_011.phpt
first_class_callable_012.phpt
first_class_callable_013.phpt
first_class_callable_014.phpt
first_class_callable_015.phpt
first_class_callable_015_strict.inc
first_class_callable_015_weak.inc
first_class_callable_016.phpt
first_class_callable_assert.phpt
first_class_callable_assert2.phpt
first_class_callable_assert3.phpt
first_class_callable_dynamic.phpt
first_class_callable_errors.phpt
first_class_callable_optimization.phpt
first_class_callable_refs.phpt
first_class_callable_signature.phpt