--TEST-- show information about extension --SKIPIF-- --INI-- date.timezone= --FILE-- --EXPECTF-- string(44) "Exception: Extension unknown does not exist " string(37) "Exception: Extension does not exist " string(%d) "Extension [ extension #%d pcre version %s ] { - INI { Entry [ pcre.backtrack_limit ] Current = '%d' } Entry [ pcre.recursion_limit ] Current = '%d' } Entry [ pcre.jit ] Current = '%d' } } - Constants [19] { Constant [ int PREG_PATTERN_ORDER ] { 1 } Constant [ int PREG_SET_ORDER ] { 2 } Constant [ int PREG_OFFSET_CAPTURE ] { 256 } Constant [ int PREG_UNMATCHED_AS_NULL ] { 512 } Constant [ int PREG_SPLIT_NO_EMPTY ] { 1 } Constant [ int PREG_SPLIT_DELIM_CAPTURE ] { 2 } Constant [ int PREG_SPLIT_OFFSET_CAPTURE ] { 4 } Constant [ int PREG_GREP_INVERT ] { 1 } Constant [ int PREG_NO_ERROR ] { 0 } Constant [ int PREG_INTERNAL_ERROR ] { 1 } Constant [ int PREG_BACKTRACK_LIMIT_ERROR ] { 2 } Constant [ int PREG_RECURSION_LIMIT_ERROR ] { 3 } Constant [ int PREG_BAD_UTF8_ERROR ] { 4 } Constant [ int PREG_BAD_UTF8_OFFSET_ERROR ] { 5 } Constant [ int PREG_JIT_STACKLIMIT_ERROR ] { 6 } Constant [ string PCRE_VERSION ] { %s } Constant [ int PCRE_VERSION_MAJOR ] { %d } Constant [ int PCRE_VERSION_MINOR ] { %d } Constant [ bool PCRE_JIT_SUPPORT ] { %d } } - Functions { Function [ function preg_match ] { - Parameters [5] { Parameter #0 [ $pattern ] Parameter #1 [ $subject ] Parameter #2 [ &$subpatterns ] Parameter #3 [ $flags ] Parameter #4 [ $offset ] } } Function [ function preg_match_all ] { - Parameters [5] { Parameter #0 [ $pattern ] Parameter #1 [ $subject ] Parameter #2 [ &$subpatterns ] Parameter #3 [ $flags ] Parameter #4 [ $offset ] } } Function [ function preg_replace ] { - Parameters [5] { Parameter #0 [ $regex ] Parameter #1 [ $replace ] Parameter #2 [ $subject ] Parameter #3 [ $limit ] Parameter #4 [ &$count ] } } Function [ function preg_replace_callback ] { - Parameters [6] { Parameter #0 [ $regex ] Parameter #1 [ $callback ] Parameter #2 [ $subject ] Parameter #3 [ $limit ] Parameter #4 [ &$count ] Parameter #5 [ $flags ] } } Function [ function preg_replace_callback_array ] { - Parameters [5] { Parameter #0 [ $pattern ] Parameter #1 [ $subject ] Parameter #2 [ $limit ] Parameter #3 [ &$count ] Parameter #4 [ $flags ] } } Function [ function preg_filter ] { - Parameters [5] { Parameter #0 [ $regex ] Parameter #1 [ $replace ] Parameter #2 [ $subject ] Parameter #3 [ $limit ] Parameter #4 [ &$count ] } } Function [ function preg_split ] { - Parameters [4] { Parameter #0 [ $pattern ] Parameter #1 [ $subject ] Parameter #2 [ $limit ] Parameter #3 [ $flags ] } } Function [ function preg_quote ] { - Parameters [2] { Parameter #0 [ $str ] Parameter #1 [ $delim_char ] } } Function [ function preg_grep ] { - Parameters [3] { Parameter #0 [ $regex ] Parameter #1 [ $input ] Parameter #2 [ $flags ] } } Function [ function preg_last_error ] { - Parameters [0] { } } } } " Done