|
|
| version 1.6, 2010/07/03 07:21:33 | version 1.7, 2015/05/16 22:23:41 |
|---|---|
| Line 1 | Line 1 |
| Content-Type: text/html; charset=UTF-8 | Content-Type: text/html; charset=UTF-8 |
| Content-Length: 5284 | Content-Length: 5306 |
| <pre>$str[ab""cd&&ef] [10]</pre> | <pre>$str[ab""cd&&ef] [10]</pre> |
| ^str.left[]: error<br /> | ^str.left[]: error<br /> |
| ^str.left(-2): error<br /> | ^str.left(-2): 'ab""cd&&ef' [10]<br /> |
| ^str.left(4): 'ab""' [4]<br /> | ^str.left(4): 'ab""' [4]<br /> |
| ^str.left(9): 'ab""cd&&e' [9]<br /> | ^str.left(9): 'ab""cd&&e' [9]<br /> |
| ^str.left(20): 'ab""cd&&ef' [10]<br /> | ^str.left(20): 'ab""cd&&ef' [10]<br /> |
| ^str.right[]: error<br /> | ^str.right[]: error<br /> |
| ^str.right(-3): error<br /> | ^str.right(-3): '' [0]<br /> |
| ^str.right(4): '&&ef' [4]<br /> | ^str.right(4): '&&ef' [4]<br /> |
| ^str.right(9): 'b""cd&&ef' [9]<br /> | ^str.right(9): 'b""cd&&ef' [9]<br /> |
| ^str.right(30): 'ab""cd&&ef' [10]<br /> | ^str.right(30): 'ab""cd&&ef' [10]<br /> |