php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12183 ISSET
Submitted: 2001-07-16 04:14 UTC Modified: 2001-07-17 06:11 UTC
From: degroot at leaseweb dot nl Assigned:
Status: Not a bug Package: PWS related
PHP Version: 4.0.5 OS: WIN32 (98)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: degroot at leaseweb dot nl
New email:
PHP Version: OS:

 

 [2001-07-16 04:14 UTC] degroot at leaseweb dot nl
If i use if(!isset($some_var)) then he stil gives undefined variabele $some_var on line .. from C:\internet\wwwroot\......

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-16 11:33 UTC] zak@php.net
Please provide more information - a script snippet would be a good place to start. :)

Also, does the following script generate any errors?

<?php
error_reporting (E_ALL);
isset ($not_a_variable);
?>
 [2001-07-17 06:11 UTC] zak@php.net
User reports that changing error_reporting to E_ALL resolved error... er...


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