> While I understand that dd is a valid way of debugging PHP code, I don't > think we should encourage this. Users should be encouraged to learn how to > use proper debugger like XDebug. Plus PHP has plenty of dumping functions > already and I see no need for yet another one.
One could probably, easily, write a userland script that accomplished dd() via the XDebug protocol. -Jeff