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) { // $this->name = $neuer_name; echo '<div class="input_default_container" style="margin: 10px 0px 10px 0px;" id="''">' .'<div class="inp_def_cont_inside" style="width: 100%;">' .'<input type="text" style="width: 70%; height: 12px; border: none;" class="defaultclear" name="" id="" value="'.$beze.':'; } 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 ''">'' (T_CONSTANT_ENCAPSED_STRING), expecting ',' or ';' in /in/MKKaj on line 13
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/MKKaj on line 13
Process exited with code 255.

preferences:
201.14 ms | 940 KiB | 67 Q