block_pass_001.phpt   [plain text]


--TEST--
Block pass: Bugs in BOOL/QM_ASSIGN elision
--FILE--
<?php
(bool) (true ? $x : $y);
(bool) (true ? new stdClass : null);
(bool) new stdClass;
?>
--EXPECTF--
Notice: Undefined variable: x in %s on line %d