php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31729 no errors or warnings are produces when entering quoted text as a command
Submitted: 2005-01-27 21:51 UTC Modified: 2005-01-28 21:29 UTC
From: php at atu dot cjb dot net Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 5.0.3 OS: GNU/Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: php at atu dot cjb dot net
New email:
PHP Version: OS:

 

 [2005-01-27 21:51 UTC] php at atu dot cjb dot net
Description:
------------
Even when /etc/php.ini has full error reporting turned on (error_reporting = E_ALL), no error or warning is displayed.



Reproduce code:
---------------
"</pre>";

Expected result:
----------------
Some sort of warning about an invalid command.

Actual result:
--------------
Nothing is output.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-01-28 21:29 UTC] tony2001@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

"";
3;
$i;
etc. are valid expressions.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 29 18:00:03 2025 UTC