[TYPO3-core] RFC #16574: Bug/Cleanup: PHP notices from XCLASS inclusions

Oliver Klee typo3-german-01 at oliverklee.de
Fri Nov 26 14:07:56 CET 2010


Hi,

Am 26.11.2010 14:04, schrieb Susanne Moog:
>> Here, there is a typo: iset -> isset:
> 
> that's no typo ;) that's the regular expression I came up with for a
> possible but not necessary "isset(" in front of the XClass inclusion.

Now that I've read it again, I think your expression will ignore any
combination of the letters i, s, e and t:

[iset(]?

Instead, you probably want to use something like this:

(isset\()?


Oli
-- 
Certified TYPO3 Integrator | TYPO3 Security Team Member


More information about the TYPO3-team-core mailing list