File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3291,7 +3291,7 @@ static const zend_function_entry basic_functions[] = { /* {{{ */
3291
3291
3292
3292
/* functions from mail.c */
3293
3293
PHP_FE (mail , arginfo_mail )
3294
- PHP_FE (ezmlm_hash , arginfo_ezmlm_hash )
3294
+ PHP_DEP_FE (ezmlm_hash , arginfo_ezmlm_hash )
3295
3295
3296
3296
/* functions from syslog.c */
3297
3297
#ifdef HAVE_SYSLOG_H
Original file line number Diff line number Diff line change @@ -14,8 +14,12 @@ var_dump(ezmlm_hash("foo@somewhere.com"));
14
14
15
15
?>
16
16
===Done===
17
- --EXPECT --
17
+ --EXPECTF --
18
18
*** Testing ezmlm_hash() : basic functionality ***
19
+
20
+ Deprecated: Function ezmlm_hash() is deprecated in %s on line %d
19
21
int(1)
22
+
23
+ Deprecated: Function ezmlm_hash() is deprecated in %s on line %d
20
24
int(7)
21
25
===Done===
You can’t perform that action at this time.
0 commit comments