芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/rentandbuyrealty.com/pay/vendor/wixel/gump/tests/StaticAddValidatorTest.php
expectException(Exception::class); $this->expectExceptionMessage("'custom' validator is already defined."); GUMP::add_validator('custom', function($field, $input, array $params = []) { return $input[$field] === 'ok'; }, 'Error message'); } }