PHP   100
int
Guest on 12th May 2022 01:13:08 AM


  1. <?php
  2. $variation_array = array (
  3.     'int 0' => 0,
  4.     'int 1' => 1,
  5.     'int 12345' => 12345,
  6.     'int -12345' => -2345,
  7.     );
  8. ?>

Raw Paste

Login or Register to edit or fork this paste. It's free.