Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/tests/
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-7.4/Zend/tests/traits/
H A Dlanguage015.phpt2 Invalid conflict resolution (unused trait as lhs of "insteadof")
H A Dlanguage017.phpt2 Invalid conflict resolution (unused trait as lhs of "as")
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c1423 offset = lhs & off; in do_ops()
1426 offset = lhs | off; in do_ops()
1429 offset = lhs ^ off; in do_ops()
1432 offset = lhs + off; in do_ops()
1435 offset = lhs - off; in do_ops()
1448 offset = lhs; in do_ops()
1510 intmax_t lhs; in mget() local
1635 lhs = BE32(p); in mget()
1637 lhs = cvt_id3(ms, CAST(uint32_t, lhs)); in mget()
1644 lhs = LE32(p); in mget()
[all …]

Completed in 18 milliseconds