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

Pull Requests

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 Dec 21 15:01:29 2024 UTC