Server : LiteSpeed System : Linux ncr1.int3rnet.net 4.18.0-553.123.2.lve.el8.x86_64 #1 SMP Thu May 7 23:17:13 UTC 2026 x86_64 User : digitaln ( 1704) PHP Version : 8.1.34 Disable Function : NONE Directory : /opt/cloudlinux/alt-php85/root/usr/include/php/ext/mbstring/ |
#ifndef _PHP_ONIG_COMPAT_H #define _PHP_ONIG_COMPAT_H #define re_pattern_buffer php_mb_re_pattern_buffer #define regex_t php_mb_regex_t #define re_registers php_mb_re_registers /* Required for some distros that conditionally override PV_. * As we're in C99 this header is always available. */ #ifndef HAVE_STDARG_H # define HAVE_STDARG_H #endif #endif /* _PHP_ONIG_COMPAT_H */