Home
last modified time | relevance | path

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

/PHP-7.0/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.0/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.0/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.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c74325 if( lhs<rhs ){
74473 i64 lhs;
74480 testcase( lhs<0 );
74485 testcase( lhs<0 );
74490 testcase( lhs<0 );
74507 lhs = *(i64*)&x;
74512 lhs = 0;
74515 lhs = 1;
74531 if( v>lhs ){
74533 }else if( v<lhs ){
[all …]

Completed in 379 milliseconds