Paste: GC collects aliens in the listener
Author: | rien |
Mode: | factor |
Date: | Wed, 19 Oct 2011 23:43:23 |
Plain Text |
TUPLE: regex ptr ;
C: <regex> regex
"." pcre-newrgx <regex> r set-global
r
--- Data stack:
r
get-global
--- Data stack:
T{ regex f ALIEN: 11cbd2770 }
ptr>>
--- Data stack:
ALIEN: 11cbd2770
clear
r
--- Data stack:
r
get-global
--- Data stack:
T{ regex f ALIEN: 11cbd2770 }
ptr>> pcre-study
"argument is not a compiled regular expression"
--- Data stack:
f
clear
"." pcre-newrgx pcre-study
f
--- Data stack:
S{ pcre_extra f 1 ALIEN: 11cb298c8 0 f f 0 f }
New Annotation