0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-19 17:42:14 +02:00
PHPMailer/test/validators.php
2021-06-15 14:54:40 +02:00

13 lines
169 B
PHP

<?php
//These are global functions without a namespace used for testing validator injection
function php()
{
return false;
}
function phpx()
{
return false;
}