Ticket #3252 (assigned PHP deviation)

Opened 3 years ago

Last modified 2 years ago

different reference behavior

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

Description (Last modified by weyrick)

not sure if we need to care about this, but this ends up 
producing different results:

<?php
$foo = 1;
$bar =& $foo + 1;
echo "$bar\n";
$bar = "other value";
echo "$foo\n";
?>


Change History

04/15/07 11:37:46 changed by weyrick

  • version set to trunk.
  • type set to PHP deviation.
  • description changed.
  • milestone set to 3.1.0 beta.