Skip to content

Invalid undefined variables errors #27

@JanTvrdik

Description

@JanTvrdik

The following code reports 4 undefined variables, even though it should be fine in all cases.

<?php

if (isset($_[$a = 123]) && $a > 0) {}


Nette\Application\UI\Presenter::argsToParams('', '', $b);


echo $c = 'abc';
echo $c;


foreach ($d = [] as $_) {}
echo $d;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions