Commit e7b1d99ea60 for php.net
commit e7b1d99ea609ff8358c9b5b47c47512400f7d07a
Author: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Date: Thu Jul 2 14:38:07 2026 -0700
Rename `ReflectionParameter_isDefault.phpt` to reflect actual contents
This is testing `ReflectionProperty::isDefault()`,
`ReflectionParameter::isDefault()` does not exist.
diff --git a/ext/reflection/tests/ReflectionParameter_isDefault.phpt b/ext/reflection/tests/ReflectionProperty_isDefault.phpt
similarity index 94%
rename from ext/reflection/tests/ReflectionParameter_isDefault.phpt
rename to ext/reflection/tests/ReflectionProperty_isDefault.phpt
index 3ab0d980fd0..ebb55a6a0d9 100644
--- a/ext/reflection/tests/ReflectionParameter_isDefault.phpt
+++ b/ext/reflection/tests/ReflectionProperty_isDefault.phpt
@@ -1,5 +1,5 @@
--TEST--
-ReflectionParameter::isDefault()
+ReflectionProperty::isDefault()
--FILE--
<?php
#[AllowDynamicProperties]