From 3e6ccd25ec6f8dbdaf836f0d1f99443d158ff016 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Tue, 27 Dec 2022 14:54:43 +0100 Subject: [PATCH] PHP 8.1 , option ASSERT_QUIET_EVAL is removed --- html/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 :