<?php $s = array(); class MyArrayObject{ public $name, $age; public function __construct( $name, $age ) { $this->name = $name; $this->age = $age; } } for( $x=0;$x<1000;$x++){ $o = new MyArrayObject( 'Adam', 35 ); $s[] = $o; }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`