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 /** * Merge one or more arrays * * @phpstub-variable-parameters * @phpstub * ..

Decoded Output download

<?php

/**
 * Merge one or more arrays
 *
 * @phpstub-variable-parameters
 * @phpstub
 *
 * @param array $array1
 * @param array $_
 *
 * @return array Returns the resulting array.
 */
function array_merge($array1, $_ = array())
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Merge one or more arrays
 *
 * @phpstub-variable-parameters
 * @phpstub
 *
 * @param array $array1
 * @param array $_
 *
 * @return array Returns the resulting array.
 */
function array_merge($array1, $_ = array())
{
}

Function Calls

None

Variables

None

Stats

MD5 dc30de343be5fdcf6862e7ee822ec7a3
Eval Count 0
Decode Time 89 ms