--TEST-- test enable/disable assertions at runtime --INI-- zend.assertions=1 assert.exception=1 --FILE-- --EXPECT-- int(1) int(0) int(1) bool(true)