xref: /php-src/Zend/tests/bug81076.phpt (revision 08b2ab22)
1--TEST--
2Bug #81076 Invalid implicit binds cause incorrect static var count in closure debug info
3--FILE--
4<?php
5var_dump(fn() => [$why, $do, $we, $count]);
6?>
7--EXPECTF--
8object(Closure)#%d (3) {
9  ["name"]=>
10  string(%d) "{closure:%s:%d}"
11  ["file"]=>
12  string(%d) "%s"
13  ["line"]=>
14  int(%d)
15}
16