3v4l.org

run code in 300+ PHP versions simultaneously
<?php class many_link_def { public $geschwindigkeit = 5; public $schild = 3; public $leben = 10; public $name; function __construct($beze) { echo "<div class="'input_default_container'" style="'margin: 10px 0px 10px 0px;'" id="">"; } public function nextText() { echo 'da'; } } $field = new many_link_def('Ausgabe 1'); ?>
Output for 5.4.0 - 5.4.29
Parse error: syntax error, unexpected ''input_default_container'' (T_CONSTANT_ENCAPSED_STRING), expecting ',' or ';' in /in/LW3t4 on line 12
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in /in/LW3t4 on line 12
Process exited with code 255.

preferences:
171.79 ms | 1395 KiB | 66 Q