Tests: PHP directives "disable_classes" and "disable_functions".

This commit is contained in:
Andrey Zelenkov
2018-11-28 03:14:38 +03:00
parent 2ef5011236
commit 37cd6d23b6
3 changed files with 118 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<?php
$d = new DateTime('2011-01-01T15:03:01.012345Z');
echo $d->format('u');
?>

View File

@@ -0,0 +1,4 @@
<?php
highlight_file('index.php');
exec('pwd');
?>