Hi,
While fixing some PHPCS issues, I found something strange here [1] (you need to get the last master version). As you can see, there is a mb_strpos !== true… but, this should always be true… mb_strpos can't be strictly true, it could be false are an int.
It seems that this condition is here since the file is created (commit 7248bf87fad6f371943c7b26c3a597bc04265dc7 – from the log, I can imagine that the code wasn't in a class before). Did anyone already use this import please? Because I can't believe that the returned value is not the initial $cell…
[1] libraries/plugins/import/ImportMediawiki.class.php:561 (method _getCell)
Thanks for your feedbacks, Hugues.
Hugues Peccatte a écrit :
Hi,
While fixing some PHPCS issues, I found something strange here [1] (you need to get the last master version). As you can see, there is a mb_strpos !== true… but, this should always be true… mb_strpos can't be strictly true, it could be false are an int.
It seems that this condition is here since the file is created (commit 7248bf87fad6f371943c7b26c3a597bc04265dc7 – from the log, I can imagine that the code wasn't in a class before). Did anyone already use this import please? Because I can't believe that the returned value is not the initial $cell…
[1] libraries/plugins/import/ImportMediawiki.class.php:561 (method _getCell)
Thanks for your feedbacks, Hugues.
Hi Hugues, I have not used this import; I assume that the intention was to use this condition:
=== false
2014-11-03 18:46 GMT+01:00 Marc Delisle marc@infomarc.info:
Hugues Peccatte a écrit :
Hi,
While fixing some PHPCS issues, I found something strange here [1] (you need to get the last master version). As you can see, there is a mb_strpos !== true… but, this should always be true… mb_strpos can't be strictly true, it could be false are an int.
It seems that this condition is here since the file is created (commit 7248bf87fad6f371943c7b26c3a597bc04265dc7 – from the log, I can imagine
that
the code wasn't in a class before). Did anyone already use this import please? Because I can't believe that
the
returned value is not the initial $cell…
[1] libraries/plugins/import/ImportMediawiki.class.php:561 (method
_getCell)
Thanks for your feedbacks, Hugues.
Hi Hugues, I have not used this import; I assume that the intention was to use this condition:
=== false
-- Marc Delisle (phpMyAdmin)
Hi,
Thanks, I think so… I'll fix the code in this way.
Hugues.