mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
*** empty log message ***
This commit is contained in:
parent
0cda28f77b
commit
1c4532dcbf
9 changed files with 15 additions and 14 deletions
|
@ -246,11 +246,11 @@ extern char **environ;
|
|||
#endif
|
||||
|
||||
extern void phperror(char *error);
|
||||
extern PHPAPI void php_error(int type, const char *format,...);
|
||||
extern PHPAPI void php_error(int type, const char *format, ...);
|
||||
extern PHPAPI int php_write(void *buf, int size);
|
||||
extern PHPAPI int php_printf(const char *format,...);
|
||||
extern PHPAPI int php_printf(const char *format, ...);
|
||||
extern void php_log_err(char *log_message);
|
||||
extern int Debug(char *format,...);
|
||||
extern int Debug(char *format, ...);
|
||||
extern int cfgparse(void);
|
||||
|
||||
extern void html_putc(char c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue