php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41311 <?=// doesnt work in PHP 5
Submitted: 2007-05-07 08:27 UTC Modified: 2007-05-07 12:43 UTC
From: khuram dot shahzad at yahoo dot com Assigned:
Status: Wont fix Package: Unknown/Other Function
PHP Version: 5.2.2 OS: Windows 2000
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2007-05-07 08:27 UTC] khuram dot shahzad at yahoo dot com
Description:
------------
<?=//comments?>

the above line was working when i was using php 4.4. After updating to PHP 5.2 the same Line of code is giving Parse error 




Reproduce code:
---------------
<?=//comments?>

Expected result:
----------------
Parse error: syntax error, unexpected ';' in D:\Program Files\Apache Group\Apache2\htdocs\test.php on line 2

Actual result:
--------------
it should execute without parse error

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-05-07 12:43 UTC] tony2001@php.net
<?=...?> is a shortcut for "echo ...", therefor this code is definitely wrong.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 12:01:29 2024 UTC