mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
catch up with zend_html_puts
This commit is contained in:
@@ -990,7 +990,7 @@ PHPAPI void php_win32_docref2_from_error(DWORD error, const char *param1, const
|
||||
#endif
|
||||
|
||||
/* {{{ php_html_puts */
|
||||
PHPAPI void php_html_puts(const char *str, uint size TSRMLS_DC)
|
||||
PHPAPI void php_html_puts(const char *str, size_t size TSRMLS_DC)
|
||||
{
|
||||
zend_html_puts(str, size TSRMLS_CC);
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@ PHPAPI int php_lint_script(zend_file_handle *file TSRMLS_DC);
|
||||
PHPAPI void php_handle_aborted_connection(void);
|
||||
PHPAPI int php_handle_auth_data(const char *auth TSRMLS_DC);
|
||||
|
||||
PHPAPI void php_html_puts(const char *str, uint siz TSRMLS_DC);
|
||||
PHPAPI void php_html_puts(const char *str, size_t siz TSRMLS_DC);
|
||||
PHPAPI int php_stream_open_for_zend_ex(const char *filename, zend_file_handle *handle, int mode TSRMLS_DC);
|
||||
|
||||
extern void php_call_shutdown_functions(TSRMLS_D);
|
||||
|
||||
Reference in New Issue
Block a user