Skip to content

Commit a75987f

Browse files
committed
fix reflection test after fibers merge
1 parent 3b4514c commit a75987f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/reflection/tests/ReflectionExtension_getClasses_basic.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $ext = new ReflectionExtension('reflection');
88
var_dump($ext->getClasses());
99
?>
1010
--EXPECTF--
11-
array(23) {
11+
array(%d) {
1212
["ReflectionException"]=>
1313
object(ReflectionClass)#%d (1) {
1414
["name"]=>

0 commit comments

Comments
 (0)