You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
162 B

  1. --TEST--
  2. Bug #20539 (PHP CLI Segmentation Fault)
  3. --INI--
  4. session.auto_start=1
  5. session.save_handler=files
  6. --FILE--
  7. <?php
  8. print "good :)\n";
  9. ?>
  10. --EXPECT--
  11. good :)