PHP Conference Kansai 2025

Voting

: max(two, two)?
(Example: nine)

The Note You're Voting On

lsole at maresme dot net
21 years ago
As the docs say, restore_error_handler() revert to the *previous error handler*... even if it is the same. A bug made me set twice my custom error handler and later when I was calling restore_error_handler() to restore the built-in handler nothing seemed to happen... this puzzled me for a while!

<< Back to user notes page

To Top