Subversion-Projekte lars-tiefland.php_share

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php
$newfunc = create_function('$a,$b', 'return "ln($a) + ln($b) = " . log($a * $b);');
print 'hi';
print($var);
if (is_null($blah) === TRUE) {
}

class Test
{
    const DELETE = 'delete';
}
?>