|
|
| version 1.5, 2009/08/30 05:30:30 | 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: 5285 | 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 /> |
| Line 228 $str[о сколько нам откры | Line 228 $str[о сколько нам откры |
| <td>44, 4</td> | <td>44, 4</td> |
| <td>'' [0]</td> | <td>'' [0]</td> |
| </tr> | </tr> |
| </table> | </table> |