3v4l.org

run code in 300+ PHP versions simultaneously
<?php $userid=array('123'); var_dump(stripslashes($userid));
Output for 8.0.1 - 8.0.30, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.26, 8.4.1 - 8.4.14
Fatal error: Uncaught TypeError: stripslashes(): Argument #1 ($string) must be of type string, array given in /in/suHRm:4 Stack trace: #0 /in/suHRm(4): stripslashes(Array) #1 {main} thrown in /in/suHRm on line 4
Process exited with code 255.
Output for 7.4.0 - 7.4.33
Warning: stripslashes() expects parameter 1 to be string, array given in /in/suHRm on line 4 NULL

preferences:
135.35 ms | 407 KiB | 5 Q