php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #153 $a = $b always gives zero to $a whatever $b is
Submitted: 1998-03-09 10:52 UTC Modified: 1998-03-09 11:29 UTC
From: dangt at essilor dot fr Assigned:
Status: Closed Package: Other
PHP Version: 3.0 Latest CVS OS: HP UX 10.20
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: dangt at essilor dot fr
New email:
PHP Version: OS:

 

 [1998-03-09 10:52 UTC] dangt at essilor dot fr
example :

$b = "/var/tmp/phpAAA000";

$a = $b + ".out";

we always have $a=0!!!
we use apache 1.2.5 on HP-UX 10.20

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-03-09 11:29 UTC] zeev
hey, that's how it works!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 18:01:32 2024 UTC