cakephp2-php8/lib/Cake/Utility
mark_story fa19c34580 Fix Hash::extract() not matching 1/0 to true/false.
Historically [prop=1] has matched prop=true as well. This restores that
and also fixes [prop=0] not finding falsey values.

This makes the typing less strict in Hash::extract() but I don't think
it is unreasonable given PHP's type juggling.

Refs #3288
2014-06-12 11:30:48 -04:00
..
CakeNumber.php More docblock CS fixes. 2014-05-28 22:09:54 +05:30
CakeTime.php More coding standard corrections. 2014-04-29 14:19:33 +02:00
ClassRegistry.php More docblock CS fixes. 2014-05-28 22:09:54 +05:30
Debugger.php More docblock CS fixes. 2014-05-28 22:09:54 +05:30
File.php More docblock CS fixes. 2014-05-28 22:09:54 +05:30
Folder.php Merge branch 'master' into 2.5 2014-05-04 14:35:36 +05:30
Hash.php Fix Hash::extract() not matching 1/0 to true/false. 2014-06-12 11:30:48 -04:00
Inflector.php More docblock CS fixes. 2014-05-28 22:09:54 +05:30
ObjectCollection.php More docblock CS fixes. 2014-05-28 22:09:54 +05:30
Sanitize.php Fix API docblock CS errors. 2014-06-05 00:28:55 +05:30
Security.php Accept older blowfish hashes. 2014-05-28 22:53:21 -04:00
Set.php Fix API docblock CS errors. 2014-06-05 00:28:55 +05:30
String.php Fix API docblock CS errors. 2014-06-05 00:28:55 +05:30
Validation.php More docblock CS fixes. 2014-05-28 22:09:54 +05:30
Xml.php More docblock CS fixes. 2014-05-28 22:09:54 +05:30