DTracing a PHPUnit Test: Looking at Functional Programming
- by cj
Here's a quick example of using DTrace Dynamic Tracing to work out
what a PHP code base does.
I was reading the article Functional Programming in PHP by Patkos Csaba and wondering how
efficient this stype of programming is. I thought this would be a
good time to fire up DTrace and see what is going on. Since DTrace is
"always available" even in…