/php-src/ext/dom/tests/modern/html/serializer/ |
H A D | HTMLDocument_serialize_void_elements.phpt | 68 <x:area><inner></inner></x:area> 70 <x:base><inner></inner></x:base> 72 <x:br><inner></inner></x:br> 74 <x:col><inner></inner></x:col> 76 <x:embed><inner></inner></x:embed> 78 <x:hr><inner></inner></x:hr> 80 <x:img><inner></inner></x:img> 82 <x:input><inner></inner></x:input> 84 <x:link><inner></inner></x:link> 86 <x:meta><inner></inner></x:meta> [all …]
|
H A D | HTMLDocument_serialize_fragment.phpt | 13 $bar->appendChild($dom->createElement("inner")); 18 <foo></foo><bar><inner></inner></bar><baz></baz>
|
/php-src/ext/spl/tests/ |
H A D | RecursiveCallbackFilterIteratorTest.phpt | 7 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 D | CallbackFilterIteratorTest.phpt | 7 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 D | RecursiveCallbackFilterIterator_trampoline_usage.phpt | 6 function test($value, $key, $inner) { 7 if ($inner->hasChildren()) { 13 , $value == $inner->current() 14 , $key == $inner->key()
|
H A D | bug70166.phpt | 5 $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 D | bug70169.phpt | 5 $inner = 'i:1;'; 6 $exploit = 'a:2:{i:0;C:19:"SplDoublyLinkedList":'.strlen($inner).':{'.$inner.'}i:1;R:3;}';
|
H A D | bug70155.phpt | 5 $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 D | bug70366.phpt | 19 $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…
|
/php-src/Zend/tests/ |
H A D | bug46813.phpt | 7 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 D | bug76502.phpt | 7 "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-src/ext/opcache/tests/ |
H A D | gh13817.phpt | 16 function inner() { 21 // If stack size is wrong, inner() will corrupt the previous observed frame 22 inner(); 44 <!-- init inner() --> 45 <inner> 47 </inner>
|
/php-src/ext/standard/tests/serialize/ |
H A D | bug70219_1.phpt | 20 $inner = 'r:2;'; 21 $exploit = 'a:2:{i:0;C:3:"obj":'.strlen($inner).':{'.$inner.'}i:1;C:3:"obj":'.strlen($inner).':{'.$…
|
H A D | SplObjectStorage_object_reference.phpt | 6 $inner = 'x:i:1;O:8:"stdClass":0:{};m:a:0:{}'; 7 $inner_len = strlen($inner); 9 a:2:{i:0;C:16:"SPlObjectStorage":{$inner_len}:{{$inner}}i:1;R:4;}
|
H A D | bug70513.phpt | 22 $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 D | bug70219.phpt | 20 $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;}';
|
/php-src/ext/dom/tests/modern/spec/ |
H A D | bug47847.phpt | 10 <ns:inner xmlns="http://php.net"> 12 </ns:inner> 26 <ns:inner xmlns:ns="http://php.net" xmlns="http://php.net"> 28 </ns:inner>
|
/php-src/ext/spl/tests/SplObjectStorage/ |
H A D | bug70168.phpt | 5 $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 D | bug70365.phpt | 19 $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-src/tests/classes/ |
H A D | iterators_003.phpt | 54 echo "continue inner\n"; 58 echo "break inner\n"; 90 continue inner 94 break inner 107 continue inner 111 break inner
|
/php-src/Zend/tests/generators/finally/ |
H A D | return_return.phpt | 13 echo "before return in inner finally\n"; 15 echo "after return in inner finally\n"; 32 before return in inner finally
|
/php-src/ext/gmp/tests/ |
H A D | bug70284.phpt | 8 $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-src/Zend/tests/fibers/ |
H A D | unfinished-fiber-with-nested-try-catch.phpt | 14 echo "inner exit exception caught!\n"; 19 echo "inner finally\n"; 45 inner finally
|
H A D | unfinished-fiber-with-throw-in-finally.phpt | 14 echo "inner exit exception caught!\n"; 19 echo "inner finally\n"; 44 inner finally
|
/php-src/ext/spl/ |
H A D | spl_iterators.c | 104 } inner; member 1407 intern->inner.iterator = intern->inner.ce->get_iterator(intern->inner.ce, zobject, 0); in spl_dual_it_construct() 1444 intern->inner.iterator->funcs->invalidate_current(intern->inner.iterator); in spl_dual_it_free() 1470 if (intern->inner.iterator && intern->inner.iterator->funcs->rewind) { in spl_dual_it_rewind() 1471 intern->inner.iterator->funcs->rewind(intern->inner.iterator); in spl_dual_it_rewind() 1481 return intern->inner.iterator->funcs->valid(intern->inner.iterator); in spl_dual_it_valid() 1490 data = intern->inner.iterator->funcs->get_current_data(intern->inner.iterator); in spl_dual_it_fetch() 1517 intern->inner.iterator->funcs->move_forward(intern->inner.iterator); in spl_dual_it_next() 1607 intern->inner.iterator->funcs->move_forward(intern->inner.iterator); in spl_filter_it_fetch() 2693 intern->inner.iterator->funcs->move_forward(intern->inner.iterator); in PHP_METHOD() [all …]
|