Searched refs:_php_mb_compile_regex (Results 1 - 1 of 1) sorted by relevance

/PHP_TRUNK/ext/mbstring/
H A Dmbstring.c974 static void *_php_mb_compile_regex(const char *pattern TSRMLS_DC);
979 /* {{{ _php_mb_compile_regex */
980 static void *_php_mb_compile_regex(const char *pattern TSRMLS_DC) function
1016 /* {{{ _php_mb_compile_regex */
1017 static void *_php_mb_compile_regex(const char *pattern TSRMLS_DC) function
1431 if (!(re = _php_mb_compile_regex(Z_STRVAL(tmp) TSRMLS_CC))) {

Completed in 8 milliseconds