Commit Graph

15 Commits

Author SHA1 Message Date
Zach Borboa a800387b6c Add temporary fix missing template params 2022-12-04 12:04:59 -08:00
Zach Borboa 067cb72854 Implement ArrayUtil::arrayRandomIndex() 2022-09-28 12:38:16 -07:00
Eirik Besteland dce71a0c2f php8.1 ReturnTypeWillChange - not use "use ReturnTypeWillChange;" 2021-11-27 23:49:35 +01:00
Eirik Besteland 3d0209d3b3 php8.1 ReturnTypeWillChange 2021-11-25 00:10:07 +01:00
Zach Borboa bb1a190071 Use strict types 2021-07-26 00:48:18 -04:00
Zach Borboa 161f9aea63 Use short array syntax 2021-03-18 01:15:52 -04:00
Zach Borboa 9a538f3a6b Reduce number of ops 2019-05-12 21:13:10 -07:00
Zach Borboa 9e4eacca2d Clean up 2019-05-10 03:00:06 -07:00
Zach Borboa 1edc13b5eb Clean up docblocks 2016-08-29 23:05:01 -07:00
Zach Borboa 39c21041a5 Clean up per PSR2 2016-08-24 00:25:38 -07:00
Zach Borboa da672822d0 Replace NULL with null 2015-11-10 22:32:05 -08:00
Zach Borboa 42ecf9c076 Clean up #264 2015-11-10 07:35:25 -08:00
Michael Mulligan 425daed8d0 Use isset() for performance. Same difference. 2015-11-04 15:14:36 -05:00
Michael Mulligan 5d978bb6e5 CaseInsensitiveArray rewrite for performance.
Storeing the Case-Insensitive/Sensitive Keys separately increases performance.  Also, fix for unset and valid, as well as the ability to initialize with a pre-existing Array.
2015-11-01 16:39:16 -05:00
Zach Borboa d69cded020 Fix #254: CaseInsensitiveArray not found. 2015-10-20 21:54:53 -07:00