Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

@extends('layouts.app') @section('content') @while(have_posts()) @php(the_post()) @..

Decoded Output download

<?  @extends('layouts.app')

@section('content')
  @while(have_posts()) @php(the_post())
    @includeFirst(['partials.content-single-' . get_post_type(), 'partials.content-single'])
  @endwhile
@endsection
 ?>

Did this file decode correctly?

Original Code

@extends('layouts.app')

@section('content')
  @while(have_posts()) @php(the_post())
    @includeFirst(['partials.content-single-' . get_post_type(), 'partials.content-single'])
  @endwhile
@endsection

Function Calls

None

Variables

None

Stats

MD5 7c5472694100e8b817928a9cd50bf462
Eval Count 0
Decode Time 73 ms