Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 1 |
lars |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
/** @package tests */
|
|
|
4 |
/** tests */
|
|
|
5 |
function test_escape()
|
|
|
6 |
{
|
|
|
7 |
if (('"'==$char || "'"==$char) && ($char == $enclosed_by || ""==$enclosed_by) && (0==$i || ($i>0 && "\\"!=$code[$i-1]))) {
|
|
|
8 |
}
|
|
|
9 |
}
|
|
|
10 |
|
|
|
11 |
function test_escape2()
|
|
|
12 |
{
|
|
|
13 |
}
|
|
|
14 |
?>
|