3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo $a=fzz_encode('http://blog.csdn.net/fzzwake/article/details/3785884?$#%%'); echo fzz_decode($a); function fzz_encode($str) { for($i=0;$i<strlen($str);$i++) { $restr .= str_pad(dechex(ord($str{$i})),2,0,STR_PAD_LEFT); } return $restr; } function fzz_decode($str) { $arr = str_split($str,2); foreach ((array)$arr as $val) { $restr .= chr(hexdec($val)); } return $restr; }
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Fatal error: Array and string offset access syntax with curly braces is no longer supported in /in/WEuEq on line 6
Process exited with code 255.
Output for 7.4.0 - 7.4.33
Deprecated: Array and string offset access syntax with curly braces is deprecated in /in/WEuEq on line 6 Notice: Undefined variable: restr in /in/WEuEq on line 6 687474703a2f2f626c6f672e6373646e2e6e65742f667a7a77616b652f61727469636c652f64657461696c732f333738353838343f24232525 Notice: Undefined variable: restr in /in/WEuEq on line 13 http://blog.csdn.net/fzzwake/article/details/3785884?$#%%
Output for 7.3.32 - 7.3.33
687474703a2f2f626c6f672e6373646e2e6e65742f667a7a77616b652f61727469636c652f64657461696c732f333738353838343f24232525http://blog.csdn.net/fzzwake/article/details/3785884?$#%%
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, 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
Notice: Undefined variable: restr in /in/WEuEq on line 6 687474703a2f2f626c6f672e6373646e2e6e65742f667a7a77616b652f61727469636c652f64657461696c732f333738353838343f24232525 Notice: Undefined variable: restr in /in/WEuEq on line 13 http://blog.csdn.net/fzzwake/article/details/3785884?$#%%
Output for 5.0.0 - 5.0.3
Notice: Undefined variable: restr in /in/WEuEq on line 6 687474703a2f2f626c6f672e6373646e2e6e65742f667a7a77616b652f61727469636c652f64657461696c732f333738353838343f24232525 Notice: Undefined variable: restr in /in/WEuEq on line 13 http://blog.csdn.net/fzzwake/article/details/3785884?$#%%
Output for 4.4.5 - 4.4.9
Notice: Undefined variable: restr in /in/WEuEq on line 6 687474703a2f2f626c6f672e6373646e2e6e65742f667a7a77616b652f61727469636c652f64657461696c732f333738353838343f24232525 Fatal error: Call to undefined function: str_split() in /in/WEuEq on line 11
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Notice: Undefined variable: restr in /in/WEuEq on line 6 687474703a2f2f626c6f672e6373646e2e6e65742f667a7a77616b652f61727469636c652f64657461696c732f333738353838343f24232525 Fatal error: Call to undefined function: str_split() in /in/WEuEq on line 11
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Notice: Undefined variable: restr in /in/WEuEq on line 6 687474703a2f2f626c6f672e6373646e2e6e65742f667a7a77616b652f61727469636c652f64657461696c732f333738353838343f24232525 Fatal error: Call to undefined function: str_split() in /in/WEuEq on line 11

preferences:
318.59 ms | 402 KiB | 459 Q