Skip to content

Commit e7f4f48

Browse files
committed
Fixup
1 parent 4a51e5d commit e7f4f48

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/src/integration/closure.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?php
22

3-
var_dump(get_declared_classes);
4-
/*
5-
die;
63
require('_utils.php');
74

85
$v = test_closure();
@@ -15,4 +12,3 @@
1512

1613
assert(call_user_func($closure) === 'test');
1714
assert_exception_thrown($closure);
18-
*/

0 commit comments

Comments
 (0)