--TEST-- Do not constant fold increment of array --FILE-- getMessage(), "\n"; } try { test_inc_partial_array(0); } catch (TypeError $e) { echo $e->getMessage(), "\n"; } ?> --EXPECT-- Cannot increment array Cannot increment array