We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b30448f commit 4935e10Copy full SHA for 4935e10
ext/zend_test/tests/gh9871.phpt
@@ -21,13 +21,13 @@ $property = new MyReflectionProperty('A', 'protected');
21
$property->setAccessible(true);
22
23
?>
24
---EXPECT--
25
-<!-- init '/Users/bob.weinand/php-src/ext/zend_test/tests/gh9871.php' -->
26
-<file '/Users/bob.weinand/php-src/ext/zend_test/tests/gh9871.php'>
+--EXPECTF--
+<!-- init '%s' -->
+<file '%s'>
27
<!-- init ReflectionProperty::__construct() -->
28
<ReflectionProperty::__construct>
29
</ReflectionProperty::__construct:NULL>
30
<!-- init ReflectionProperty::setAccessible() -->
31
<ReflectionProperty::setAccessible>
32
</ReflectionProperty::setAccessible:NULL>
33
-</file '/Users/bob.weinand/php-src/ext/zend_test/tests/gh9871.php'>
+</file '%s'>
0 commit comments