1--TEST--
2Constant Expressions with unsupported operands 001
3--FILE--
4<?php
5const T = array(1,2) - array(0);
6?>
7--EXPECTF--
8Fatal error: Uncaught TypeError: Unsupported operand types: array - array in %s:%d
9Stack trace:
10#0 {main}
11  thrown in %s on line %d
12