[TYPO3-dev] more cleaning up

Steffen Kamper info at sk-typo3.de
Tue Nov 4 19:36:13 CET 2008


Dan Osipov schrieb:
> =& creates a pointer, while = creates a copy, right? In that case you 
> can't replace one with the other.
> 

sry, i was wrong as i had the problems with another issue

$a =& new $b

Since PHP 5, new return reference automatically so using =& in this 
context is deprecated and produces E_STRICT level message.

vg Steffen




More information about the TYPO3-dev mailing list