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 namespace Tests\Feature; class DataTest extends TestCase { public function tes..
Decoded Output download
<?php
namespace Tests\Feature;
class DataTest extends TestCase
{
public function testIndex(): void
{
$this->getAs('/api/data')->assertJsonStructure([
'settings',
'playlists',
'playlist_folders',
'current_user',
'use_last_fm',
'use_you_tube',
'use_i_tunes',
'allow_download',
'supports_transcoding',
'cdn_url',
'current_version',
'latest_version',
'song_count',
'song_length',
'queue_state' => [
'songs',
'current_song',
'playback_position',
],
]);
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Tests\Feature;
class DataTest extends TestCase
{
public function testIndex(): void
{
$this->getAs('/api/data')->assertJsonStructure([
'settings',
'playlists',
'playlist_folders',
'current_user',
'use_last_fm',
'use_you_tube',
'use_i_tunes',
'allow_download',
'supports_transcoding',
'cdn_url',
'current_version',
'latest_version',
'song_count',
'song_length',
'queue_state' => [
'songs',
'current_song',
'playback_position',
],
]);
}
}
Function Calls
None |
Stats
MD5 | fe54bb91ad84252f646a43b5ab2bb121 |
Eval Count | 0 |
Decode Time | 94 ms |