Home
last modified time | relevance | path

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

/PHP-7.1/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-7.1/ext/fileinfo/libmagic/
H A Dsoftmagic.c1205 uint32_t lhs; in mget() local
1319 offset = lhs & off; in mget()
1322 offset = lhs | off; in mget()
1325 offset = lhs ^ off; in mget()
1328 offset = lhs + off; in mget()
1331 offset = lhs - off; in mget()
1344 offset = lhs; in mget()
1380 offset = lhs; in mget()
1454 offset = lhs; in mget()
1492 offset = lhs; in mget()
[all …]
/PHP-7.1/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.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c80610 if( lhs<rhs ){
80768 i64 lhs;
80775 testcase( lhs<0 );
80780 testcase( lhs<0 );
80785 testcase( lhs<0 );
80802 lhs = *(i64*)&x;
80807 lhs = 0;
80810 lhs = 1;
80827 if( v>lhs ){
80829 }else if( v<lhs ){
[all …]

Completed in 492 milliseconds