Skip to content

Instantly share code, notes, and snippets.

@metalmatze
Created March 21, 2017 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save metalmatze/ef229c6a6d644155ac1f16693ab7dc40 to your computer and use it in GitHub Desktop.
Save metalmatze/ef229c6a6d644155ac1f16693ab7dc40 to your computer and use it in GitHub Desktop.
PHP...
<?php
$a = array(1 => 'a', true => 'b', 'c', "2" => 'd', 2 => "e", 0x1 => "g", 2e0 => "h");
echo(count($a));
var_dump($a);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment