1
0
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:
Bob Weinand
2022-11-02 16:02:38 +01:00

View File

@@ -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'>