View Issue Details

IDProjectCategoryView StatusLast Update
0000144XdebugUncategorizedpublic2007-01-02 23:11
Reporterderick Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionopen 
Summary0000144: Used variables/ Variables in local scope doesn't work with function arguments
Description

When using PHp 5.1/6.0 "variables in local scope" only works for used variable names. If you pass them to the function without using them they're not registered.
See test "test6.php" and the FIXME in:
static void add_used_variables(function_stack_entry fse, zend_op_array op_array)

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

Activities

derick

2007-01-02 23:11

administrator   ~0000537

THis is fixed!