Searched refs:additional_params (Results 1 – 6 of 6) sorted by relevance
/PHP-8.1/ext/standard/tests/mail/ |
H A D | mail_null_bytes.phpt | 38 mail(): Argument #5 ($additional_params) must not contain any null bytes
|
/PHP-8.1/ext/mbstring/tests/ |
H A D | mb_send_mail_null_bytes.phpt | 40 mb_send_mail(): Argument #5 ($additional_params) must not contain any null bytes
|
/PHP-8.1/ext/mbstring/ |
H A D | mbstring.stub.php | 123 …t, string $message, array|string $additional_headers = [], ?string $additional_params = null): boo… argument
|
H A D | mbstring_arginfo.h | 177 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, additional_params, IS_STRING, 1, "null")
|
/PHP-8.1/ext/standard/ |
H A D | basic_functions.stub.php | 1375 …ct, string $message, array|string $additional_headers = [], string $additional_params = ""): bool … argument
|
H A D | basic_functions_arginfo.h | 1598 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, additional_params, IS_STRING, 0, "\"\"")
|
Completed in 24 milliseconds