3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array ( 'cols' => array ( 0 => array ( 'label' => 'pcount', 'type' => 'string', ), 1 => array ( 'label' => 'ncount', 'type' => 'number', ), ), 'rows' => array ( 0 => array ( 'c' => array ( 0 => array ( 'v' => 'pcount', ), 1 => array ( 'v' => 0, ), ), ), 1 => array ( 'c' => array ( 0 => array ( 'v' => 'ncount', ), 1 => array ( 'v' => 0, ), ), ), ), ); echo json_encode($array);

preferences:
35.51 ms | 402 KiB | 5 Q