3v4l.org

run code in 300+ PHP versions simultaneously
<?php public function formModelName ($formName, $inputName) { $retVal = "['" . $formName . "']"; $retVal .= preg_replace_callback('$\[\D+\]$', function ($matches) { return "['" . $matches [1] . "']"; }, $inputName); return $retVal; } echo formModelName ('relation_import', '[locations][0][name]')
Output for 7.0.0 - 7.0.2
Parse error: syntax error, unexpected 'public' (T_PUBLIC), expecting end of file in /in/bFYOW on line 3
Process exited with code 255.
Output for 5.5.24 - 5.5.30, 5.6.8 - 5.6.16
Parse error: syntax error, unexpected 'public' (T_PUBLIC) in /in/bFYOW on line 3
Process exited with code 255.

preferences:
161.13 ms | 1395 KiB | 26 Q