Array Callback Index¶
An array callback must be built with two elements, and their index must be 0, for the class or object, and 1 for the method name. PHP enforces the number of elements in the array, and the actual used index.
On the other hand, one may build the array in the wrong order but the correct index, and get the expected result. Nice!