<?php
error_log('test');
print_r($array);
var_dump($array);
?>
