php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #47322 sscanf %d does't work
Submitted: 2009-02-06 03:45 UTC Modified: 2009-02-06 10:23 UTC
From: sh_tanaka at mail dot goo dot ne dot jp Assigned: felipe (profile)
Status: Closed Package: Strings related
PHP Version: 5.2.9RC1 OS:
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: sh_tanaka at mail dot goo dot ne dot jp
New email:
PHP Version: OS:

 

 [2009-02-06 03:45 UTC] sh_tanaka at mail dot goo dot ne dot jp
Description:
------------
sscanf does't work on PHP 5.2.9RC1.
I tried freebsd 7.1stable and fedora core4.
It works on PHP 5.2.8 and PHP4.4.7.



Reproduce code:
---------------
<?php
sscanf("15:59:58","%d:%d:%d",$hour,$minute,$second);
echo "[$hour][$minute][$second]";
?>


Expected result:
----------------
[15][59][58]

Actual result:
--------------
[][][]

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-02-06 10:23 UTC] felipe@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 06:01:30 2024 UTC