1--TEST-- 2Constant Expressions with unsupported operands 001 3--FILE-- 4<?php 5const T = array(1,2) - array(0); 6--EXPECTF-- 7Fatal error: Unsupported operand types in %sconstant_expressions_exceptions_001.php on line 2 8