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
 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Mon May 05 21:01:29 2025 UTC