On Wed, Jun 4, 2014 at 1:21 PM, Alain Williams <addw@xxxxxxxxxxxx> wrote: > Summary: How to call an overridden non static method in the parent class ? > > Calling an overridden static method is easy, just go: parent::MethodName(). You use the same construct. The code you posted works fine. Try putting in some values for those properties to make it more explicit, but here's the output: Array ( [a] => ) Array ( [a] => [b] => ) Cheers! David