📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 23:11:56
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php81-pecl-xhprof-tideways_5.0.4-2.el8
/
tests
📍 /opt/alt/tests/alt-php81-pecl-xhprof-tideways_5.0.4-2.el8/tests
🔄 Refresh
✏️
Editing: xhprof_004.phpt
Read Only
--TEST-- Tideways: Closure and Anonymous Classes --FILE-- <?php include_once dirname(__FILE__).'/common.php'; tideways_xhprof_enable(); $foo = function() {}; $foo(); $bar = new class () { public function baz() { } }; $bar->baz(); $output = tideways_xhprof_disable(); print_canonical($output); ?> --EXPECTF-- main() : ct= 1; wt=*; main()==>class@anonymous::baz : ct= 1; wt=*; main()==>tideways_xhprof_disable : ct= 1; wt=*; main()==>{closure} : ct= 1; wt=*;
💾 Save Changes
❌ Cancel