View Issue Details

IDProjectCategoryView StatusLast Update
0002208XdebugUncategorizedpublic2023-11-30 14:50
Reporterhakre Assigned Toderick  
PrioritynoneSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
PlatformLinuxOSUbuntuOS Version20.04
Product Version3.2.1 
Fixed in Version3.3.0 
Summary0002208: Superfluous ... (three omission dots) in var_dump()
Description

Superfluous ... (three omission dots) in var_dump() output (development helper)

Steps To Reproduce
$ XDEBUG_MODE=develop php -r 'var_dump(array(array(array(array()))));'
Command line code:1:
array(1) {
  [0] =>
  array(1) {
    [0] =>
    array(1) {
      [0] =>
      array(0) {
        ...
      }
    }
  }
}
Additional Information
$ php -i  | grep xdebug | grep depth
xdebug.var_display_max_depth => 3 => 3
$ php -v
PHP 8.2.12 (cli) (built: Oct 26 2023 17:33:49) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.12, Copyright (c) Zend Technologies
    with Zend OPcache v8.2.12, Copyright (c), by Zend Technologies
    with Xdebug v3.2.1, Copyright (c) 2002-2023, by Derick Rethans

https://gist.github.com/hakre/df58688e6840dcf759774fa319a26600#file-output-L9

TagsNo tags attached.
Operating SystemLinux harkengarten 5.15.0-86-generic 0000096-Ubuntu SMP Wed Sep 20 08:23:49 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
PHP Version8.2.0-8.2.9

Activities

Issue History

Date Modified Username Field Change
2023-10-28 18:56 hakre New Issue
2023-11-03 10:43 derick Steps to Reproduce Updated
2023-11-03 10:43 derick Additional Information Updated
2023-11-03 10:55 derick Assigned To => derick
2023-11-03 10:55 derick Status new => confirmed
2023-11-03 10:55 derick Note Added: 0006666
2023-11-03 11:07 derick Status confirmed => closed
2023-11-03 11:07 derick Resolution open => fixed
2023-11-03 11:07 derick Fixed in Version => 3.3dev
2023-11-30 14:50 derick Fixed in Version 3.3dev => 3.3.0