Key | Tested |
---|---|
4F282-0MLD2-M8869-T89G0-CF240 | ✅ |
0F41K-0MJ4H-M88U1-0C3N0-0A214 | ✅ |
Key | Tested |
---|---|
4V492-44210-48830-931GK-2PRJ4 | ✅ |
<?php | |
/** | |
* Ported from Laravel 4 for external usage. | |
*/ | |
function is($pattern, $value) { | |
if ($pattern == $value) return true; | |
$pattern = preg_quote($pattern, '#'); |