php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11906 scripts without closing ; at the last line work fine
Submitted: 2001-07-05 09:19 UTC Modified: 2001-07-05 09:22 UTC
From: stefan dot priebsch at e-novative dot de Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.0.5 OS: Win32
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
20 + 11 = ?
Subscribe to this entry?

 
 [2001-07-05 09:19 UTC] stefan dot priebsch at e-novative dot de
not a real bug, but seems that in 4.0.5 any php script will work fine though there is no semicolon at the end of the last command's line.
Just in case in the future inclusions are possible without php dropping "out of php mode", this should be fixed.

Stefan

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-05 09:22 UTC] derick@php.net
In PHP ; is a separator, and not and end-delimiter.
Bogusifying, because this is not a bug.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 00:01:31 2024 UTC