b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin/phppayment/src/xdebug/tests/profiler/
File Upload :
Current File : E:/www/b-group.old/spfin/phppayment/src/xdebug/tests/profiler/bug02001-zlib-no-compression.phpt

--TEST--
Test for bug #2001: zlib, use_compression=0
--SKIPIF--
<?php
require __DIR__ . '/../utils.inc';
check_reqs('!ext-flag compression');
?>
--INI--
xdebug.mode=profile
xdebug.start_with_request=default
xdebug.use_compression=0
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"
%A

Copyright © 2019 by b0y-101