Lines Matching refs:PHPAPI

89 PHPAPI int (*php_register_internal_extensions_func)(void) = php_register_internal_extensions;
94 PHPAPI int core_globals_id;
95 PHPAPI size_t core_globals_offset;
100 PHPAPI const char *php_version(void) in php_version()
105 PHPAPI unsigned int php_version_id(void) in php_version_id()
110 PHPAPI char *php_get_version(sapi_module_struct *sapi_module) in php_get_version()
144 PHPAPI void php_print_version(sapi_module_struct *sapi_module) in php_print_version()
557 PHPAPI const char *php_get_internal_encoding(void) { in php_get_internal_encoding()
566 PHPAPI const char *php_get_input_encoding(void) { in php_get_input_encoding()
575 PHPAPI const char *php_get_output_encoding(void) { in php_get_output_encoding()
584 PHPAPI void (*php_internal_encoding_changed)(void) = NULL;
837 PHPAPI bool php_during_module_startup(void) in php_during_module_startup()
844 PHPAPI bool php_during_module_shutdown(void) in php_during_module_shutdown()
851 PHPAPI bool php_get_module_initialized(void) in php_get_module_initialized()
858 PHPAPI ZEND_COLD void php_log_err_with_severity(const char *log_message, int syslog_type_int) in php_log_err_with_severity()
931 PHPAPI size_t php_write(void *buf, size_t size) in php_write()
938 PHPAPI size_t php_printf(const char *format, ...) in php_printf()
956 PHPAPI size_t php_printf_unchecked(const char *format, ...) in php_printf_unchecked()
992 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form… in php_verror()
1173 PHPAPI ZEND_COLD void php_error_docref(const char *docref, int type, const char *format, ...) in php_error_docref()
1178 PHPAPI ZEND_COLD void php_error_docref_unchecked(const char *docref, int type, const char *format, … in php_error_docref_unchecked()
1186 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha… in php_error_docref1()
1198 PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2,… in php_error_docref2()
1214 PHPAPI ZEND_COLD void php_win32_docref1_from_error(DWORD error, const char *param1) { in php_win32_docref1_from_error()
1227 PHPAPI ZEND_COLD void php_win32_docref2_from_error(DWORD error, const char *param1, const char *par… in php_win32_docref2_from_error()
1235 PHPAPI void php_html_puts(const char *str, size_t size) in php_html_puts()
1477 PHPAPI char *php_get_current_user(void) in php_get_current_user()
1620 PHPAPI zend_result php_stream_open_for_zend_ex(zend_file_handle *handle, int mode) /* {{{ */ in php_stream_open_for_zend_ex()
2005 PHPAPI void php_com_initialize(void) in php_com_initialize()
2501 PHPAPI bool php_execute_script_ex(zend_file_handle *primary_file, zval *retval) in php_execute_script_ex()
2612 PHPAPI bool php_execute_script(zend_file_handle *primary_file) in php_execute_script()
2619 PHPAPI int php_execute_simple_script(zend_file_handle *primary_file, zval *ret) in php_execute_simple_script()
2655 PHPAPI void php_handle_aborted_connection(void) in php_handle_aborted_connection()
2668 PHPAPI int php_handle_auth_data(const char *auth) in php_handle_auth_data()
2710 PHPAPI zend_result php_lint_script(zend_file_handle *file) in php_lint_script()
2734 PHPAPI void php_reserve_tsrm_memory(void) in php_reserve_tsrm_memory()
2753 PHPAPI bool php_tsrm_startup_ex(int expected_threads) in php_tsrm_startup_ex()
2762 PHPAPI bool php_tsrm_startup(void) in php_tsrm_startup()