Mineplex2018-withcommit/Pocket/plugins/Mineplex/src/Test.php

12 lines
159 B
PHP
Raw Normal View History

<?php
/**
* Created by PhpStorm.
* User: TheMineBench
* Date: 7/1/2015
* Time: 1:25 PM
*/
$array = array();
array_push($array, $array);
print_r($array);