<div dir="ltr"><div><div><div><div>Hi,<br><br></div>the value 'pos' attribute as per phpdoc (sqlparser.lib.php, Line 65) is:<br>@param int    $pos      Position of an element<br><br></div>So, it should be the index of first character of the element but from [0] it looks like it is set to index of the last character of element + 1. Also, for quote_backtick types and few others the value of pos is 0.<br>
<br></div>What should be the appropriate value for pos?<br></div>(Considering 0-based indexing)<br><div>1. position of initial character of the element. (I personally prefer this one).<br></div><div>2. position of last character of the element.<br>
3. position of last character of the element + 1.<br><br></div><div>Is it used somewhere yet??, because changing its behaviour can cause side effects.<br></div><div><div><div><div><div><br>[0]: <a href="http://pastebin.com/EQU3X8H6">http://pastebin.com/EQU3X8H6</a><br>
-- <br><div dir="ltr">Regards,<br>Chirayu Chiripal<br>phpMyAdmin Intern - Google Summer of Code 2014<br><a href="https://chirayuchiripal.wordpress.com/" target="_blank">https://chirayuchiripal.wordpress.com/</a><br></div>

</div></div></div></div></div></div>