PATH:
opt
/
alt
/
tests
/
alt-php56-pecl-xhprof-legacy_0.9.4-2.el8
/
tests
<?php // This file is part of xhprof_004.phpt test. function foo() { echo "I am in foo()...\n"; } // run some top-level code in this file. // The profiler should mark functions called from here as // children of the pseudo-function "run_init::<this_file_name>" // which represents the initialization block of a file. // $result1 = explode(" ", "abc def ghi"); $result2 = implode(",", $result1); echo $result2 . "\n"; foo();
[-] xhprof_005.phpt
[edit]
[-] xhprof_002.phpt
[edit]
[-] xhprof_004_inc.php
[edit]
[-] xhprof_001.phpt
[edit]
[-] xhprof_003.phpt
[edit]
[-] xhprof_004_require.php
[edit]
[+]
..
[-] xhprof_008.phpt
[edit]
[-] common.php
[edit]
[-] xhprof_006.phpt
[edit]