We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68bd5b0 commit 93fc073Copy full SHA for 93fc073
ext/zend_test/tests/attribute-deprecated.phpt
@@ -22,15 +22,19 @@ var_dump($reflection->isDeprecated());
22
Deprecated: Function zend_test_deprecated() is deprecated in %s on line %d
23
24
Deprecated: Function zend_test_deprecated_attr() is deprecated, custom message in %s on line %d
25
-object(Deprecated)#%d (1) {
+object(Deprecated)#%d (2) {
26
["message"]=>
27
string(14) "custom message"
28
+ ["since"]=>
29
+ NULL
30
}
31
bool(true)
32
33
Deprecated: Constant _ZendTestClass::ZEND_TEST_DEPRECATED_ATTR is deprecated, custom message in %s on line %d
34
35
36
37
38
39
40
0 commit comments