1--TEST-- 2assert(): warnings with no descriptions. 3--INI-- 4assert.active = 1 5assert.warning = 1 6assert.bail = 0 7assert.exception=0 8--FILE-- 9<?php 10assert(0, null); 11?> 12--EXPECTF-- 13Deprecated: PHP Startup: assert.exception INI setting is deprecated in Unknown on line 0 14 15Warning: assert(): Assertion failed in %s on line %d 16