3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pg = new PDO(); $t = "'po'p'"; $r = preg_replace("^'|'$", '', $pg->quote($DATA['nom'])); echo $r;
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: Uncaught ArgumentCountError: PDO::__construct() expects at least 1 argument, 0 given in /in/J8iHP:2 Stack trace: #0 /in/J8iHP(2): PDO->__construct() #1 {main} thrown in /in/J8iHP on line 2
Process exited with code 255.
Output for 7.1.0 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
Fatal error: Uncaught ArgumentCountError: PDO::__construct() expects at least 1 parameter, 0 given in /in/J8iHP:2 Stack trace: #0 /in/J8iHP(2): PDO->__construct() #1 {main} thrown in /in/J8iHP on line 2
Process exited with code 255.
Output for 7.0.0 - 7.0.33
Fatal error: Uncaught TypeError: PDO::__construct() expects at least 1 parameter, 0 given in /in/J8iHP:2 Stack trace: #0 /in/J8iHP(2): PDO->__construct() #1 {main} thrown in /in/J8iHP on line 2
Process exited with code 255.
Output for 5.6.0 - 5.6.38
Warning: PDO::__construct() expects at least 1 parameter, 0 given in /in/J8iHP on line 2 Fatal error: Call to a member function quote() on null in /in/J8iHP on line 4
Process exited with code 255.
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38
Warning: PDO::__construct() expects at least 1 parameter, 0 given in /in/J8iHP on line 2 Fatal error: Call to a member function quote() on a non-object in /in/J8iHP on line 4
Process exited with code 255.

preferences:
277.51 ms | 402 KiB | 340 Q