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
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: 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

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: Sun Sep 08 01:01:28 2024 UTC