Home
last modified time | relevance | path

Searched refs:ezmlm_hash (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/standard/tests/mail/
H A Dezmlm_hash_basic.phpt2 Test ezmlm_hash() function : basic functionality
5 /* Prototype : int ezmlm_hash ( string $addr )
10 echo "*** Testing ezmlm_hash() : basic functionality ***\n";
12 var_dump(ezmlm_hash("webmaster@somewhere.com"));
13 var_dump(ezmlm_hash("foo@somewhere.com"));
18 *** Testing ezmlm_hash() : basic functionality ***
20 Deprecated: Function ezmlm_hash() is deprecated in %s on line %d
23 Deprecated: Function ezmlm_hash() is deprecated in %s on line %d
/PHP-7.4/Zend/tests/
H A Dcall_to_deprecated_function_args.phpt11 ezmlm_hash(new stdClass);
18 $ret = ezmlm_hash(new stdClass);
24 $fn = 'ezmlm_hash';
32 $fn = 'ezmlm_hash';
40 Function ezmlm_hash() is deprecated
41 Function ezmlm_hash() is deprecated
42 Function ezmlm_hash() is deprecated
43 Function ezmlm_hash() is deprecated
/PHP-7.4/ext/standard/
H A Dphp_mail.h23 PHP_FUNCTION(ezmlm_hash);
H A Dmail.c71 PHP_FUNCTION(ezmlm_hash) in PHP_FUNCTION() argument
H A Dbasic_functions.c3294 PHP_DEP_FE(ezmlm_hash, arginfo_ezmlm_hash)
/PHP-7.4/
H A DUPGRADING473 . The ezmlm_hash() function is deprecated.

Completed in 26 milliseconds