|
PHPAPI const char * | php_version (void) |
|
PHPAPI unsigned int | php_version_id (void) |
|
PHPAPI char * | php_get_version (sapi_module_struct *sapi_module) |
|
PHPAPI void | php_print_version (sapi_module_struct *sapi_module) |
|
PHPAPI const char * | php_get_internal_encoding (void) |
|
PHPAPI const char * | php_get_input_encoding (void) |
|
PHPAPI const char * | php_get_output_encoding (void) |
|
| PHP_INI_MH (OnChangeBrowscap) |
|
PHPAPI bool | php_during_module_startup (void) |
|
PHPAPI bool | php_during_module_shutdown (void) |
|
PHPAPI bool | php_get_module_initialized (void) |
|
PHPAPI ZEND_COLD void | php_log_err_with_severity (const char *log_message, int syslog_type_int) |
|
PHPAPI size_t | php_write (void *buf, size_t size) |
|
PHPAPI size_t | php_printf (const char *format,...) |
|
PHPAPI size_t | php_printf_unchecked (const char *format,...) |
|
PHPAPI ZEND_COLD void | php_verror (const char *docref, const char *params, int type, const char *format, va_list args) |
|
PHPAPI ZEND_COLD void | php_error_docref (const char *docref, int type, const char *format,...) |
|
PHPAPI ZEND_COLD void | php_error_docref_unchecked (const char *docref, int type, const char *format,...) |
|
PHPAPI ZEND_COLD void | php_error_docref1 (const char *docref, const char *param1, int type, const char *format,...) |
|
PHPAPI ZEND_COLD void | php_error_docref2 (const char *docref, const char *param1, const char *param2, int type, const char *format,...) |
|
PHPAPI void | php_html_puts (const char *str, size_t size) |
|
PHPAPI char * | php_get_current_user (void) |
|
| PHP_FUNCTION (set_time_limit) |
|
PHPAPI zend_result | php_stream_open_for_zend_ex (zend_file_handle *handle, int mode) |
|
void | php_on_timeout (int seconds) |
|
zend_result | php_request_startup (void) |
|
void | php_request_shutdown (void *dummy) |
|
PHPAPI void | php_com_initialize (void) |
|
| PHP_MINFO_FUNCTION (php_core) |
|
zend_result | php_register_extensions (zend_module_entry *const *ptr, int count) |
|
zend_result | php_module_startup (sapi_module_struct *sf, zend_module_entry *additional_module) |
|
int | php_module_shutdown_wrapper (sapi_module_struct *sapi_globals) |
|
void | php_module_shutdown (void) |
|
PHPAPI bool | php_execute_script_ex (zend_file_handle *primary_file, zval *retval) |
|
PHPAPI bool | php_execute_script (zend_file_handle *primary_file) |
|
PHPAPI int | php_execute_simple_script (zend_file_handle *primary_file, zval *ret) |
|
PHPAPI void | php_handle_aborted_connection (void) |
|
PHPAPI int | php_handle_auth_data (const char *auth) |
|
PHPAPI zend_result | php_lint_script (zend_file_handle *file) |
|