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
 [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: Tue Apr 23 09:01:27 2024 UTC