--TEST-- Test for bug #2001: zlib, use_compression=1 --SKIPIF-- <?php require __DIR__ . '/../utils.inc'; check_reqs('ext-flag compression'); ?> --INI-- xdebug.mode=profile xdebug.start_with_request=default xdebug.use_compression=1 xdebug.profiler_output_name=cachegrind.out.%R.end --FILE-- <?php require_once 'capture-profile.inc'; $file = xdebug_get_profiler_filename(); var_dump($file); ?> --EXPECTF-- string(%d) "%send.gz" %A