noverify icon indicating copy to clipboard operation
noverify copied to clipboard

'Undefined variable' on inline defined variable in expression

Open vbifial opened this issue 4 years ago • 0 comments

Code Example

<?php
$a = !($b = 1) ? 0 : $b;

Actual Behavior

<critical> ERROR   undefined: Undefined variable: b at Sample.php:2

Expected Behavior

No errors found

vbifial avatar Sep 24 '20 04:09 vbifial