Function yy_rl_13 and other functions here gives an error in case strpos will
become mb_strpos.
In version 3.1.8 there is no problem (different check)
The value substr($this->value,$this->ldel_length,1)) can become false which
cause the mb_strpos triggers a warning (no valid string) and cause maybe a bug
in the if strpos function:
(strpos(" \n\t\r",substr($this->value,$this->ldel_length,1))
(strpos(" \n\t\r",0,1)) where 0 was false
(substr($this->value,$this->ldel_length,1)==false.
Original issue reported on code.google.com by remco.va...@takeaway.com on 7 Nov 2013 at 11:04
Original issue reported on code.google.com by
remco.va...@takeaway.com
on 7 Nov 2013 at 11:04