php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38101 Undefinded Variable NO ERROR MESSAGE!!
Submitted: 2006-07-14 07:01 UTC Modified: 2006-07-14 07:37 UTC
From: nimce4u at gmail dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: * OS: *
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: nimce4u at gmail dot com
New email:
PHP Version: OS:

 

 [2006-07-14 07:01 UTC] nimce4u at gmail dot com
Description:
------------
When I print a variable who I DIDN'T defind before I DON'T get an error!!!

It will help me if I'll get an error when I didn't defind a variable and then wanted it's value...
Thank you!

Reproduce code:
---------------
<?php
print $var;
?>

Expected result:
----------------
WARNING/ERROR because I didn't defind this variable...

Actual result:
--------------
Nothing...
It printed nothing!

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-07-14 07:37 UTC] helly@php.net
marcus@zaphod /usr/src/php-cvs $ php -r 'print $x;'
make: `sapi/cli/php' is up to date.

Notice: Undefined variable: x in Command line code on line 1
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 06:01:30 2024 UTC