php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_onig_compat.h
Go to the documentation of this file.
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 */