--TEST-- $v = !$v/(bool)$v checks for undefined variables --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.file_cache_only=0 --SKIPIF-- --FILE-- --EXPECTF-- In undef_negation Notice: Undefined variable: v in %s on line 4 true In undef_bool_cast Notice: Undefined variable: v in %s on line 10 false