0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 01:52:15 +02:00
PHPMailer/test/validators.php

13 lines
169 B
PHP
Raw Permalink Normal View History

2021-06-15 14:54:40 +02:00
<?php
//These are global functions without a namespace used for testing validator injection
function php()
{
return false;
}
function phpx()
{
return false;
}