View Issue Details

IDProjectCategoryView StatusLast Update
0000202XdebugUncategorizedpublic2020-03-12 17:07
Reportersebastian Assigned To 
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.