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 namespace Drupal\Core\TypedData\Type; use Drupal\Core\TypedData\PrimitiveInterface..

Decoded Output download

<?php

namespace Drupal\Core\TypedData\Type;

use Drupal\Core\TypedData\PrimitiveInterface;

/**
 * Interface for integer numbers.
 *
 * The plain value of an integer is a regular PHP integer. For setting the value
 * any PHP variable that casts to an integer may be passed.
 *
 * @ingroup typed_data
 */
interface IntegerInterface extends PrimitiveInterface {

}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Drupal\Core\TypedData\Type;

use Drupal\Core\TypedData\PrimitiveInterface;

/**
 * Interface for integer numbers.
 *
 * The plain value of an integer is a regular PHP integer. For setting the value
 * any PHP variable that casts to an integer may be passed.
 *
 * @ingroup typed_data
 */
interface IntegerInterface extends PrimitiveInterface {

}

Function Calls

None

Variables

None

Stats

MD5 36c7615708e9cc4c45fcac89d1fc573f
Eval Count 0
Decode Time 77 ms