3v4l.org

run code in 300+ PHP versions simultaneously
<?php $__env->startSection('content'); ?> <?php echo $__env->make('partial.writersmenu', array('active' => 'myprofile'), array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <h3>Profiel bewerken</h3> <?php if(Session::has('success')): ?> <div class="alert alert-success"> <?php echo Session::get('success'); ?> </div> <?php endif; ?> <?php if ($errors->any()): ?> <div class="alert alert-danger" style="margin-top: 10px"> <ul> <?php echo implode('', $errors->all('<li class="error">:message</li>')); ?> </ul> </div> <?php endif; ?> <?php echo Form::open(array('action' => 'ProfileController@upload', files => true)); ?> <?php echo Form:close(); ?> <?php echo Form::model($user, array('action' => 'ProfileController@update', 'class' => 'editorform')); ?> <div class="form-group"> <?php echo Form::label('name', 'Naam'); ?> <?php echo Form::text('name', null, array('class' => 'form-control', 'placeholder' => 'Naam')); ?> </div> <div class="form-group"> <?php echo Form::label('profile', 'Profiel'); ?> <?php echo Form::textarea('profile', null, array('class' => 'form-control summernote', 'placeholder' => 'Vertel hier iets over jezelf')); ?> </div> <?php echo Form::submit('Opslaan', array('class' => 'btn btn-primary')); ?> <?php echo Form::close(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('styles'); ?> <link rel="stylesheet" href="<?php echo URL::to('/css/summernote.css'); ?>" /> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> <?php echo $__env->make('posts.editor-scripts', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
Output for 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.28, 5.4.0 - 5.4.27
Parse error: syntax error, unexpected ':', expecting ',' or ';' in /in/sFNfl on line 22
Process exited with code 255.
Output for 5.0.0 - 5.0.5
Parse error: parse error, unexpected ':', expecting ',' or ';' in /in/sFNfl on line 22
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_OBJECT_OPERATOR, expecting ',' or ';' in /in/sFNfl on line 2
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1
Parse error: parse error, unexpected T_OBJECT_OPERATOR, expecting ',' or ';' in /in/sFNfl on line 2
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `','' or `';'' in /in/sFNfl on line 2
Process exited with code 255.

preferences:
230.21 ms | 1395 KiB | 117 Q