3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(similar_text('abc', 'ac', &$o), $p);
Output for 5.4.0 - 5.4.4
Fatal error: Call-time pass-by-reference has been removed in R4b8f on line 3
Process exited with code 255.
Output for 5.3.28 - 5.3.29
Deprecated: Call-time pass-by-reference has been deprecated in /in/R4b8f on line 3 Notice: Undefined variable: p in /in/R4b8f on line 3 int(2) NULL
Output for 5.3.20 - 5.3.27
Deprecated: Call-time pass-by-reference has been deprecated in /in/moCPG on line 3 Notice: Undefined variable: p in /in/moCPG on line 3 int(2) NULL
Output for 5.3.0 - 5.3.19
Deprecated: Call-time pass-by-reference has been deprecated in R4b8f on line 3 Notice: Undefined variable: p in R4b8f on line 3 int(2) NULL

preferences:
187.78 ms | 1395 KiB | 42 Q