root/ext/mbstring/php_onig_compat.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


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

/* [<][>][^][v][top][bottom][index][help] */