3v4l.org

run code in 300+ PHP versions simultaneously
<?php $filename= "1404985656_2014-07-08_12_00__vikerraadio__vikerraadio-uudised__elistvere_loomapark_ootab_öiseid_külastajaid"; var_dump(mb_strpos('ö',mb_strtolower($filename))); $filename = str_replace($replace, $with , mb_strtolower($filename)); var_dump($filename);
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
bool(false) Warning: Undefined variable $replace in /in/DZ8Iq on line 4 Warning: Undefined variable $with in /in/DZ8Iq on line 4 Deprecated: str_replace(): Passing null to parameter #1 ($search) of type array|string is deprecated in /in/DZ8Iq on line 4 Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /in/DZ8Iq on line 4 string(111) "1404985656_2014-07-08_12_00__vikerraadio__vikerraadio-uudised__elistvere_loomapark_ootab_öiseid_külastajaid"
Output for 8.0.0 - 8.0.30
bool(false) Warning: Undefined variable $replace in /in/DZ8Iq on line 4 Warning: Undefined variable $with in /in/DZ8Iq on line 4 string(111) "1404985656_2014-07-08_12_00__vikerraadio__vikerraadio-uudised__elistvere_loomapark_ootab_öiseid_külastajaid"
Output for 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.33
bool(false) Notice: Undefined variable: replace in /in/DZ8Iq on line 4 Notice: Undefined variable: with in /in/DZ8Iq on line 4 string(111) "1404985656_2014-07-08_12_00__vikerraadio__vikerraadio-uudised__elistvere_loomapark_ootab_öiseid_külastajaid"
Output for 7.3.32 - 7.3.33
bool(false) string(111) "1404985656_2014-07-08_12_00__vikerraadio__vikerraadio-uudised__elistvere_loomapark_ootab_öiseid_külastajaid"
Output for 5.0.4 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38
bool(false) Notice: Undefined variable: replace in /in/DZ8Iq on line 4 Notice: Undefined variable: with in /in/DZ8Iq on line 4 string(111) "1404985656_2014-07-08_12_00__vikerraadio__vikerraadio-uudised__elistvere_loomapark_ootab_o�iseid_ku�lastajaid"
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.3
bool(false) Notice: Undefined variable: replace in /in/DZ8Iq on line 4 Notice: Undefined variable: with in /in/DZ8Iq on line 4 string(111) "1404985656_2014-07-08_12_00__vikerraadio__vikerraadio-uudised__elistvere_loomapark_ootab_o�iseid_ku�lastajaid"

preferences:
286.33 ms | 402 KiB | 459 Q