Home
last modified time | relevance | path

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

/PHP-7.2/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.2/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.2/ext/fileinfo/libmagic/
H A Dsoftmagic.c1293 offset = lhs & off; in do_ops()
1296 offset = lhs | off; in do_ops()
1299 offset = lhs ^ off; in do_ops()
1302 offset = lhs + off; in do_ops()
1305 offset = lhs - off; in do_ops()
1318 offset = lhs; in do_ops()
1332 intmax_t lhs; in mget() local
1428 lhs = BE32(p); in mget()
1430 lhs = cvt_id3(ms, (uint32_t)lhs); in mget()
1437 lhs = LE32(p); in mget()
[all …]
/PHP-7.2/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 522 milliseconds