> */ function xdebug_get_code_coverage() : array { } /** * @param array $configuration */ function xdebug_set_filter(int $group, int $list_type, array $configuration) : array { } function xdebug_start_code_coverage(int $options) : void { } function xdebug_stop_code_coverage(int $cleanup = 1) : void { }