php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37142 Compiler fails to rasie error.
Submitted: 2006-04-20 05:33 UTC Modified: 2006-04-20 06:17 UTC
From: gurpreet dot gopi at gmail dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.1.2 OS: Linux
Private report: No CVE-ID: None
 [2006-04-20 05:33 UTC] gurpreet dot gopi at gmail dot com
Description:
------------
php version 5.0.4
Line 2 Should give the error as it end without semicolon.

Reproduce code:
---------------
<?php
  $a = 5;
  echo $a."<br>"
  
 ?>


Expected result:
----------------
Error should be raised by the compiler

Actual result:
--------------
It outputs 5.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-04-20 06:12 UTC] derick@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

.
 [2006-04-20 06:17 UTC] gurpreet dot gopi at gmail dot com
Where to look at in the manual to get the description about the bug is reported.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 23 03:01:28 2024 UTC