Current File : //opt/RZphp74/includes/doc/PhpDocumentor/Documentation/tests/bug-escaping.php
<?php

/** @package tests */
/** tests */
function test_escape()
{
	if (('"'==$char || "'"==$char) && ($char == $enclosed_by || ""==$enclosed_by) && (0==$i || ($i>0 && "\\"!=$code[$i-1]))) {
	}
}

function test_escape2()
{
}
?>