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[] = { /* {{{ */
32913291
32923292 /* functions from mail.c */
32933293 PHP_FE (mail , arginfo_mail )
3294- PHP_FE (ezmlm_hash , arginfo_ezmlm_hash )
3294+ PHP_DEP_FE (ezmlm_hash , arginfo_ezmlm_hash )
32953295
32963296 /* functions from syslog.c */
32973297#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"));
1414
1515?>
1616===Done===
17- --EXPECT --
17+ --EXPECTF --
1818*** Testing ezmlm_hash() : basic functionality ***
19+
20+ Deprecated: Function ezmlm_hash() is deprecated in %s on line %d
1921int(1)
22+
23+ Deprecated: Function ezmlm_hash() is deprecated in %s on line %d
2024int(7)
2125===Done===
You can’t perform that action at this time.
0 commit comments