pat_buf           810 ext/mbstring/php_mbregex.c 	char pat_buf[4];
pat_buf           859 ext/mbstring/php_mbregex.c 		pat_buf[0] = (char)Z_LVAL_P(arg_pattern_zval);
pat_buf           860 ext/mbstring/php_mbregex.c 		pat_buf[1] = '\0';
pat_buf           861 ext/mbstring/php_mbregex.c 		pat_buf[2] = '\0';
pat_buf           862 ext/mbstring/php_mbregex.c 		pat_buf[3] = '\0';
pat_buf           864 ext/mbstring/php_mbregex.c 		arg_pattern = pat_buf;