diff options
Diffstat (limited to 'Zend/tests/closure_bug66622.phpt')
-rw-r--r-- | Zend/tests/closure_bug66622.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/tests/closure_bug66622.phpt b/Zend/tests/closure_bug66622.phpt index 1c9577d688..44bbcbaa8d 100644 --- a/Zend/tests/closure_bug66622.phpt +++ b/Zend/tests/closure_bug66622.phpt @@ -1,6 +1,5 @@ --TEST-- Bug 66622: Closures do not correctly capture the late bound class (static::) in some cases - --FILE-- <?php class A { @@ -29,7 +28,6 @@ function test() { B::baz(); } test(); - --EXPECT-- B vs B B vs B |