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!

Issue History

Date Modified Username Field Change
2005-08-11 13:39 derick New Issue
2005-08-11 13:40 derick Status new => confirmed
2007-01-02 23:11 derick Status confirmed => closed
2007-01-02 23:11 derick Note Added: 0000537
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