pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2007-01-15
2007-01-15 15:44:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>
594f16f31beda2b2182380bb9fcd50fc9d74d634 (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Increased paranoia.
Rev: src/builtin_functions.c:1.620
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: builtin_functions.c,v 1.
619
2007/01/
03
23
:
10
:
45
peter
Exp $
+
|| $Id: builtin_functions.c,v 1.
620
2007/01/
15
15
:
44
:
00
grubba
Exp $
*/ #include "global.h"
168:
} for(; args; args = args->parent) {
+
if (!CDR(args)) continue;
if (CDR(args)->token == F_PUSH_ARRAY) { if (count) { add_args = mknode(F_ARG_LIST, add_args,
815:
*! @[lfun::_search()], @[haystack] will need to implement *! @[Iterator()->set_index()]. *!
+
*! @note
+
*! For mappings and object @[UNDEFINED] will be returned when not found.
+
*! In all other cases @expr{-1@} will be returned when not found.
+
*!
*! @seealso *! @[indices()], @[values()], @[zero_type()] */