Skip to content

Instantly share code, notes, and snippets.

@weakish
weakish / code.md
Last active April 17, 2023 13:15
The Six Most Common Species Of #Code #java #fun
@Thinkscape
Thinkscape / isAssocArrayBench.php
Created March 3, 2012 11:35
A benchmark of several methods for checking if PHP array is associative
<?php
if(!isset($argv[1])){
echo "Usage: ".$argv[0]." (number of iterations)\n";
exit(1);
}
/**
* Arrays to check
*/
$tests = array(