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 Illuminate\Tests\View\Blade; class BladeComponentFirstTest extends Abstr..
Decoded Output download
<?php
namespace Illuminate\Tests\View\Blade;
class BladeComponentFirstTest extends AbstractBladeTestCase
{
public function testComponentFirstsAreCompiled()
{
$this->assertSame('<?php $__env->startComponentFirst(["one", "two"]); ?>', $this->compiler->compileString('@componentFirst(["one", "two"])'));
$this->assertSame('<?php $__env->startComponentFirst(["one", "two"], ["foo" => "bar"]); ?>', $this->compiler->compileString('@componentFirst(["one", "two"], ["foo" => "bar"])'));
}
}
Did this file decode correctly?
Original Code
<?php
namespace Illuminate\Tests\View\Blade;
class BladeComponentFirstTest extends AbstractBladeTestCase
{
public function testComponentFirstsAreCompiled()
{
$this->assertSame('<?php $__env->startComponentFirst(["one", "two"]); ?>', $this->compiler->compileString('@componentFirst(["one", "two"])'));
$this->assertSame('<?php $__env->startComponentFirst(["one", "two"], ["foo" => "bar"]); ?>', $this->compiler->compileString('@componentFirst(["one", "two"], ["foo" => "bar"])'));
}
}
Function Calls
None |
Stats
MD5 | e201535aa728c34858cd71d08dcd5762 |
Eval Count | 0 |
Decode Time | 158 ms |