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 /** * Pop the element off the end of array * * @phpstub * * @param array $arra..

Decoded Output download

<?php

/**
 * Pop the element off the end of array
 *
 * @phpstub
 *
 * @param array $array
 *
 * @return mixed Returns the last value of .
 *               If  is empty (or is not an array),
 *               null will be returned.
 */
function array_pop(&$array)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Pop the element off the end of array
 *
 * @phpstub
 *
 * @param array $array
 *
 * @return mixed Returns the last value of .
 *               If  is empty (or is not an array),
 *               null will be returned.
 */
function array_pop(&$array)
{
}

Function Calls

None

Variables

None

Stats

MD5 967b31fab70e6a4887a07cc18b38272e
Eval Count 0
Decode Time 95 ms