|
| void(* | error_function )(int type, zend_string *error_filename, const uint32_t error_lineno, zend_string *message) |
| |
| size_t(* | printf_function )(const char *format,...) ZEND_ATTRIBUTE_PTR_FORMAT(printf |
| |
| size_t size_t(* | write_function )(const char *str, size_t str_length) |
| |
| FILE *(* | fopen_function )(zend_string *filename, zend_string **opened_path) |
| |
| void(* | message_handler )(zend_long message, const void *data) |
| |
| zval *(* | get_configuration_directive )(zend_string *name) |
| |
| void(* | ticks_function )(int ticks) |
| |
| void(* | on_timeout )(int seconds) |
| |
| zend_result(* | stream_open_function )(zend_file_handle *handle) |
| |
| void(* | printf_to_smart_string_function )(smart_string *buf, const char *format, va_list ap) |
| |
| void(* | printf_to_smart_str_function )(smart_str *buf, const char *format, va_list ap) |
| |
| char *(* | getenv_function )(const char *name, size_t name_len) |
| |
| zend_string *(* | resolve_path_function )(zend_string *filename) |
| |
| zend_result(* | random_bytes_function )(void *bytes, size_t size, char *errstr, size_t errstr_size) |
| |
| void(* | random_bytes_insecure_function )(zend_random_bytes_insecure_state *state, void *bytes, size_t size) |
| |
Definition at line 244 of file zend.h.