It did build this way... strange...

- fixed <?php  -> &lt;?php


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51113 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jeroen van Wolffelaar 2001-07-10 20:36:22 +00:00
parent b7b1757493
commit 88a68c5633

View file

@ -28,9 +28,9 @@ disable_functions =
</computeroutput>
Running this script.php
<programlisting role="php">
<?php
&lt;?php
readfile('/etc/passwd');
?>
?&gt;
</programlisting>
results in this error when safe mode is enabled:
<computeroutput>