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 7cdd95b commit 00a0f41Copy full SHA for 00a0f41
ext/date/php_date.stub.php
@@ -83,18 +83,21 @@
83
/**
84
* @var int
85
* @cvalue SUNFUNCS_RET_TIMESTAMP
86
+ * @deprecated
87
*/
88
const SUNFUNCS_RET_TIMESTAMP = UNKNOWN;
89
90
91
92
* @cvalue SUNFUNCS_RET_STRING
93
94
95
const SUNFUNCS_RET_STRING = UNKNOWN;
96
97
98
99
* @cvalue SUNFUNCS_RET_DOUBLE
100
101
102
const SUNFUNCS_RET_DOUBLE = UNKNOWN;
103
0 commit comments