The PHP stdClass() is something that isn’t well documented but i will try to shed some light into the matterstdClass is a default PHP object which has no predefined membersThe name stdClass is used internally by Zend and is reserved.

So that means that you cannot define a class named stdClass in your [...]