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\File\Exception; /** * Exception thrown when a target is not..

Decoded Output download

<?php

namespace Drupal\Core\File\Exception;

/**
 * Exception thrown when a target is not a regular file (e.g. a directory).
 */
class NotRegularFileException extends FileException {
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Drupal\Core\File\Exception;

/**
 * Exception thrown when a target is not a regular file (e.g. a directory).
 */
class NotRegularFileException extends FileException {
}

Function Calls

None

Variables

None

Stats

MD5 9cf59dea115ca9d3e98a96c7e4a7f210
Eval Count 0
Decode Time 93 ms