The issue: "I don't need a debugger".
<?php
function foo() {
    
phpinfo("bar");
}
foo();
?>
Looks in plain PHP like this
Looks with a good debugger like this