@extends('layouts/default') {{-- Page title --}} @section('title') PHP Info @parent @stop @section('header_right') {{ trans('general.back') }} @stop {{-- Page content --}} @section('content')

PHP Info

(.*?).*?(.*)%s', ob_get_clean(), $matches); # $matches [1]; # Style information # $matches [2]; # Body information echo "
\n", $matches[2], "\n
\n"; ?>
@stop