|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-06-16 14:16 UTC] sander@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 22:00:01 2025 UTC |
Sample: ...HTML Code... <?php echo "<pre>"; show_source("test.phtml"); echo "</pre>\n"; ?> ...HTML Code... This file created with Notepad, will display the following on execution: ...HTML Code... echo<pre>;show_source(index.phtml);echo</pre>\n; ...HTML Code... Shouldn't it be: ...HTML Code... <?php echo "<pre>"; show_source("index.phtml"); echo "</pre>\n"; ?> ...HTML Code... This occured on precompiled Win32-binary. Please contact me if you need further information.