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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

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: Fri May 24 08:01:33 2024 UTC