diff --git a/html/test.php b/html/test.php index 545d249cd..b6cf0ba01 100644 --- a/html/test.php +++ b/html/test.php @@ -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 "
Assert Failed :