zend_symtable_exists 446 ext/filter/filter.c if (arg == PARSE_COOKIE && orig_array_ptr && zend_symtable_exists(Z_ARRVAL_P(orig_array_ptr), var, strlen(var)+1)) { zend_symtable_exists 2971 ext/spl/spl_iterators.c RETURN_BOOL(zend_symtable_exists(HASH_OF(intern->u.caching.zcache), arKey, nKeyLength+1)); zend_symtable_exists 4309 ext/standard/array.c if (zend_symtable_exists(array, Z_STRVAL_P(key), Z_STRLEN_P(key) + 1)) { zend_symtable_exists 225 main/php_variables.c zend_symtable_exists(symtable1, index, index_len + 1)) { zend_symtable_exists 644 sapi/phpdbg/phpdbg_watch.c int removed = ((zval *)oldPtr)->refcount__gc != watch->addr.zv->refcount__gc && !zend_symtable_exists(watch->parent_container, watch->name_in_parent, watch->name_in_parent_len + 1);