<?php
print_r(array(
  'code'   => 404,
  'tip_en' => 'Page not found',
  'tip_cn' => '佩奇闹腾方德',
));
?>