Ticket #2757 (assigned defect)

Opened 4 years ago

Last modified 2 years ago

type isn't a tight bound

Reported by: tim Assigned to: tim (accepted)
Priority: normal Milestone: 3.0.0 release
Component: Core Version: trunk
Severity: minor Keywords:
Cc:

Description (Last modified by weyrick)

the type of $qp should be number, but it's (any number)


<?php
    function executeEmulateQuery()
    {
        $qp =  1;

        for ($i == 0; $i < $qp; $i++) {
            if ($a != $b) {
                $c = 2;
            } 
        }
    }


?>

Change History

04/15/07 11:21:10 changed by weyrick

  • version set to trunk.
  • type set to defect.
  • description changed.
  • milestone set to 3.0.0 release.