3v4l.org

run code in 300+ PHP versions simultaneously
<?php $options = "onclick=\"double_list_move(\$('one'), \$('two')); return false;\""; if (!isset($options['alt'])) { $path_pos = strrpos($source, '/'); $dot_pos = strrpos($source, '.'); $begin = $path_pos ? $path_pos + 1 : 0; $nb_str = ($dot_pos ? $dot_pos : strlen($source)) - $begin; $options['alt'] = ucfirst(substr($source, $begin, $nb_str)); } echo $options; ?>
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: Undefined variable $source in /in/Wn2W6 on line 7 Deprecated: strrpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /in/Wn2W6 on line 7 Warning: Undefined variable $source in /in/Wn2W6 on line 8 Deprecated: strrpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /in/Wn2W6 on line 8 Warning: Undefined variable $source in /in/Wn2W6 on line 10 Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /in/Wn2W6 on line 10 Warning: Undefined variable $source in /in/Wn2W6 on line 11 Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /in/Wn2W6 on line 11 Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /in/Wn2W6:11 Stack trace: #0 {main} thrown in /in/Wn2W6 on line 11
Process exited with code 255.
Output for 8.0.7 - 8.0.30
Warning: Undefined variable $source in /in/Wn2W6 on line 7 Warning: Undefined variable $source in /in/Wn2W6 on line 8 Warning: Undefined variable $source in /in/Wn2W6 on line 10 Warning: Undefined variable $source in /in/Wn2W6 on line 11 Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /in/Wn2W6:11 Stack trace: #0 {main} thrown in /in/Wn2W6 on line 11
Process exited with code 255.
Output for 8.0.0 - 8.0.6
Warning: Undefined variable $source in /in/Wn2W6 on line 7 Warning: Undefined variable $source in /in/Wn2W6 on line 8 Warning: Undefined variable $source in /in/Wn2W6 on line 10 Warning: Undefined variable $source in /in/Wn2W6 on line 11 Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /in/Wn2W6:11 Stack trace: #0 {main} Next Error: Cannot assign an empty string to a string offset in /in/Wn2W6:11 Stack trace: #0 {main} thrown in /in/Wn2W6 on line 11
Process exited with code 255.
Output for 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.33
Notice: Undefined variable: source in /in/Wn2W6 on line 7 Notice: Undefined variable: source in /in/Wn2W6 on line 8 Notice: Undefined variable: source in /in/Wn2W6 on line 10 Notice: Undefined variable: source in /in/Wn2W6 on line 11 Warning: Illegal string offset 'alt' in /in/Wn2W6 on line 11 Warning: Cannot assign an empty string to a string offset in /in/Wn2W6 on line 11 onclick="double_list_move($('one'), $('two')); return false;"
Output for 7.3.32 - 7.3.33
Warning: Illegal string offset 'alt' in /in/Wn2W6 on line 11 Warning: Cannot assign an empty string to a string offset in /in/Wn2W6 on line 11 onclick="double_list_move($('one'), $('two')); return false;"
Output for 5.5.24 - 5.5.35, 5.6.8 - 5.6.28, 7.0.0 - 7.0.20
Notice: Undefined variable: source in /in/Wn2W6 on line 7 Notice: Undefined variable: source in /in/Wn2W6 on line 8 Notice: Undefined variable: source in /in/Wn2W6 on line 10 Notice: Undefined variable: source in /in/Wn2W6 on line 11 Warning: Illegal string offset 'alt' in /in/Wn2W6 on line 11 nclick="double_list_move($('one'), $('two')); return false;"

preferences:
165.31 ms | 403 KiB | 228 Q