You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
256 B

  1. #ifndef _PHP_ONIG_COMPAT_H
  2. #define _PHP_ONIG_COMPAT_H
  3. #define re_pattern_buffer php_mb_re_pattern_buffer
  4. #define regex_t php_mb_regex_t
  5. #define re_registers php_mb_re_registers
  6. #endif /* _PHP_ONIG_COMPAT_H */