php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27804 Unclosed Tags work
Submitted: 2004-03-31 11:11 UTC Modified: 2004-03-31 11:26 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: david at squiggle dot org Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: Irrelevant OS: Any
Private report: No CVE-ID: None
 [2004-03-31 11:11 UTC] david at squiggle dot org
Description:
------------
In PHP, when you Open a Tag (only tested with XML-Style Tags) and don't close it, the script works fine and produces no Erorr. The Example Will work as Unexpected - the script will run fine.

Reproduce code:
---------------
<?php
print "Hello World of PHP";

Expected result:
----------------
<br />
<b>Fatal Error:</b> Unclosed tags in <b>file.php</b> on line <b>2</b>

Actual result:
--------------
Hello World of PHP

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-03-31 11:13 UTC] iliaa@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

This is intentional. 
 [2004-03-31 11:26 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


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 13:01:30 2024 UTC