Ticket #2615 (assigned PHP deviation)

Opened 4 years ago

Last modified 2 years ago

interpreter creates properties it shouldn't

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)

<?php

class foo {}
$foo = new foo();
$bar = $foo->width;
$bar = $foo->height;

var_dump($foo);

?>

Change History

01/24/06 08:30:47 changed by weyrick

verified still exists

04/15/07 11:20:24 changed by weyrick

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