reference/gnupg/functions/gnupg-seterrormode.xml
dc54babb688f72ee5b40cd6240a8d506623f5e10
...
...
@@ -75,7 +75,7 @@ gnupg_seterrormode($res,GNUPG_ERROR_WARNING); // raise a PHP-Warning in case of
75
75
<![CDATA[
76
76
<?php
77
77
$gpg = new gnupg();
78
-
$gpg -> seterrormode(gnupg::ERROR_EXCEPTION); // throw an exception in case of an error
78
+
$gpg->seterrormode(gnupg::ERROR_EXCEPTION); // throw an exception in case of an error
79
79
?>
80
80
]]>
81
81
</programlisting>
82
82