--TEST-- Test for bug #1509: Code coverage missing for case inside switch (< PHP 7.4, opcache) --SKIPIF-- --INI-- xdebug.mode=coverage xdebug.auto_profile=0 --FILE-- --EXPECTF-- Array ( [2] => 1 [6] => 1 [7] => 1 [8] => 1 [10] => 1 [11] => 1 [14] => 1 [20] => 1 [21] => 1 [22] => 1 [25] => 1 )