Closed tyjak closed 3 years ago
What a bullshit, strpos is not deprecated and will not be :smile: strpos is a lower operation on string than preg_match, it cannot be simply dropped.
I could also mention that this bug is possibly fixed in fourth version (a RainTPL3 fork). If you want you could try it with RainTPL4 - https://github.com/Panthera-Framework/raintpl4 and fill a issue if it happens too
stalled...
If you have
{if="$test.key_name && $test.key_namenear"}
then the compiled version :<?php if( $test["key_name"] && $test["key_name"]near ){ ?>
it should be<?php if( $test["key_name"] && $test["key_namenear"]){ ?>