* Some functions accept only string, cast ints and floats to string * After preg_matches or explode() casts numbers to int to do maths * Cast unix timestamps to int to do maths * Cast return values from timestamp format function to int * Cast bitwise operator to bool when needed as bool * php internal functions like floor/round/ceil documented to return float, most cases the result is used as int, added casts Found by phan strict checks Change-Id: Icb2de32107f43817acc45fe296fb77acf65c1786 |
||
|---|---|---|
| .. | ||
| CommentBatch.php | ||
| CommentFormatter.php | ||
| CommentItem.php | ||
| CommentParser.php | ||
| CommentParserFactory.php | ||
| RevisionCommentBatch.php | ||
| RowCommentFormatter.php | ||
| RowCommentIterator.php | ||
| StringCommentIterator.php | ||