php-src/Zend/tests/list
DanielEScherzer 275f63e7fd
Zend/tests: organize some tests with subdirectories (2) (#16423)
Move more low-hanging fruit, creating new directories for the tests for:

* comparisons
* dynamic calls
* error messages
* `error_reporting()`
* exceptions
* `foreach()`
* garbage collection
* group `use` statements
* heredoc and nowdoc
* `goto` jumps
* late static binding
* magic methods
* namespaces
* numeric literal separators
* objects
* `settype()`
* cleaning of temporary values
* `unset()`

Additionally, move some tests into the existing subdirectory for `list()`
tests.

Drive-by fixes of some test numbers in the names of the `goto` tests.

Work towards GH-15631
2024-10-14 12:14:42 +01:00
..
list_001.phpt
list_002.phpt
list_003.phpt
list_004.phpt
list_005.phpt
list_006.phpt
list_007.phpt
list_008.phpt
list_010.phpt
list_011.phpt
list_012.phpt
list_013.phpt
list_014.phpt
list_assign_ref_string_offset_error.phpt
list_destructuring_to_special_variables.phpt
list_empty_error_keyed.phpt
list_empty_error.phpt
list_keyed_ArrayAccess.phpt
list_keyed_conversions.phpt
list_keyed_evaluation_order_2.phpt
list_keyed_evaluation_order_3.phpt
list_keyed_evaluation_order_nested.phpt
list_keyed_evaluation_order.inc
list_keyed_evaluation_order.phpt
list_keyed_leading_comma.phpt
list_keyed_non_literals.phpt
list_keyed_trailing_comma.phpt
list_keyed_undefined.phpt
list_keyed.phpt
list_mixed_keyed_unkeyed.phpt
list_mixed_nested_keyed_unkeyed.phpt
list_reference_001.phpt
list_reference_002.phpt
list_reference_003.phpt
list_reference_004.phpt
list_reference_005.phpt
list_reference_006.phpt
list_reference_007.phpt
list_reference_008.phpt
list_reference_009.phpt
list_reference_010.phpt
list_reference_011.phpt
list_self_assign.phpt