php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43379 PHP Doesnt pass the integer variables in a multi inherited class
Submitted: 2007-11-22 17:48 UTC Modified: 2007-11-22 18:09 UTC
From: assid at assid dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 5.2.5 OS: Windows XP
Private report: No CVE-ID: None
 [2007-11-22 17:48 UTC] assid at assid dot com
Description:
------------
I am trying to pass an integer to a function. however, if i do that the integer isnt received.
Making the parameter a string however, it works fine.

Reproduce code:
---------------
http://assid.pastebin.com/d5bb9c5a3
try to change '5050' to 5050 only

Expected result:
----------------
should die with integer being outputted

Actual result:
--------------
empty if integer, works as string

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-11-22 18:06 UTC] assid at assid dot com
ignore - worked
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 28 00:00:03 2025 UTC