Ticket #3222 (assigned defect)

Opened 3 years ago

Last modified 2 years ago

we error on $foo[]['bar'][] = 'baz'; but we shouldn't

Reported by: tim Assigned to: tim (accepted)
Priority: high Milestone: 3.0.0 release
Component: Parser/Lexer Version: trunk
Severity: minor Keywords:
Cc:

Description (Last modified by weyrick)

<?php
class foo {
    function foo($vararray) {
        $this->_tpldata['switch_user_logged_out.'][]['switch_allow_autologin.'][] = $vararray;
    }
}

$foo = new foo("foo");
?>


Change History

04/15/07 11:35:18 changed by weyrick

  • description changed.
  • component changed from Core to Parser/Lexer.
  • priority changed from normal to high.
  • version set to trunk.
  • milestone set to 3.0.0 release.
  • type set to defect.