Voting

: min(three, five)?
(Example: nine)

The Note You're Voting On

phil at propcom dot co dot uk
11 years ago
It is important to note that the registered SPL autoloader will NOT be called if an E_STRICT error triggers the error handler which, in turn, tries to use classes which are not yet loaded.

In this instance, you should manually load classes required by the error handler.

<< Back to user notes page

To Top