 |
Smarty
The discussions here are for Smarty, a template engine for the PHP programming language. Dedicated server web hosting provided by Guru-host.eu. |
| View previous topic :: View next topic |
| Author |
Message |
ilyalyu Smarty Regular
Joined: 03 Nov 2009 Posts: 69
|
Posted: Mon Mar 12, 2012 6:14 pm Post subject: Incorrect comparision |
|
|
Smarty:
| Code: | {$a = 0}
{$b = ''}
{"$a" == "$b"}
Output:
1 |
PHP:
| Code: | $a = 0;
$b = '';
var_dump("$a" == "$b");
Output:
bool(false) |
|
|
| Back to top |
|
U.Tews Administrator
Joined: 22 Nov 2006 Posts: 4186 Location: Hamburg / Germany
|
Posted: Mon Mar 12, 2012 7:34 pm Post subject: |
|
|
A doubleqouted string of "$foo" did not compile into identical code of PHP "$foo"
This has been fixed now in the SVN trunk and will later be included in Smarty 3.1.9 |
|
| Back to top |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|