php-src/Zend/tests/exceptions
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
..
exception_001.phpt
exception_002.phpt
exception_003.phpt
exception_004.phpt
exception_005.phpt
exception_006.phpt
exception_007.phpt
exception_008.phpt
exception_009.phpt
exception_011.phpt
exception_013.phpt
exception_014.phpt
exception_015.phpt
exception_016.phpt
exception_017.phpt
exception_018.phpt
exception_019.phpt
exception_020.phpt
exception_021.phpt
exception_022.phpt
exception_023.phpt
exception_024.phpt
exception_025.phpt
exception_026.phpt
exception_before_fatal.phpt
exception_delayed_message.phpt
exception_during_by_reference_magic_get.phpt
exception_during_include_stat.phpt
exception_during_property_assign_op.phpt
exception_during_variance_autoload.phpt
exception_during_variance_autoload_2.phpt
exception_from_toString.phpt
exception_getters_with_ref_props.phpt