ot a specification, it results from analyzing the PHP implementation. Since it attempts to extract gene... abstract concepts; in terms of implementation in PHP, references are mapped to object zvals, and the t... initialized_zval_ptr);
}
</code>
* NOTE (as of PHP 5.3.2): You may think the behavior of ''read_prop... two scripts would have different results:
<code php>
$obj['prop'] = "hhh";
$a = &$obj['prop'];
$a = "