/home/techb158/exp.abdallabala.com/vendor/respect/validation/tests/integration/rules
Edit: /home/techb158/exp.abdallabala.com/vendor/respect/validation/tests/integration/rules/ip_5.phpt (583B)
--FILE--
check('127.0.0.1');
} catch (IpException $e) {
echo $e->getMainMessage().PHP_EOL;
}
try {
v::ip('127.0.1.*')->assert('127.0.0.1');
} catch (AllOfException $e) {
echo $e->getFullMessage().PHP_EOL;
}
?>
--EXPECTF--
"127.0.0.1" must be an IP address in the "127.0.1.0-127.0.1.255" range
- "127.0.0.1" must be an IP address in the "127.0.1.0-127.0.1.255" range