### Description The following code: ```php <?php memprof_enable(); memprof_dump_pprof(fopen("profile.heap", "w")); pprof --text profile.heap ``` Resulted in this output: ``` profile.heap: parsing profile: unrecognized profile format failed to fetch any source profiles ``` But I expected this output instead: ``` ``` ### php-memprof Version php-memprof 3.0.2 ### PHP Version PHP 7.2.26 ### Operating System Ubuntu 18.04.4 LTS