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 return [ 'label' => ' ', 'form' => [ 'operator' => [ ..
Decoded Output download
<?php
return [
'label' => ' ',
'form' => [
'operator' => [
'label' => '',
],
'or_groups' => [
'label' => '',
'block' => [
'label' => ' (OR)',
'or' => '',
],
],
'rules' => [
'label' => '',
'item' => [
'and' => '',
],
],
],
'no_rules' => '( )',
'item_separators' => [
'and' => '',
'or' => '',
],
'operators' => [
'is_filled' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() ',
'inverse' => ':attribute() ',
],
],
'boolean' => [
'is_true' => [
'label' => [
'direct' => '',
'inverse' => '',
],
'summary' => [
'direct' => ':attribute() ',
'inverse' => ':attribute() ',
],
],
],
'date' => [
'is_after' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() :date ',
'inverse' => ':attribute() :date ',
],
],
'is_before' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() :date ',
'inverse' => ':attribute() :date ',
],
],
'is_date' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() :date',
'inverse' => ':attribute() :date ',
],
],
'is_month' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() :month',
'inverse' => ':attribute() :month ',
],
],
'is_year' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() :year',
'inverse' => ':attribute() :year ',
],
],
'form' => [
'date' => [
'label' => '',
],
'month' => [
'label' => '',
],
'year' => [
'label' => '',
],
],
],
'number' => [
'equals' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() :number ',
'inverse' => ':attribute() :number ',
],
],
'is_max' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() :number',
'inverse' => ':attribute() :number ',
],
],
'is_min' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() :number',
'inverse' => ':attribute() :number ',
],
],
'aggregates' => [
'average' => [
'label' => '',
'summary' => ':attribute ',
],
'max' => [
'label' => '',
'summary' => ':attribute ',
],
'min' => [
'label' => '',
'summary' => ':attribute ',
],
'sum' => [
'label' => '',
'summary' => ':attribute ',
],
],
'form' => [
'aggregate' => [
'label' => '',
],
'number' => [
'label' => '',
],
],
],
'relationship' => [
'equals' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':count :relationship() ',
'inverse' => ':count :relationship() ',
],
],
'has_max' => [
'label' => [
'direct' => ' ',
'inverse' => ' ',
],
'summary' => [
'direct' => ' :count :relationship() ',
'inverse' => ':count :relationship() ',
],
],
'has_min' => [
'label' => [
'direct' => ' ',
'inverse' => ' ',
],
'summary' => [
'direct' => ' :count :relationship() ',
'inverse' => ':count :relationship() ',
],
],
'is_empty' => [
'label' => [
'direct' => ' ',
'inverse' => ' ',
],
'summary' => [
'direct' => ':relationship() ',
'inverse' => ':relationship() ',
],
],
'is_related_to' => [
'label' => [
'single' => [
'direct' => '',
'inverse' => ' ',
],
'multiple' => [
'direct' => '',
'inverse' => ' ',
],
],
'summary' => [
'single' => [
'direct' => ':relationship() :values ',
'inverse' => ':relationship() :values ',
],
'multiple' => [
'direct' => ':relationship() :values ',
'inverse' => ':relationship() :values ',
],
'values_glue' => [
0 => ', ',
'final' => ' ',
],
],
'form' => [
'value' => [
'label' => '',
],
'values' => [
'label' => '',
],
],
],
'form' => [
'count' => [
'label' => '',
],
],
],
'select' => [
'is' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() :values ',
'inverse' => ':attribute() :values ',
'values_glue' => [
', ',
'final' => ' ',
],
],
'form' => [
'value' => [
'label' => '',
],
'values' => [
'label' => '',
],
],
],
],
'text' => [
'contains' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() :text ',
'inverse' => ':attribute() :text ',
],
],
'ends_with' => [
'label' => [
'direct' => ' ',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() :text ',
'inverse' => ':attribute() :text ',
],
],
'equals' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() :text ',
'inverse' => ':attribute() :text ',
],
],
'starts_with' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() :text ',
'inverse' => ':attribute() :text ',
],
],
'form' => [
'text' => [
'label' => '',
],
],
],
],
'actions' => [
'add_rule' => [
'label' => ' ',
],
'add_rule_group' => [
'label' => ' ',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'label' => ' ',
'form' => [
'operator' => [
'label' => '',
],
'or_groups' => [
'label' => '',
'block' => [
'label' => ' (OR)',
'or' => '',
],
],
'rules' => [
'label' => '',
'item' => [
'and' => '',
],
],
],
'no_rules' => '( )',
'item_separators' => [
'and' => '',
'or' => '',
],
'operators' => [
'is_filled' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() ',
'inverse' => ':attribute() ',
],
],
'boolean' => [
'is_true' => [
'label' => [
'direct' => '',
'inverse' => '',
],
'summary' => [
'direct' => ':attribute() ',
'inverse' => ':attribute() ',
],
],
],
'date' => [
'is_after' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() :date ',
'inverse' => ':attribute() :date ',
],
],
'is_before' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() :date ',
'inverse' => ':attribute() :date ',
],
],
'is_date' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() :date',
'inverse' => ':attribute() :date ',
],
],
'is_month' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() :month',
'inverse' => ':attribute() :month ',
],
],
'is_year' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() :year',
'inverse' => ':attribute() :year ',
],
],
'form' => [
'date' => [
'label' => '',
],
'month' => [
'label' => '',
],
'year' => [
'label' => '',
],
],
],
'number' => [
'equals' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() :number ',
'inverse' => ':attribute() :number ',
],
],
'is_max' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() :number',
'inverse' => ':attribute() :number ',
],
],
'is_min' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() :number',
'inverse' => ':attribute() :number ',
],
],
'aggregates' => [
'average' => [
'label' => '',
'summary' => ':attribute ',
],
'max' => [
'label' => '',
'summary' => ':attribute ',
],
'min' => [
'label' => '',
'summary' => ':attribute ',
],
'sum' => [
'label' => '',
'summary' => ':attribute ',
],
],
'form' => [
'aggregate' => [
'label' => '',
],
'number' => [
'label' => '',
],
],
],
'relationship' => [
'equals' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':count :relationship() ',
'inverse' => ':count :relationship() ',
],
],
'has_max' => [
'label' => [
'direct' => ' ',
'inverse' => ' ',
],
'summary' => [
'direct' => ' :count :relationship() ',
'inverse' => ':count :relationship() ',
],
],
'has_min' => [
'label' => [
'direct' => ' ',
'inverse' => ' ',
],
'summary' => [
'direct' => ' :count :relationship() ',
'inverse' => ':count :relationship() ',
],
],
'is_empty' => [
'label' => [
'direct' => ' ',
'inverse' => ' ',
],
'summary' => [
'direct' => ':relationship() ',
'inverse' => ':relationship() ',
],
],
'is_related_to' => [
'label' => [
'single' => [
'direct' => '',
'inverse' => ' ',
],
'multiple' => [
'direct' => '',
'inverse' => ' ',
],
],
'summary' => [
'single' => [
'direct' => ':relationship() :values ',
'inverse' => ':relationship() :values ',
],
'multiple' => [
'direct' => ':relationship() :values ',
'inverse' => ':relationship() :values ',
],
'values_glue' => [
0 => ', ',
'final' => ' ',
],
],
'form' => [
'value' => [
'label' => '',
],
'values' => [
'label' => '',
],
],
],
'form' => [
'count' => [
'label' => '',
],
],
],
'select' => [
'is' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() :values ',
'inverse' => ':attribute() :values ',
'values_glue' => [
', ',
'final' => ' ',
],
],
'form' => [
'value' => [
'label' => '',
],
'values' => [
'label' => '',
],
],
],
],
'text' => [
'contains' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() :text ',
'inverse' => ':attribute() :text ',
],
],
'ends_with' => [
'label' => [
'direct' => ' ',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() :text ',
'inverse' => ':attribute() :text ',
],
],
'equals' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() :text ',
'inverse' => ':attribute() :text ',
],
],
'starts_with' => [
'label' => [
'direct' => '',
'inverse' => ' ',
],
'summary' => [
'direct' => ':attribute() :text ',
'inverse' => ':attribute() :text ',
],
],
'form' => [
'text' => [
'label' => '',
],
],
],
],
'actions' => [
'add_rule' => [
'label' => ' ',
],
'add_rule_group' => [
'label' => ' ',
],
],
];
Function Calls
None |
Stats
MD5 | 8c59f0318e62c672b8fca8b01607b3eb |
Eval Count | 0 |
Decode Time | 105 ms |