--TEST-- assert() - basic - check that assert can be switched off --INI-- assert.active = 0 assert.warning = 0 assert.callback = f1 assert.bail = 0 --FILE-- --EXPECTF-- Deprecated: PHP Startup: assert.active INI setting is deprecated in Unknown on line 0 Deprecated: PHP Startup: assert.warning INI setting is deprecated in Unknown on line 0 Deprecated: PHP Startup: assert.callback INI setting is deprecated in Unknown on line 0 bool(true) bool(true)