Skip to content

Commit b0f472b

Browse files
committed
Fixed test
1 parent 6cb6c04 commit b0f472b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/reflection/tests/bug70982.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Foo {
66
static $abc;
77
function __construct()
88
{
9-
var_dump(static::$abc);
9+
var_dump(self::$abc);
1010
}
1111
}
1212

0 commit comments

Comments
 (0)