Changes between Initial Version and Version 1 of Ticket #42016, comment 12
- Timestamp:
- 10/15/2017 12:20:57 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42016, comment 12
initial v1 23 23 24 24 {{{ 25 '../../'26 '../../.'27 '../foo.ext'28 '../../foo.ext'29 25 '../../' 30 26 '../../.' … … 57 53 outputs 1. 58 54 59 I also wonder about using {{{mb_substr()}}} instead of {{{substr()}}} and adding a true in the {{{in_array()}}} check? 55 I also wonder about using {{{mb_substr()}}} instead of {{{substr()}}} and adding a true in the {{{in_array()}}} check? Also {{{===}}} instead of {{{==}}}? 60 56 61 57 Ps: it might be helpful to look at