mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fix macros in the 5 basic extensions
This commit is contained in:
parent
f790043e30
commit
cb25136f4e
66 changed files with 1265 additions and 1265 deletions
|
@ -30,11 +30,11 @@
|
|||
#endif
|
||||
|
||||
|
||||
extern PHP_CLI_API size_t sapi_cli_single_write(const char *str, uint str_length TSRMLS_DC);
|
||||
extern PHP_CLI_API size_t sapi_cli_single_write(const char *str, php_size_t str_length TSRMLS_DC);
|
||||
|
||||
typedef struct {
|
||||
size_t (*cli_shell_write)(const char *str, uint str_length TSRMLS_DC);
|
||||
int (*cli_shell_ub_write)(const char *str, uint str_length TSRMLS_DC);
|
||||
php_size_t (*cli_shell_write)(const char *str, php_size_t str_length TSRMLS_DC);
|
||||
php_size_t (*cli_shell_ub_write)(const char *str, php_size_t str_length TSRMLS_DC);
|
||||
int (*cli_shell_run)(TSRMLS_D);
|
||||
} cli_shell_callbacks_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue