View Issue Details

IDProjectCategoryView StatusLast Update
0000756XdebugUncategorizedpublic2012-02-29 13:11
Reporterderick Assigned Toderick  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version2.2dev 
Target Version2.2dev 
Summary0000756: Tracing doesn't always understand the variables and shows IS_VAR
Description

The following script in tracing mode gives an "IS_VAR":

<?php
class foo
{
static $bar;
static function bar() {
self::$bar++;
}
}

foo::bar();

Steps To Reproduce

Run the script with -dxdebug.auto_trace=1

TagsNo tags attached.
Operating System
PHP Version5.3.8

Activities

derick

2012-02-29 13:11

administrator   ~0001932

Fixed on github for 2.1.4 and 2.2.0.

Issue History

Date Modified Username Field Change
2011-12-01 13:19 derick New Issue
2011-12-01 13:19 derick Status new => assigned
2011-12-01 13:19 derick Assigned To => derick
2012-02-29 13:11 derick Note Added: 0001932
2012-02-29 13:11 derick Status assigned => closed
2012-02-29 13:11 derick Resolution open => fixed
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized