This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 208168 - Wrong array formatting when using nested arrays as function argument
Summary: Wrong array formatting when using nested arrays as function argument
Status: RESOLVED DUPLICATE of bug 202556
Alias: None
Product: php
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-08 15:20 UTC by schlaefer
Modified: 2012-11-16 12:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description schlaefer 2012-02-08 15:20:52 UTC
Try to format:

<?php

  foo(
      'first argument loooooooooooooooooooooooooooooooooooooong',
      array( 'baz' =>
      array( 1 )
      )
  );
?>
Comment 1 Ondrej Brejla 2012-05-11 13:10:39 UTC
Reproducible.
Comment 2 Ondrej Brejla 2012-11-16 12:39:35 UTC

*** This bug has been marked as a duplicate of bug 202556 ***