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 /* * This file is part of PHP WebDriver Library. * (c) Alexandre Salom <alexandre..
Decoded Output download
<?php
/*
* This file is part of PHP WebDriver Library.
* (c) Alexandre Salom <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace WebDriver\Exception;
/**
* @author Alexandre Salom <[email protected]>
*/
class NoSuchElementException extends \OutOfRangeException implements ExceptionInterface
{
}
?>
Did this file decode correctly?
Original Code
<?php
/*
* This file is part of PHP WebDriver Library.
* (c) Alexandre Salom <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace WebDriver\Exception;
/**
* @author Alexandre Salom <[email protected]>
*/
class NoSuchElementException extends \OutOfRangeException implements ExceptionInterface
{
}
Function Calls
None |
Stats
MD5 | 7e9d549a7d8bfd828b690dd357042f02 |
Eval Count | 0 |
Decode Time | 133 ms |