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
 [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: Wed Apr 24 14:01:30 2024 UTC