assert_options in PHP

Syntax of assert_options mixed assert_options(int option[, mixed value]) If value is specified, sets the assert control option option to value and returns the previous setting. If value is not specified, returns the current value of option. The following values for option are allowed Example of assert_options