You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: The return value of function test() should either be used or intentionally ignored by casting it as (void) in %s on line %d
67
+
68
+
Warning: The return value of function test2() should either be used or intentionally ignored by casting it as (void), this is important in %s on line %d
69
+
70
+
Warning: The return value of function test3() should either be used or intentionally ignored by casting it as (void) in %s on line %d
71
+
72
+
Warning: The return value of function test() should either be used or intentionally ignored by casting it as (void) in %s on line %d
73
+
74
+
Warning: The return value of function test() should either be used or intentionally ignored by casting it as (void) in %s on line %d
75
+
76
+
Warning: The return value of method Clazz::test() should either be used or intentionally ignored by casting it as (void) in %s on line %d
77
+
78
+
Warning: The return value of method Clazz::test2() should either be used or intentionally ignored by casting it as (void), this is important in %s on line %d
79
+
80
+
Warning: The return value of method Clazz::test3() should either be used or intentionally ignored by casting it as (void) in %s on line %d
81
+
82
+
Warning: The return value of method Clazz::test() should either be used or intentionally ignored by casting it as (void) in %s on line %d
83
+
84
+
Warning: The return value of function {closure:%s:%d}() should either be used or intentionally ignored by casting it as (void) in %s on line %d
85
+
86
+
Warning: The return value of function {closure:%s:%d}() should either be used or intentionally ignored by casting it as (void) in %s on line %d
Warning: The return value of function flock() should either be used or intentionally ignored by casting it as (void), as locking the stream might have failed in %s on line %d
16
+
17
+
Warning: The return value of method DateTimeImmutable::setTimestamp() should either be used or intentionally ignored by casting it as (void), as DateTimeImmutable::setTimestamp() does not modify the object itself in %s on line %d
Warning: The return value of function flock() should either be used or intentionally ignored by casting it as (void), as locking the stream might have failed in %s on line %d
#[\NoDiscard]: Combining with #[\Deprecated] (Internal).
3
+
--EXTENSIONS--
4
+
zend_test
5
+
--FILE--
6
+
<?php
7
+
8
+
zend_test_deprecated_nodiscard();
9
+
10
+
?>
11
+
--EXPECTF--
12
+
Deprecated: Function zend_test_deprecated_nodiscard() is deprecated, custom message in %s on line %d
13
+
14
+
Warning: The return value of function zend_test_deprecated_nodiscard() should either be used or intentionally ignored by casting it as (void), custom message 2 in %s on line %d
0 commit comments