Expected | Result |
---|---|
getCode(), ': ', $e->getMessage(); } ?> |
new ezcInputFormDefinitionElement( ezcInputFormDefinitionElement::REQUIRED, 'float' ) ); try { $form = new ezcInputForm( INPUT_POST, $def ); } catch ( ezcInputFormException $e ) { echo $e->getCode(), ': ', $e->getMessage(); } ?> |