php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16124 debugging _* usage
Submitted: 2002-03-17 07:58 UTC Modified: 2002-03-17 08:38 UTC
From: loge at moregroupware dot org Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 4.1.2 OS: 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: loge at moregroupware dot org
New email:
PHP Version: OS:

 

 [2002-03-17 07:58 UTC] loge at moregroupware dot org
regarding usage of $_POST, $_GET, .... these are nice arrays but when you forgot to enter the "$" in front of
the array (i know its silly but when you code a lot you will have this) then PHP crashes with white-screen. The debugging of such an error is a nightmare, cause you cant locate where it is.

A better debug/error screen would be nice...

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-17 08:38 UTC] sander@php.net
Use error_reporting(E_ALL); for this.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Sun Mar 22 01:00:02 2026 UTC