Lines Matching defs:type

1438 	int type = orig_type & E_ALL;  in zend_error_zstr_at()  local
1601 static ZEND_COLD void get_filename_lineno(int type, zend_string **filename, uint32_t *lineno) { in get_filename_lineno()
1643 int type, zend_string *filename, uint32_t lineno, const char *format, ...) { in zend_error_at()
1656 #define zend_error_impl(type, format) do { \ argument
1666 ZEND_API ZEND_COLD void zend_error(int type, const char *format, ...) { in zend_error()
1670 ZEND_API ZEND_COLD void zend_error_unchecked(int type, const char *format, ...) { in zend_error_unchecked()
1675 int type, zend_string *filename, uint32_t lineno, const char *format, ...) in zend_error_at_noreturn()
1691 #define zend_error_noreturn_impl(type, format) do { \ argument
1703 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) in zend_error_noreturn()
1708 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn_unchecked(int type, const char *format, .… in zend_error_noreturn_unchecked()
1713 ZEND_API ZEND_COLD ZEND_NORETURN void zend_strerror_noreturn(int type, int errn, const char *messag… in zend_strerror_noreturn()
1731 ZEND_API ZEND_COLD void zend_error_zstr(int type, zend_string *message) { in zend_error_zstr()
1802 …COLD void zend_illegal_container_offset(const zend_string *container, const zval *offset, int type) in zend_illegal_container_offset()
1925 ZEND_API zend_result zend_execute_script(int type, zval *retval, zend_file_handle *file_handle) in zend_execute_script()
1954 ZEND_API zend_result zend_execute_scripts(int type, zval *retval, int file_count, ...) /* {{{ */ in zend_execute_scripts()