Home
last modified time | relevance | path

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

1234

/PHP-8.0/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 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 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 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…
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 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
/PHP-8.0/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));
H A Dbug76502.phpt7 "Exception(Exception())" => new Exception("outer", 0, new Exception("inner")),
8 "Error(Error())" => new Error("outer", 0, new Error("inner")),
9 "Error(Exception())" => new Error("outer", 0, new Exception("inner")),
10 "Exception(Error())" => new Exception("outer", 0, new Error("inner"))
/PHP-8.0/ext/standard/tests/serialize/
H A Dbug70219_1.phpt24 $inner = 'r:2;';
25 $exploit = 'a:2:{i:0;C:3:"obj":'.strlen($inner).':{'.$inner.'}i:1;C:3:"obj":'.strlen($inner).':{'.$
H A Dbug70513.phpt22 $inner = 's:1:"1";a:3:{s:2:"aa";s:2:"hi";s:2:"bb";s:2:"hi";i:0;O:3:"obj":1:{s:4:"ryat";R:2;}}';
23 $exploit = 'a:1:{i:0;C:3:"GMP":'.strlen($inner).':{'.$inner.'}}';
H A Dbug73341.phpt13 $inner = 'x:i:1;O:8:"stdClass":1:{};m:a:0:{}';
14 $exploit = 'C:11:"ArrayObject":'.strlen($inner).':{'.$inner.'}';
H A Dbug70172.phpt22 $inner = 'R:2;';
23 $exploit = 'a:2:{i:0;i:1;i:1;C:3:"obj":'.strlen($inner).':{'.$inner.'}}';
H A Dbug72663_2.phpt16 $inner = 'a:1:{i:0;O:9:"Exception":2:{s:7:"'."\0".'*'."\0".'file";R:4;}';
17 $exploit = 'a:2:{i:0;C:3:"obj":'.strlen($inner).':{'.$inner.'}i:1;R:4;}';
H A Dbug70219.phpt20 $inner = 'ryat|a:1:{i:0;a:1:{i:1;';
21 $exploit = 'a:2:{i:0;C:3:"obj":'.strlen($inner).':{'.$inner.'}i:1;R:4;}';
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:…
H A Dbug70436.phpt28 $inner = 'C:3:"obj":3:{rya}';
29 $exploit = 'a:4:{i:0;i:1;i:1;C:3:"obj":'.strlen($inner).':{'.$inner.'}i:2;s:'.strlen($fakezval).':"…
/PHP-8.0/tests/classes/
H A Diterators_003.phpt54 echo "continue inner\n";
58 echo "break inner\n";
90 continue inner
94 break inner
107 continue inner
111 break inner
/PHP-8.0/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-8.0/ext/standard/tests/strings/
H A Dbug72663.phpt15 $inner = 'a:1:{i:0;O:9:"Exception":2:{s:7:"'."\0".'*'."\0".'file";R:4;}';
16 $exploit = 'a:2:{i:0;C:3:"obj":'.strlen($inner).':{'.$inner.'}i:1;R:4;}';
/PHP-8.0/ext/gmp/tests/
H A Dbug70284.phpt8 $inner = 'r:2;a:1:{i:0;a:1:{i:0;r:4;}}';
9 $exploit = 'a:2:{i:0;s:1:"1";i:1;C:3:"GMP":'.strlen($inner).':{'.$inner.'}}';
/PHP-8.0/ext/spl/
H A Dspl_iterators.c1441 intern->inner.iterator = intern->inner.ce->get_iterator(intern->inner.ce, zobject, 0); in spl_dual_it_construct()
1481 intern->inner.iterator->funcs->invalidate_current(intern->inner.iterator); in spl_dual_it_free()
1507 if (intern->inner.iterator && intern->inner.iterator->funcs->rewind) { in spl_dual_it_rewind()
1508 intern->inner.iterator->funcs->rewind(intern->inner.iterator); in spl_dual_it_rewind()
1518 return intern->inner.iterator->funcs->valid(intern->inner.iterator); in spl_dual_it_valid()
1527 data = intern->inner.iterator->funcs->get_current_data(intern->inner.iterator); in spl_dual_it_fetch()
1554 intern->inner.iterator->funcs->move_forward(intern->inner.iterator); in spl_dual_it_next()
1658 intern->inner.iterator->funcs->move_forward(intern->inner.iterator); in spl_filter_it_fetch()
2787 data = intern->inner.iterator->funcs->get_current_data(intern->inner.iterator); in PHP_METHOD()
2803 intern->inner.iterator->funcs->move_forward(intern->inner.iterator); in PHP_METHOD()
[all …]

Completed in 66 milliseconds

1234