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

Signing you up...

Thank you for signing up!

PHP Decode

<?php $formats = array( 1, 2, 3, 4, 5 ); for ( $i = count( $formats ); 0 < $i; $i-- ) { ..

Decoded Output download

<?php 
$formats = array( 1, 2, 3, 4, 5 ); 
for ( $i = count( $formats ); 0 < $i; $i-- ) { 
		$playlist_key = sprintf( 'adaptive_%d', $i ); 
 
	} ?>

Did this file decode correctly?

Original Code

<?php
$formats = array( 1, 2, 3, 4, 5 );
for ( $i = count( $formats ); 0 < $i; $i-- ) {
		$playlist_key = sprintf( 'adaptive_%d', $i );

	}

Function Calls

count 1
sprintf 1

Variables

$i 5
$formats [{'key': 0, 'value': 1}, {'key': 1, 'value': 2}, {'key': 2, 'value': 3}, {'key': 3, 'value': 4}, {'key': 4, 'value': 5}]

Stats

MD5 6ed316ad2ae2f7bee470d5079c4f98d5
Eval Count 0
Decode Time 52 ms