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 $collection1 = \Vtiful\Kernel\Collection::init(['name', 'age']); $result1 = $colle..

Decoded Output download

<?php

$collection1 = \Vtiful\Kernel\Collection::init(['name', 'age']);

$result1 = $collection1->concat(['address'])->concat([12])->concat([
    'obj' => new \stdClass()
]);

var_dump($result1); ?>

Did this file decode correctly?

Original Code

<?php

$collection1 = \Vtiful\Kernel\Collection::init(['name', 'age']);

$result1 = $collection1->concat(['address'])->concat([12])->concat([
    'obj' => new \stdClass()
]);

var_dump($result1);

Function Calls

None

Variables

None

Stats

MD5 2dde22ffaa7d3ac2c6889435214926b0
Eval Count 0
Decode Time 98 ms