|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-02-25 15:22 UTC] neel dot basu dot z at gmail dot com
[2007-02-25 15:27 UTC] neel dot get at gmail dot com
[2007-02-25 18:08 UTC] derick@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 17:00:01 2025 UTC |
Description: ------------ The function is not getting Int Argumet Properly Reproduce code: --------------- <?php function hundreed($num_str) { echo $num_str; } $num = 052; hundreed($num); ?> Expected result: ---------------- 42 Actual result: -------------- 52