View Issue Details

IDProjectCategoryView StatusLast Update
0000202XdebugUncategorizedpublic2020-03-12 17:07
Reportersebastian Assigned Toderick  
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionnot fixable 
Summary0000202: xdebug_analyze_source($file)
Description

xdebug_analyze_source($file) analyzes the PHP sourcefile identified by $file and returns an array which contains information about executable lines (-1) and lines with dead code (-2).

TagsNo tags attached.
Operating System
PHP Version5.1-dev

Activities

derick

2006-09-27 07:57

administrator   ~0000457

This is impossible, as it would suffer from the same problems as PHP's failed attempt at a syntax checker function.

Issue History

Date Modified Username Field Change
2006-09-26 23:05 sebastian New Issue
2006-09-27 07:57 derick Status new => resolved
2006-09-27 07:57 derick Resolution open => not fixable
2006-09-27 07:57 derick Assigned To => derick
2006-09-27 07:57 derick Note Added: 0000457
2020-03-12 16:56 derick Severity trivial => feature
2020-03-12 17:07 derick Category Feature/Change request => Uncategorized