Advertisement
Guest User

Untitled

a guest
Jul 8th, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. class ArrayList#1063 (8) { protected $items => array(0) { } protected $failover => NULL protected $customisedObject => NULL private $objCache => array(0) { } public $class => string(9) "ArrayList" protected $extension_instances => array(0) { } protected $beforeExtendCallbacks => array(0) { } protected $afterExtendCallbacks => array(0) { } }
  2.  
  3.  
  4. VS:
  5.  
  6. class ArrayList#1065 (8) { protected $items => array(3) { [0] => class Genre#1092 (18) { protected $_cache_statusFlags => NULL public $destroyed => bool(false) protected $model => class DataModel#3 (1) { ... } protected $record => array(16) { ... } private $changed => array(0) { ... } protected $original => array(16) { ... } protected $brokenOnDelete => bool(false) protected $brokenOnWrite => bool(false) protected $components => NULL protected $unsavedRelations => NULL protected $sourceQueryParams => array(2) { ... } protected $failover => NULL protected $customisedObject => NULL private $objCache => array(0) { ... } public $class => string(5) "Genre" protected $extension_instances => array(3) { ... } protected $beforeExtendCallbacks => array(0) { ... } protected $afterExtendCallbacks => array(0) { ... } } [1] => class Genre#1097 (18) { protected $_cache_statusFlags => NULL public $destroyed => bool(false) protected $model => class DataModel#3 (1) { ... } protected $record => array(16) { ... } private $changed => array(0) { ... } protected $original => array(16) { ... } protected $brokenOnDelete => bool(false) protected $brokenOnWrite => bool(false) protected $components => NULL protected $unsavedRelations => NULL protected $sourceQueryParams => array(2) { ... } protected $failover => NULL protected $customisedObject => NULL private $objCache => array(0) { ... } public $class => string(5) "Genre" protected $extension_instances => array(3) { ... } protected $beforeExtendCallbacks => array(0) { ... } protected $afterExtendCallbacks => array(0) { ... } } [2] => class Genre#1101 (18) { protected $_cache_statusFlags => NULL public $destroyed => bool(false) protected $model => class DataModel#3 (1) { ... } protected $record => array(16) { ... } private $changed => array(0) { ... } protected $original => array(16) { ... } protected $brokenOnDelete => bool(false) protected $brokenOnWrite => bool(false) protected $components => NULL protected $unsavedRelations => NULL protected $sourceQueryParams => array(2) { ... } protected $failover => NULL protected $customisedObject => NULL private $objCache => array(0) { ... } public $class => string(5) "Genre" protected $extension_instances => array(3) { ... } protected $beforeExtendCallbacks => array(0) { ... } protected $afterExtendCallbacks => array(0) { ... } } } protected $failover => NULL protected $customisedObject => NULL private $objCache => array(0) { } public $class => string(9) "ArrayList" protected $extension_instances => array(0) { } protected $beforeExtendCallbacks => array(0) { } protected $afterExtendCallbacks => array(0) { } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement