php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5912 Parse fails when FF (ASCII 12) character is in between <? ?>
Submitted: 2000-08-02 00:02 UTC Modified: 2000-08-02 17:29 UTC
From: tswan at ics dot olemiss dot edu Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Latest CVS (01/08/2000) OS: Linux (2.2.16)
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: tswan at ics dot olemiss dot edu
New email:
PHP Version: OS:

 

 [2000-08-02 00:02 UTC] tswan at ics dot olemiss dot edu
<?
{Insert ASCII 12}
echo "Hi!";
?>

I had hoped or rather assumed that PHP would skip over this character as a whitespace...
I use FF characters to paginate source on print out... 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-02 17:29 UTC] stas@php.net
It doesn't fail, it produces warning. And this is intended behaviour. If you want it to be changed, submit change request.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 15:01:29 2024 UTC