It bit me today, so putting it here in the hope it will help others:If you call array_key_exists() on an object of a class that implements ArrayAccess, ArrayAccess::offsetExists() wil NOT be called.
<< Back to user notes page