ID:               25533
 Updated by:       [EMAIL PROTECTED]
 Reported By:      spagmoid at yahoo dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Math related
 Operating System: WinXP
 PHP Version:      4.3.3
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

Do not perform bitwise operations on strings.


Previous Comments:
------------------------------------------------------------------------

[2003-09-14 11:47:47] spagmoid at yahoo dot com

Description:
------------
This is a difficult issue to search for dups on.  Strings used with
pipe OR "|" do something weird.  Here it is:

echo "146"|"2";

result is "346"

echo (int)"146"|"2";

result is correct "146";



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=25533&edit=1

Reply via email to