Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
$newfunc = create_function('$a,$b', 'return "ln($a) + ln($b) = " . log($a * $b);');
3
print 'hi';
4
print($var);
5
if (is_null($blah) === TRUE) {
6
}
7
 
8
class Test
9
{
10
    const DELETE = 'delete';
11
}
12
?>