PHPverse 2025

Voting

: nine plus zero?
(Example: nine)

The Note You're Voting On

jsnell at e-normous dot com
18 years ago
If you are using the backtrace function in an error handler, avoid using var_export() on the args, as you will cause fatal errors in some situations, preventing you from seeing your stack trace. Some structures will cause PHP to generate the fatal error "Nesting level too deep - recursive dependency?" This is a design feature of php, not a bug (see http://bugs.php.net/bug.php?id=30471)

<< Back to user notes page

To Top