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 Illuminate\Contracts\Validation; interface DataAwareRule { /** ..
Decoded Output download
<?php
namespace Illuminate\Contracts\Validation;
interface DataAwareRule
{
/**
* Set the data under validation.
*
* @param array $data
* @return $this
*/
public function setData(array $data);
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Illuminate\Contracts\Validation;
interface DataAwareRule
{
/**
* Set the data under validation.
*
* @param array $data
* @return $this
*/
public function setData(array $data);
}
Function Calls
| None |
Stats
| MD5 | 42f1b161af1a1a0c2450cb95994cdbec |
| Eval Count | 0 |
| Decode Time | 97 ms |