Searched refs:pcre_version (Results 1 – 8 of 8) sorted by relevance
82 pcre_version(void) in pcre_version() function
639 PCRE_EXP_DECL const char *pcre_version(void);
3428 8. In pcre_version.c, the version string was being built by a sequence of
41 pcre_version=$pcre_major$pcre_minor42 if test "$pcre_version" -lt 660; then61 pcrelib/pcre_version.c pcrelib/pcre_xclass.c \
6 …d2utf8.c pcre_refcount.c pcre_study.c pcre_tables.c pcre_valid_utf8.c pcre_version.c pcre_xclass.c…
177 php_info_print_table_row(2, "PCRE Library Version", pcre_version() ); in PHP_INI_END()217 REGISTER_STRING_CONSTANT("PCRE_VERSION", (char *)pcre_version(), CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
39 #define pcre_version php_pcre_version macro
1672 const char *pcre_version(void);1795 compiled pattern. The function pcre_version() returns a pointer to a
Completed in 55 milliseconds