Skip to content

Instantly share code, notes, and snippets.

View lauraxt's full-sized avatar

Laura Thomson lauraxt

View GitHub Profile
<?php
// origin: https://bugs.php.net/bug.php?id=40479
define('OBJECT_COUNT', 20 * 1000);
class Object {
private static $world = array();
private static $maxGuid = 0;
protected $_guid = null;
public function __construct() {