[Typo3-dev] TS_CASE object does not support key value 0

Martin Ficzel martin.ficzel at gmx.de
Fri Oct 28 20:00:28 CEST 2005


Martin Ficzel wrote:

sorry the examples were unreadable

if (isset(""))   = 1
if (isset(NULL)) = 0
if (isset("0"))  = 1
if (isset("1"))  = 1

if ("")     = 0
if (NULL)   = 0
if ("0")    = 0
if ("1")    = 1




More information about the TYPO3-dev mailing list