X7ROOT File Manager
Current Path:
/opt/alt/tests/alt-php80-pecl-xhprof-tideways_5.0.4-2.el8/tests
opt
/
alt
/
tests
/
alt-php80-pecl-xhprof-tideways_5.0.4-2.el8
/
tests
/
ðŸ“
..
📄
common.php
(1.56 KB)
📄
xhprof_001.phpt
(4.03 KB)
📄
xhprof_002.phpt
(1.87 KB)
📄
xhprof_003.phpt
(1.42 KB)
📄
xhprof_004.phpt
(567 B)
📄
xhprof_005.phpt
(199 B)
📄
xhprof_006.phpt
(896 B)
📄
xhprof_007.phpt
(1000 B)
📄
xhprof_008.inc
(97 B)
📄
xhprof_008.phpt
(577 B)
Editing: xhprof_004.phpt
--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=*;
Upload File
Create Folder