mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Fix protos.
This commit is contained in:
parent
1d8677bbd4
commit
2fb8461016
2 changed files with 4 additions and 5 deletions
|
@ -233,7 +233,7 @@ PHP_FUNCTION(unicode_get_subst_char)
|
|||
/* }}} */
|
||||
|
||||
/* {{{ proto callback unicode_set_error_handler(callback new_callback) U
|
||||
Set (or clear) the unicode conversion error handler */
|
||||
Set (or clear) the custom Unicode conversion error handler */
|
||||
PHP_FUNCTION(unicode_set_error_handler)
|
||||
{
|
||||
zval *error_handler;
|
||||
|
@ -279,8 +279,7 @@ PHP_FUNCTION(unicode_set_error_handler)
|
|||
/* }}} */
|
||||
|
||||
/* {{{ proto bool unicode_restore_error_handler(void) U
|
||||
Restores the active error handler to the one which was previously active
|
||||
(Before the last unicode_set_error_handler() call) */
|
||||
Restores the active error handler to the one which was previously active (before the last unicode_set_error_handler() call) */
|
||||
PHP_FUNCTION(unicode_restore_error_handler)
|
||||
{
|
||||
if (UG(conv_error_handler)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue