php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #65883 Allow "exit" without parentesis
Submitted: 2013-10-11 12:17 UTC Modified: 2013-10-27 09:03 UTC
From: valentiny510 at yahoo dot es Assigned:
Status: Not a bug Package: *Programming Data Structures
PHP Version: Irrelevant OS:
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:
46 - 43 = ?
Subscribe to this entry?

 
 [2013-10-11 12:17 UTC] valentiny510 at yahoo dot es
Description:
------------
Since "exit" is a language construct I think will be nice to write it without the parentesis even with status code or text, like include 'something'..
echo 'something'...
print 'something'... etc...
Ok you got the point..



Test script:
---------------
exit 'Something';
exit 0;


Expected result:
----------------
Something



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-10-27 09:03 UTC] krakjoe@php.net
-Status: Open +Status: Not a bug
 [2013-10-27 09:03 UTC] krakjoe@php.net
The reason that exit uses parenthesis is to avoid conflicts in grammar, it is not possible to write grammar that uses both and has no conflicts.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 01:01:28 2024 UTC