php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12228 type convretion problem
Submitted: 2001-07-18 07:16 UTC Modified: 2002-05-21 23:41 UTC
From: noIdea at mailbox dot sk Assigned:
Status: Closed Package: ODBC related
PHP Version: 4.0.4pl1 OS: Windows 98
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: noIdea at mailbox dot sk
New email:
PHP Version: OS:

 

 [2001-07-18 07:16 UTC] noIdea at mailbox dot sk
Easy to describe:

echo odbc_result($ref, "column");
$a = (double) odbc_result($ref, "column");
echo "   /   " . $a;

output:

55.25   /   55

If I assign result from odbc_result to some variable, it's ALWAYS convertet to INTEGER.

(I'm used MS Access 2000.)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-21 09:23 UTC] kalowsky@php.net
duplicate of 12423
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu May 08 00:01:29 2025 UTC