noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 22/32: PHP 8.1 , option ASSERT_QUIET_EVAL is


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 22/32: PHP 8.1 , option ASSERT_QUIET_EVAL is removed
Date: Thu, 5 Jan 2023 14:18:31 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 3e6ccd25ec6f8dbdaf836f0d1f99443d158ff016
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Tue Dec 27 14:54:43 2022 +0100

    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 "<hr>Assert Failed :



reply via email to

[Prev in Thread] Current Thread [Next in Thread]