Name

assert_options

Synopsis

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:

ASSERT_ACTIVE

Enable assertions.

ASSERT_WARNING

Have assertions generate warnings.

ASSERT_BAIL

Have execution of the script halt on an assertion.

ASSERT_QUIET_EVAL

Disable error reporting while evaluating assertion code given to the assert( ) function.

ASSERT_CALLBACK

Call the specified user function to handle an assertion. Assertion callbacks are called with three arguments: the file, the line, and the expression where the assertion failed.

Get Programming PHP, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.