@@ -490,7 +490,7 @@ discard block |
||
| 490 | 490 | * PEAR_ERROR_TRIGGER, PEAR_ERROR_DIE, |
| 491 | 491 | * PEAR_ERROR_CALLBACK, PEAR_ERROR_EXCEPTION. |
| 492 | 492 | * |
| 493 | - * @param mixed $options If $mode is PEAR_ERROR_TRIGGER, this parameter |
|
| 493 | + * @param integer|null $options If $mode is PEAR_ERROR_TRIGGER, this parameter |
|
| 494 | 494 | * specifies the PHP-internal error level (one of |
| 495 | 495 | * E_USER_NOTICE, E_USER_WARNING or E_USER_ERROR). |
| 496 | 496 | * If $mode is PEAR_ERROR_CALLBACK, this |
@@ -581,6 +581,7 @@ discard block |
||
| 581 | 581 | * message, code and userinfo are enough. |
| 582 | 582 | * |
| 583 | 583 | * @param string $message |
| 584 | + * @param integer $code |
|
| 584 | 585 | * |
| 585 | 586 | */ |
| 586 | 587 | function &throwError($message = null, |