[TYPO3-core] RFC: #9372: Code in class.tx_tstemplateanalyzer.php don't match with the new CGL
Steffen Kamper
info at sk-typo3.de
Tue Nov 4 01:12:30 CET 2008
Stefano Kowalke schrieb:
> Steffen Kamper wrote:
>
>> * found an issue where empty string is added like $a = '' . $xyz
>
> I dont understand, what is the problem with this?
> Please give me the line to this issue.
>
> Stefano
here it is:
t3lib_TSparser::checkIncludeLines('' .
$GLOBALS['TYPO3_CONF_VARS']['FE']['defaultTypoScript_constants']))) + 1;
i don't get the sense of '' .
also this puzzles me all the time when i read it, it should be examined:
// Don't know why -2 and not 0... :-) But works.
$this>tmpl->ext_lineNumberOffset = -2;
vg Steffen
More information about the TYPO3-team-core
mailing list