Viewing File: /opt/alt/tests/alt-php84-pecl-xhprof-tideways_5.0.4-2.el8/tests/xhprof_005.phpt

--TEST--
tideways: dont disable no memory leak
--FILE--
<?php

include_once dirname(__FILE__).'/common.php';

tideways_xhprof_enable();

function foo() {
}
foo();
echo "Testing";
--EXPECTF--
Testing
Back to Directory File Manager
<