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 Normalizer { const FORM_C = NULL; const FORM_D = NULL..

Decoded Output download

<?php

/** @phpstub */
class Normalizer
{
    const FORM_C = NULL;
    const FORM_D = NULL;
    const FORM_KC = NULL;
    const FORM_KD = NULL;
    const NONE = NULL;
    const OPTION_DEFAULT = NULL;

    /**
     * 
       Checks if the provided string is already in the specified normalization
       form.
      
     *
     * @param string $input
     * @param string $form
     * @param string $input
     * @param string $form
     *
     * @return bool true if normalized, false otherwise or if there an error
     */
    public function isNormalized($input, $form = 'Normalizer::FORM_C', $input, $form = 'Normalizer::FORM_C')
    {
    }

    /**
     * 
       Normalizes the input provided and returns the normalized string
      
     *
     * @param string $input
     * @param string $form
     * @param string $input
     * @param string $form
     *
     * @return string The normalized string or null if an error occurred.
     */
    public function normalize($input, $form = 'Normalizer::FORM_C', $input, $form = 'Normalizer::FORM_C')
    {
    }
} ?>

Did this file decode correctly?

Original Code

<?php

/** @phpstub */
class Normalizer
{
    const FORM_C = NULL;
    const FORM_D = NULL;
    const FORM_KC = NULL;
    const FORM_KD = NULL;
    const NONE = NULL;
    const OPTION_DEFAULT = NULL;

    /**
     * 
       Checks if the provided string is already in the specified normalization
       form.
      
     *
     * @param string $input
     * @param string $form
     * @param string $input
     * @param string $form
     *
     * @return bool true if normalized, false otherwise or if there an error
     */
    public function isNormalized($input, $form = 'Normalizer::FORM_C', $input, $form = 'Normalizer::FORM_C')
    {
    }

    /**
     * 
       Normalizes the input provided and returns the normalized string
      
     *
     * @param string $input
     * @param string $form
     * @param string $input
     * @param string $form
     *
     * @return string The normalized string or null if an error occurred.
     */
    public function normalize($input, $form = 'Normalizer::FORM_C', $input, $form = 'Normalizer::FORM_C')
    {
    }
}

Function Calls

None

Variables

None

Stats

MD5 6a963e7d5d705f3abef6de814da9dcbc
Eval Count 0
Decode Time 74 ms