--TEST-- Test for bug #1403: Code coverage does not cover BIND_STATIC/BIND_LEXICAL (< PHP 7.4) --SKIPIF-- --INI-- xdebug.mode=coverage xdebug.auto_profile=0 --FILE-- --EXPECTF-- Array ( [2] => 1 [5] => 1 [6] => 1 [8] => 1 [11] => 1 [12] => 1 [13] => 1 [15] => 1 [16] => 1 [18] => 1 )