
12 Jul
2005
12 Jul
'05
8:19 a.m.
Michal C(ihar( a écrit:
On Monday 11 July 2005 20:07, Marc Delisle wrote:
From http://ca.php.net/manual/en/function.eval.php: "In case of a parse error in the evaluated code, eval() returns FALSE."
Ah, you're right, but you have to test it as === FALSE as normal eval returns NULL which is also not true.
Yes, good point. Marc