Home
last modified time | relevance | path

Searched refs:lhs (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/spl/examples/
H A Ddualiterator.inc30 private $lhs;
36 * @param lhs Left Hand Side Iterator
40 function __construct(Iterator $lhs, Iterator $rhs,
43 $this->lhs = $lhs;
52 return $this->lhs;
80 $this->lhs->rewind();
101 return $this->lhs->current();
117 return $this->lhs->key();
129 $this->lhs->next();
157 * @param lhs Left Hand Side Iterator
[all …]
H A Drecursivedualiterator.inc23 * @param lhs Left Hand Side Iterator
27 function __construct(RecursiveIterator $lhs, RecursiveIterator $rhs,
30 parent::__construct($lhs, $rhs, $flags);
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dparse.c1427 YYCODETYPE lhs; /* Symbol on the left-hand side of the rule */ member
3099 yygoto = yyRuleInfo[yyruleno].lhs; in yy_reduce()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c105009 YYCODETYPE lhs; /* Symbol on the left-hand side of the rule */
106495 yygoto = yyRuleInfo[yyruleno].lhs;
121027 static int fts3CompareElemByTerm(const void *lhs, const void *rhs){
121028 char *z1 = fts3HashKey(*(Fts3HashElem **)lhs);
121030 int n1 = fts3HashKeysize(*(Fts3HashElem **)lhs);

Completed in 383 milliseconds