cakephp2-php8/lib/Cake/Utility
mark_story 62e89734ab Throw exceptions from Hash::combine()
When the key + value counts do not match Hash should throw an exception.
Silently doing the wrong thing is generally not a good idea. While this
change could break existing applications, those applications were
probably behaving incorrectly anyways.

Fixes #2470
2013-12-21 17:46:05 -05:00
..
CakeNumber.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
CakeTime.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
ClassRegistry.php Replaced all is_a() calls with instanceof operator 2013-09-24 21:08:06 -04:00
Debugger.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
File.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
Folder.php simplify else cases 2013-07-03 01:14:41 +02:00
Hash.php Throw exceptions from Hash::combine() 2013-12-21 17:46:05 -05:00
Inflector.php Replace non-breaking spaces with Inflector::slug(). 2013-11-22 10:13:10 -05:00
ObjectCollection.php cs corrections, bool to boolean and int to integer. 2013-09-17 14:44:34 +02:00
Sanitize.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
Security.php Added link to three hash methods 2013-11-17 03:40:39 +01:00
Set.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
String.php Merge pull request #2503 from dereuromark/master-string 2013-12-18 09:27:00 -08:00
Validation.php Fix whitespace error. 2013-12-16 21:39:06 -05:00
Xml.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00