fork(1) download
  1. <?php
  2.  
  3. // your code goes here
  4.  
  5. $ks=new SplDoublyLinkedList();
  6. $ks.rewind();
  7. ?>
Runtime error #stdin #stdout #stderr 0.01s 83136KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Warning:  rewind() expects exactly 1 parameter, 0 given in /home/UNfUFN/prog.php on line 6
PHP Recoverable fatal error:  Object of class SplDoublyLinkedList could not be converted to string in /home/UNfUFN/prog.php on line 6