Tests: PHP directives "disable_classes" and "disable_functions".
This commit is contained in:
4
test/php/date_time/index.php
Normal file
4
test/php/date_time/index.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$d = new DateTime('2011-01-01T15:03:01.012345Z');
|
||||
echo $d->format('u');
|
||||
?>
|
||||
4
test/php/highlight_file_exec/index.php
Normal file
4
test/php/highlight_file_exec/index.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
highlight_file('index.php');
|
||||
exec('pwd');
|
||||
?>
|
||||
Reference in New Issue
Block a user