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 /** @phpstub */ class SplEnum extends \SplType { const __default = NULL; /..

Decoded Output download

<?php

/** @phpstub */
class SplEnum extends \SplType
{
    const __default = NULL;

    /**
     * Returns all consts (possible values) as an array.
     *
     * @param bool $include_default
     *
     * @return array 
     */
    public function getConstList($include_default = false)
    {
    }
} ?>

Did this file decode correctly?

Original Code

<?php

/** @phpstub */
class SplEnum extends \SplType
{
    const __default = NULL;

    /**
     * Returns all consts (possible values) as an array.
     *
     * @param bool $include_default
     *
     * @return array 
     */
    public function getConstList($include_default = false)
    {
    }
}

Function Calls

None

Variables

None

Stats

MD5 c99ac51783474395d7439afb8f93457e
Eval Count 0
Decode Time 62 ms