11 lines
133 B
Plaintext
11 lines
133 B
Plaintext
|
--FILE--
|
||
|
<?php
|
||
|
|
||
|
require 'vendor/autoload.php';
|
||
|
|
||
|
use Respect\Validation\Validator as v;
|
||
|
|
||
|
v::bsn()->check('612890053');
|
||
|
?>
|
||
|
--EXPECTF--
|