PHP 8.1 , option ASSERT_QUIET_EVAL is removed
This commit is contained in:
parent
73b360f1ce
commit
3e6ccd25ec
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ load_all_script();
|
|||
ini_set("assert.active",1);
|
||||
assert_options(ASSERT_ACTIVE, 1);
|
||||
assert_options(ASSERT_WARNING, 1);
|
||||
assert_options(ASSERT_QUIET_EVAL, 1);
|
||||
//removed in PHP8 assert_options(ASSERT_QUIET_EVAL, 1);
|
||||
function my_assert_handler($file, $line, $code)
|
||||
{
|
||||
echo "<hr>Assert Failed :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue