mirror of
https://github.com/php/php-src.git
synced 2026-04-10 01:23:53 +02:00
Merge branch 'PHP-8.2'
This commit is contained in:
@@ -21,13 +21,13 @@ $property = new MyReflectionProperty('A', 'protected');
|
||||
$property->setAccessible(true);
|
||||
|
||||
?>
|
||||
--EXPECT--
|
||||
<!-- init '/Users/bob.weinand/php-src/ext/zend_test/tests/gh9871.php' -->
|
||||
<file '/Users/bob.weinand/php-src/ext/zend_test/tests/gh9871.php'>
|
||||
--EXPECTF--
|
||||
<!-- init '%s' -->
|
||||
<file '%s'>
|
||||
<!-- init ReflectionProperty::__construct() -->
|
||||
<ReflectionProperty::__construct>
|
||||
</ReflectionProperty::__construct:NULL>
|
||||
<!-- init ReflectionProperty::setAccessible() -->
|
||||
<ReflectionProperty::setAccessible>
|
||||
</ReflectionProperty::setAccessible:NULL>
|
||||
</file '/Users/bob.weinand/php-src/ext/zend_test/tests/gh9871.php'>
|
||||
</file '%s'>
|
||||
|
||||
Reference in New Issue
Block a user