mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
ext/tidy: Use zend_result type instead of int type
This commit is contained in:
parent
feff5381b4
commit
d97a90acb8
1 changed files with 1 additions and 1 deletions
|
@ -798,7 +798,7 @@ static zend_result _php_tidy_apply_config_array(TidyDoc doc, const HashTable *ht
|
|||
}
|
||||
}
|
||||
|
||||
static int php_tidy_parse_string(PHPTidyObj *obj, const char *string, uint32_t len, const char *enc)
|
||||
static zend_result php_tidy_parse_string(PHPTidyObj *obj, const char *string, uint32_t len, const char *enc)
|
||||
{
|
||||
TidyBuffer buf;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue