📄 curcop.runtime
字号:
PP code uses of curcop----------------------pp_rv2gv when a new glob is created for an OPpLVAL_INTRO, curcop->cop_line is stored as GvLINE() in the new GP.pp_bless curcop->cop_stash is used as the stash in the one-arg form of blesspp_repeat tests (curcop != &compiling) to warn "Can't x= to readonly value"pp_pospp_substrpp_indexpp_rindexpp_aslicepp_lslicepp_splice curcop->cop_arybasepp_sort curcop->cop_stash used to determine whether to gv_fetchpv $a and $bpp_caller tests (curcop->cop_stash == debstash) to determine whether to set DB::argspp_reset resets vars in curcop->cop_stashpp_dbstate sets curcop = (COP*)opdoeval compiles into curcop->cop_stashpp_nextstate sets curcop = (COP*)op
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -