cakephp2-php8/lib/Cake/Utility
mark_story cd58fa0b61 Backport changes from #5635 to 2.x
In case the path passed to the File class doesn't exists, this will
cause File::$path to be set to a partial path, that is the filename
of the passed path with a slash prepended, ex with

    $file = new File('/non/existent/file');

calling $file->pwd() will return/set /file, possibly causing that
file in the root to be accessed.
2015-01-11 15:20:34 -05:00
..
CakeNumber.php Replace our custom code fence with markdown standard fence 2015-01-09 13:47:25 +01:00
CakeTime.php Replace our custom code fence with markdown standard fence 2015-01-09 13:47:25 +01:00
ClassRegistry.php Replace our custom code fence with markdown standard fence 2015-01-09 13:47:25 +01:00
Debugger.php Update all @deprecated annotations 2014-09-02 17:03:22 +02:00
File.php Backport changes from #5635 to 2.x 2015-01-11 15:20:34 -05:00
Folder.php Simplification of return types. No need to return more mixed than necessary. 2014-11-08 20:07:47 +01:00
Hash.php Replace our custom code fence with markdown standard fence 2015-01-09 13:47:25 +01:00
Inflector.php Replace our custom code fence with markdown standard fence 2015-01-09 13:47:25 +01:00
ObjectCollection.php Consolidate with conditions sniff. 2014-12-09 03:17:35 +01:00
Sanitize.php Update all @deprecated annotations 2014-09-02 17:03:22 +02:00
Security.php Replace our custom code fence with markdown standard fence 2015-01-09 13:47:25 +01:00
Set.php Correct doc block return types. 2014-11-05 13:03:27 +01:00
String.php Stop goofy formatting when newlines are present already. 2015-01-06 13:13:33 +01:00
Validation.php Fix PHPCS errors 2014-10-10 16:52:01 +02:00
Xml.php Replace our custom code fence with markdown standard fence 2015-01-09 13:47:25 +01:00