pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
2013-11-02
2013-11-02 14:46:06 by Martin Nilsson <nilsson@opera.com>
a7727a95423654f739c5b74ee1d7e95c11e0d924 (
5
lines) (+
5
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Add strlen in operators instead of master, with more narrowtype.
5919:
tFunc(tOr5(tStr,tMultiset,tArray,tMapping,tObj),tIntPos), OPT_TRY_OPTIMIZE, optimize_sizeof, generate_sizeof);
+
ADD_EFUN2("strlen", f_sizeof,
+
tFunc(tStr,tIntPos), OPT_TRY_OPTIMIZE, optimize_sizeof,
+
generate_sizeof);
+
/* function(mixed,mixed ...:mixed) */ ADD_EFUN2("`()",f_call_function,tFuncV(tMix,tMix,tMix),OPT_SIDE_EFFECT | OPT_EXTERNAL_DEPEND,0,generate_call_function);