Commit 2d10ae2f989 for php.net

commit 2d10ae2f9899b160909456034505558f5eb4b82f
Author: Gina Peter Banyard <girgias@php.net>
Date:   Mon Jan 5 18:39:07 2026 +0100

    ext/spl: move autoloading tests to subfolder

diff --git a/ext/spl/tests/bug38325.phpt b/ext/spl/tests/autoloading/bug38325.phpt
similarity index 100%
rename from ext/spl/tests/bug38325.phpt
rename to ext/spl/tests/autoloading/bug38325.phpt
diff --git a/ext/spl/tests/bug40091.phpt b/ext/spl/tests/autoloading/bug40091.phpt
similarity index 100%
rename from ext/spl/tests/bug40091.phpt
rename to ext/spl/tests/autoloading/bug40091.phpt
diff --git a/ext/spl/tests/bug44144.phpt b/ext/spl/tests/autoloading/bug44144.phpt
similarity index 100%
rename from ext/spl/tests/bug44144.phpt
rename to ext/spl/tests/autoloading/bug44144.phpt
diff --git a/ext/spl/tests/bug48023.phpt b/ext/spl/tests/autoloading/bug48023.phpt
similarity index 100%
rename from ext/spl/tests/bug48023.phpt
rename to ext/spl/tests/autoloading/bug48023.phpt
diff --git a/ext/spl/tests/bug48493.phpt b/ext/spl/tests/autoloading/bug48493.phpt
similarity index 100%
rename from ext/spl/tests/bug48493.phpt
rename to ext/spl/tests/autoloading/bug48493.phpt
diff --git a/ext/spl/tests/bug52339.phpt b/ext/spl/tests/autoloading/bug52339.phpt
similarity index 100%
rename from ext/spl/tests/bug52339.phpt
rename to ext/spl/tests/autoloading/bug52339.phpt
diff --git a/ext/spl/tests/bug61697.phpt b/ext/spl/tests/autoloading/bug61697.phpt
similarity index 100%
rename from ext/spl/tests/bug61697.phpt
rename to ext/spl/tests/autoloading/bug61697.phpt
diff --git a/ext/spl/tests/bug65006.phpt b/ext/spl/tests/autoloading/bug65006.phpt
similarity index 100%
rename from ext/spl/tests/bug65006.phpt
rename to ext/spl/tests/autoloading/bug65006.phpt
diff --git a/ext/spl/tests/bug71202.phpt b/ext/spl/tests/autoloading/bug71202.phpt
similarity index 100%
rename from ext/spl/tests/bug71202.phpt
rename to ext/spl/tests/autoloading/bug71202.phpt
diff --git a/ext/spl/tests/bug71204.phpt b/ext/spl/tests/autoloading/bug71204.phpt
similarity index 100%
rename from ext/spl/tests/bug71204.phpt
rename to ext/spl/tests/autoloading/bug71204.phpt
diff --git a/ext/spl/tests/bug71236.phpt b/ext/spl/tests/autoloading/bug71236.phpt
similarity index 100%
rename from ext/spl/tests/bug71236.phpt
rename to ext/spl/tests/autoloading/bug71236.phpt
diff --git a/ext/spl/tests/bug73896.phpt b/ext/spl/tests/autoloading/bug73896.phpt
similarity index 100%
rename from ext/spl/tests/bug73896.phpt
rename to ext/spl/tests/autoloading/bug73896.phpt
diff --git a/ext/spl/tests/bug74372.phpt b/ext/spl/tests/autoloading/bug74372.phpt
similarity index 100%
rename from ext/spl/tests/bug74372.phpt
rename to ext/spl/tests/autoloading/bug74372.phpt
diff --git a/ext/spl/tests/bug75049.phpt b/ext/spl/tests/autoloading/bug75049.phpt
similarity index 100%
rename from ext/spl/tests/bug75049.phpt
rename to ext/spl/tests/autoloading/bug75049.phpt
diff --git a/ext/spl/tests/gh10011.phpt b/ext/spl/tests/autoloading/gh10011.phpt
similarity index 100%
rename from ext/spl/tests/gh10011.phpt
rename to ext/spl/tests/autoloading/gh10011.phpt
diff --git a/ext/spl/tests/spl_autoload_001.phpt b/ext/spl/tests/autoloading/spl_autoload_001.phpt
similarity index 100%
rename from ext/spl/tests/spl_autoload_001.phpt
rename to ext/spl/tests/autoloading/spl_autoload_001.phpt
diff --git a/ext/spl/tests/spl_autoload_002.phpt b/ext/spl/tests/autoloading/spl_autoload_002.phpt
similarity index 100%
rename from ext/spl/tests/spl_autoload_002.phpt
rename to ext/spl/tests/autoloading/spl_autoload_002.phpt
diff --git a/ext/spl/tests/spl_autoload_003.phpt b/ext/spl/tests/autoloading/spl_autoload_003.phpt
similarity index 100%
rename from ext/spl/tests/spl_autoload_003.phpt
rename to ext/spl/tests/autoloading/spl_autoload_003.phpt
diff --git a/ext/spl/tests/spl_autoload_004.phpt b/ext/spl/tests/autoloading/spl_autoload_004.phpt
similarity index 100%
rename from ext/spl/tests/spl_autoload_004.phpt
rename to ext/spl/tests/autoloading/spl_autoload_004.phpt
diff --git a/ext/spl/tests/spl_autoload_005.phpt b/ext/spl/tests/autoloading/spl_autoload_005.phpt
similarity index 100%
rename from ext/spl/tests/spl_autoload_005.phpt
rename to ext/spl/tests/autoloading/spl_autoload_005.phpt
diff --git a/ext/spl/tests/spl_autoload_006.phpt b/ext/spl/tests/autoloading/spl_autoload_006.phpt
similarity index 100%
rename from ext/spl/tests/spl_autoload_006.phpt
rename to ext/spl/tests/autoloading/spl_autoload_006.phpt
diff --git a/ext/spl/tests/spl_autoload_007.phpt b/ext/spl/tests/autoloading/spl_autoload_007.phpt
similarity index 100%
rename from ext/spl/tests/spl_autoload_007.phpt
rename to ext/spl/tests/autoloading/spl_autoload_007.phpt
diff --git a/ext/spl/tests/spl_autoload_008.phpt b/ext/spl/tests/autoloading/spl_autoload_008.phpt
similarity index 100%
rename from ext/spl/tests/spl_autoload_008.phpt
rename to ext/spl/tests/autoloading/spl_autoload_008.phpt
diff --git a/ext/spl/tests/spl_autoload_009.phpt b/ext/spl/tests/autoloading/spl_autoload_009.phpt
similarity index 100%
rename from ext/spl/tests/spl_autoload_009.phpt
rename to ext/spl/tests/autoloading/spl_autoload_009.phpt
diff --git a/ext/spl/tests/spl_autoload_010.phpt b/ext/spl/tests/autoloading/spl_autoload_010.phpt
similarity index 100%
rename from ext/spl/tests/spl_autoload_010.phpt
rename to ext/spl/tests/autoloading/spl_autoload_010.phpt
diff --git a/ext/spl/tests/spl_autoload_011.phpt b/ext/spl/tests/autoloading/spl_autoload_011.phpt
similarity index 100%
rename from ext/spl/tests/spl_autoload_011.phpt
rename to ext/spl/tests/autoloading/spl_autoload_011.phpt
diff --git a/ext/spl/tests/spl_autoload_012.phpt b/ext/spl/tests/autoloading/spl_autoload_012.phpt
similarity index 100%
rename from ext/spl/tests/spl_autoload_012.phpt
rename to ext/spl/tests/autoloading/spl_autoload_012.phpt
diff --git a/ext/spl/tests/spl_autoload_013.phpt b/ext/spl/tests/autoloading/spl_autoload_013.phpt
similarity index 100%
rename from ext/spl/tests/spl_autoload_013.phpt
rename to ext/spl/tests/autoloading/spl_autoload_013.phpt
diff --git a/ext/spl/tests/spl_autoload_014.phpt b/ext/spl/tests/autoloading/spl_autoload_014.phpt
similarity index 100%
rename from ext/spl/tests/spl_autoload_014.phpt
rename to ext/spl/tests/autoloading/spl_autoload_014.phpt
diff --git a/ext/spl/tests/spl_autoload_bug48541.phpt b/ext/spl/tests/autoloading/spl_autoload_bug48541.phpt
similarity index 100%
rename from ext/spl/tests/spl_autoload_bug48541.phpt
rename to ext/spl/tests/autoloading/spl_autoload_bug48541.phpt
diff --git a/ext/spl/tests/spl_autoload_call_basic.phpt b/ext/spl/tests/autoloading/spl_autoload_call_basic.phpt
similarity index 100%
rename from ext/spl/tests/spl_autoload_call_basic.phpt
rename to ext/spl/tests/autoloading/spl_autoload_call_basic.phpt
diff --git a/ext/spl/tests/spl_autoload_called_scope.phpt b/ext/spl/tests/autoloading/spl_autoload_called_scope.phpt
similarity index 100%
rename from ext/spl/tests/spl_autoload_called_scope.phpt
rename to ext/spl/tests/autoloading/spl_autoload_called_scope.phpt
diff --git a/ext/spl/tests/spl_autoload_throw_with_spl_autoloader_call_as_autoloader.phpt b/ext/spl/tests/autoloading/spl_autoload_throw_with_spl_autoloader_call_as_autoloader.phpt
similarity index 100%
rename from ext/spl/tests/spl_autoload_throw_with_spl_autoloader_call_as_autoloader.phpt
rename to ext/spl/tests/autoloading/spl_autoload_throw_with_spl_autoloader_call_as_autoloader.phpt
diff --git a/ext/spl/tests/spl_autoload_unregister_without_registrations.phpt b/ext/spl/tests/autoloading/spl_autoload_unregister_without_registrations.phpt
similarity index 100%
rename from ext/spl/tests/spl_autoload_unregister_without_registrations.phpt
rename to ext/spl/tests/autoloading/spl_autoload_unregister_without_registrations.phpt
diff --git a/ext/spl/tests/spl_autoload_warn_on_false_do_throw.phpt b/ext/spl/tests/autoloading/spl_autoload_warn_on_false_do_throw.phpt
similarity index 100%
rename from ext/spl/tests/spl_autoload_warn_on_false_do_throw.phpt
rename to ext/spl/tests/autoloading/spl_autoload_warn_on_false_do_throw.phpt
diff --git a/ext/spl/tests/testclass b/ext/spl/tests/autoloading/testclass
similarity index 100%
rename from ext/spl/tests/testclass
rename to ext/spl/tests/autoloading/testclass
diff --git a/ext/spl/tests/testclass.class.inc b/ext/spl/tests/autoloading/testclass.class.inc
similarity index 100%
rename from ext/spl/tests/testclass.class.inc
rename to ext/spl/tests/autoloading/testclass.class.inc
diff --git a/ext/spl/tests/testclass.inc b/ext/spl/tests/autoloading/testclass.inc
similarity index 100%
rename from ext/spl/tests/testclass.inc
rename to ext/spl/tests/autoloading/testclass.inc
diff --git a/ext/spl/tests/testclass.php.inc b/ext/spl/tests/autoloading/testclass.php.inc
similarity index 100%
rename from ext/spl/tests/testclass.php.inc
rename to ext/spl/tests/autoloading/testclass.php.inc