Home
last modified time | relevance | path

Searched refs:inner (Results 1 – 25 of 86) sorted by relevance

1234

/PHP-5.5/ext/spl/tests/
H A DRecursiveCallbackFilterIteratorTest.phpt7 function test($value, $key, $inner) {
8 return test($value, $key, $inner);
13 static function test($value, $key, $inner) {
14 return test($value, $key, $inner);
18 function test($value, $key, $inner) {
19 if ($inner->hasChildren()) {
25 , $value == $inner->current()
26 , $key == $inner->key()
36 …unction' => function() { return function($value, $key, $inner) { return test($value, $key, $inner)…
H A DCallbackFilterIteratorTest.phpt7 function test($value, $key, $inner) {
8 return test($value, $key, $inner);
13 static function test($value, $key, $inner) {
14 return test($value, $key, $inner);
18 function test($value, $key, $inner) {
22 , $value == $inner->current()
23 , $key == $inner->key()
33 …unction' => function() { return function($value, $key, $inner) { return test($value, $key, $inner)…
H A Dbug70166.phpt5 $inner = 'x:i:1;a:0:{};m:a:0:{}';
6 $exploit = 'a:2:{i:0;C:11:"ArrayObject":'.strlen($inner).':{'.$inner.'}i:1;R:5;}';
H A Dbug70169.phpt5 $inner = 'i:1;';
6 $exploit = 'a:2:{i:0;C:19:"SplDoublyLinkedList":'.strlen($inner).':{'.$inner.'}i:1;R:3;}';
H A Dbug70168.phpt5 $inner = 'x:i:1;O:8:"stdClass":0:{};m:a:0:{}';
6 $exploit = 'a:2:{i:0;C:16:"SplObjectStorage":'.strlen($inner).':{'.$inner.'}i:1;R:3;}';
H A Dbug70155.phpt5 $inner = 'x:i:0;O:12:"DateInterval":1:{s:1:"y";i:3;};m:a:1:{i:0;R:2;}';
6 $exploit = 'C:11:"ArrayObject":'.strlen($inner).':{'.$inner.'}';
H A Dbug70366.phpt19 $inner = 'i:1234;:i:1;';
20 $exploit = 'a:5:{i:0;i:1;i:1;C:19:"SplDoublyLinkedList":'.strlen($inner).':{'.$inner.'}i:2;O:3:"obj…
H A Dbug70365.phpt19 $inner = 'x:i:1;O:8:"stdClass":0:{},i:1;;m:a:0:{}';
20 $exploit = 'a:5:{i:0;i:1;i:1;C:16:"SplObjectStorage":'.strlen($inner).':{'.$inner.'}i:2;O:3:"obj":1…
/PHP-5.5/Zend/tests/
H A Dbug46813.phpt7 class inner
13 $inner = new \test\inner();
16 var_dump(class_exists('\test\inner', true));
18 var_dump(class_exists('\test\inner', true));
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug70219_1.phpt18 $inner = 'r:2;';
19 $exploit = 'a:2:{i:0;C:3:"obj":'.strlen($inner).':{'.$inner.'}i:1;C:3:"obj":'.strlen($inner).':{'.$
H A Dbug70219.phpt16 $inner = 'ryat|a:1:{i:0;a:1:{i:1;';
17 $exploit = 'a:2:{i:0;C:3:"obj":'.strlen($inner).':{'.$inner.'}i:1;R:4;}';
H A Dbug70172.phpt24 $inner = 'r:2;';
25 $exploit = 'a:2:{i:0;i:1;i:1;C:3:"obj":'.strlen($inner).':{'.$inner.'}}';
H A Dbug70172_2.phpt29 $inner = 'r:2;';
30 $exploit = 'a:2:{i:0;O:4:"obj2":1:{s:4:"ryat";C:3:"obj":'.strlen($inner).':{'.$inner.'}}i:1;a:1:{i:…
/PHP-5.5/tests/lang/
H A D031.phpt9 print "Correct - with inner loop reset.\n";
20 print "What happens without inner loop reset.\n";
30 print "What happens without inner loop reset but copy.\n";
41 print "What happens with inner loop reset over copy.\n";
53 Correct - with inner loop reset.
58 What happens without inner loop reset.
61 What happens without inner loop reset but copy.
66 What happens with inner loop reset over copy.
/PHP-5.5/tests/classes/
H A Diterators_003.phpt56 echo "continue inner\n";
60 echo "break inner\n";
92 continue inner
96 break inner
109 continue inner
113 break inner
/PHP-5.5/Zend/tests/generators/finally/
H A Dreturn_return.phpt13 echo "before return in inner finally\n";
15 echo "after return in inner finally\n";
32 before return in inner finally
/PHP-5.5/ext/spl/internal/
H A Dappenditerator.inc20 /** @internal array of inner iterators */
35 * call to $it->rewind(). Also if the current state is invalid the inner
43 /** @return the current inner Iterator
50 /** Rewind to the first element of the first inner Iterator.
74 * the access to a non valid element in the inner iterator. Since
100 return; /* found valid element in current inner iterator */
114 /** Aggregates the inner iterator
H A Dfilteriterator.inc24 * key of the inner Iterator and checking whether it is acceptable.
40 * Rewind the inner iterator.
48 * Accept function to decide whether an element of the inner iterator
51 * @return whether or not to expose the current element of the inner
109 * @return The inner iterator
116 /** Aggregate the inner iterator
H A Douteriterator.inc13 * @brief Interface to access the current inner iteraor of iterator wrappers
20 /** @return inner iterator
H A Dinfiniteiterator.inc21 * \note Even an InfiniteIterator stops if its inner Iterator is empty.
35 /** Move the inner Iterator forward to its next element or rewind it.
H A Diteratoriterator.inc44 * @param iterator inner iterator
63 /** \return the inner iterator as passed to the constructor
105 /** Aggregate the inner iterator
115 /** The inner iterator must be private because when this class will be
H A Drecursiveregexiterator.inc18 * This filter iterator assumes that the inner iterator
26 * @param it inner iterator
/PHP-5.5/ext/spl/
H A Dspl_iterators.c1540 intern->inner.iterator = intern->inner.ce->get_iterator(intern->inner.ce, zobject, 0 TSRMLS_CC); in spl_dual_it_construct()
1590 if (intern->inner.iterator && intern->inner.iterator->funcs->invalidate_current) { in spl_dual_it_free()
1618 intern->inner.iterator->funcs->rewind(intern->inner.iterator TSRMLS_CC); in spl_dual_it_rewind()
1628 return intern->inner.iterator->funcs->valid(intern->inner.iterator TSRMLS_CC); in spl_dual_it_valid()
1665 intern->inner.iterator->funcs->move_forward(intern->inner.iterator TSRMLS_CC); in spl_dual_it_next()
1788 intern->inner.iterator->funcs->move_forward(intern->inner.iterator TSRMLS_CC); in spl_filter_it_fetch()
2275 object->inner.iterator->funcs->dtor(object->inner.iterator TSRMLS_CC); in spl_dual_it_dtor()
3191 intern->inner.iterator->funcs->move_forward(intern->inner.iterator TSRMLS_CC); in SPL_METHOD()
3309 intern->inner.ce = NULL; in spl_append_it_next_iterator()
3312 intern->inner.iterator->funcs->dtor(intern->inner.iterator TSRMLS_CC); in spl_append_it_next_iterator()
[all …]
/PHP-5.5/ext/spl/examples/
H A Drecursivedualiterator.inc40 /** @return new RecursiveDualIterator (late binding) for the two inner
53 /** @return whether both inner iterators are valid, have same hasChildren()
62 /** @return whether both inner iterators are valid, have same hasChildren()
H A Ddualiterator.inc76 /** rewind both inner iterators
84 /** @return whether both inner iterators are valid
125 /** move both inner iterators forward
133 /** @return whether both inner iterators are valid and have identical
144 /** @return whether both inner iterators are valid and have equal current

Completed in 110 milliseconds

1234