<?php // $Id: 87aab2720bbc6d7fd4ac53c7ad7063bed8ef43e8 $ class myClass { var $cb; function __construct() { global $cb; $this->cb = &$cb; } }