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 declare (strict_types=1); return ["\x75\156\x73\x6f\x72\x74\145\144\x20\156\x75\155..
Decoded Output download
<?php
declare (strict_types=1); return ["unsorted numeric array still finds match with type 1?" => [2, 2, [2, 0, 4, 3], 1], "unsorted array still finds match with type 1?" => [6, "Amplitude", ["Aardvark", "Apple", "A~*e", "A*e", "A[solve", "Amplitude", "Adverse", "Apartment"], 1], [1, 2, [2, 3, 4, 3], 0], ["#N/A", 2, [1, 0, 4, 3], 0], [1, 2, [2, 0, 0, 3], 0], [2, 0, [2, 0, 0, 3], 0], [1, 2, [2, 3, 4, 3], 1], [3, 2, [2, 0, 0, 3], 1], [4, 4, [2, 0, 0, 3], 1], [1, 2, [2, 0, 0, 3], -1], [4, 2, [3, 3, 4, 5], -1], [1, 5, [8, 4, 3, 2], -1], ["#N/A", 6, [3, 5, 6, 8], -1], [1, 6, [8, 5, 4, 2], -1], [3, 4, [5, 8, 4, 2], -1], [2, 4, [8, 8, 3, 2], -1], [4, 4, [2, 0, 0, 3], null], [3, 4, [1, null, 4, null, 8], 1], [3, 5, [1, null, 4, null, null], 1], "0 does not match x" => [3, "x", [0, 0, "x", "x", "x"], 0], [2, "a", [false, "a", 1], -1], ["#N/A", 0, ["x", true, false], -1], ["#N/A", true, ["a", "b", "c"], -1], ["#N/A", true, [0, 1, 2], -1], ["#N/A", true, [0, 1, 2], 0], ["#N/A", true, [0, 1, 2], 1], [1, true, [true, true, true], -1], [1, true, [true, true, true], 0], [3, true, [true, true, true], 1], [5, 6, [true, false, "a", "z", 222222, 2, 99999999], -1], [4, 4.6, [1, 2, 3, 4, 5], 1], [4, 4, [1, 2, 3, 3.8, 5], 1], ["#N/A", 6, [true, false, "a", "z", 2, 888], -1], "number compared to string type -1" => ["#N/A", 6, ["6"], -1], "number compared to string type 0" => ["#N/A", 6, ["6"], 0], "number compared to string type 1" => ["#N/A", 6, ["6"], 1], "string compared to number type -1" => ["#N/A", "6", [6], -1], "string compared to number type 0" => ["#N/A", "6", [6], 0], "string compared to number type 1" => ["#N/A", "6", [6], 1], [2, "a?b", ["a", "abb", "axc"], 0], [1, "a*", ["aAAAAAAA", "as", "az"], 0], [3, "1*11*1", ["abc", "efh", "1a11b1"], 0], [3, "1*11*1", ["abc", "efh", "1a11b1"], 0], [2, "a*~*c", ["aAAAAA", "a123456*c", "az", "alembic"], 0], [3, "a*123*b", ["aAAAAA", "a123456*c", "a99999123b"], 0], [1, "*", ["aAAAAA", "a111123456*c", "qq"], 0], [2, "?", ["aAAAAA", "a", "a99999123b"], 0], ["#N/A", "?", [1, 22, 333], 0], [3, "???", [1, 22, "aaa"], 0], [3, "*", [1, 22, "aaa"], 0], ["#N/A", "abc", [1, 22, "aaa"], 0], ["#N/A", new DateTime("2021-03-11"), [1, 22, "aaa"], 1], "int match type other than 0/1/-1 is accepted" => [3, "abc", [1, 22, "aaa"], 123], "float match type is accepted" => [3, "abc", [1, 22, "aaa"], 123.5], "numeric string match type is accepted" => [3, "abc", [1, 22, "aaa"], "89.7"], "non-numeric string match type is not accepted" => ["#VALUE!", "abc", [1, 22, "aaa"], ""x""], "empty lookup array" => ["#N/A", "abc", [], 1], "wildcard match 1 with type -1" => [[8, 2], "A*e", ["Aardvark", "Apple", "Armadillo", "Acre", "Absolve", "Amplitude", "Adverse", "Apartment"], -1], [2, "A*e", ["Aardvark", "Apple", "Armadillo", "Acre", "Absolve", "Amplitude", "Adverse", "Apartment"], 0], "wildcard match with tilde" => [4, "A~*e", ["Aardvark", "Apple", "A~*e", "A*e", "Absolve", "Amplitude", "Adverse", "Apartment"], 0], "string with preg_quote escaped character" => [5, "A[solve", ["Aardvark", "Apple", "A~*e", "A*e", "A[solve", "Amplitude", "Adverse", "Apartment"], 0], "wildcard match 2 with type -1" => [[8, 5], "A?s*e", ["Aardvark", "Apple", "Armadillo", "Acre", "Absolve", "Amplitude", "Adverse", "Apartment"], -1], [5, "A?s*e", ["Aardvark", "Apple", "Armadillo", "Acre", "Absolve", "Amplitude", "Adverse", "Apartment"], 0], "wildcard with type 1" => [["#N/A", 2], "A*e", ["Aardvark", "Apple", "Armadillo", "Acre", "Absolve", "Amplitude", "Adverse", "Apartment"], 1], "wildcard match 3 with type -1" => [[8, 3], "*verse", ["Obtuse", "Amuse", "Obverse", "Inverse", "Assurance", "Amplitude", "Adverse", "Apartment"], -1], [3, "*verse", ["Obtuse", "Amuse", "Obverse", "Inverse", "Assurance", "Amplitude", "Adverse", "Apartment"], 0], [3, "*~~*", ["aAAAAA", "a123456*c", "abc~xyz", "alembic"], 0], [2, "abc/123*", ["abc123fff", "abc/123fff"], 0], "float lookup int array type0" => [1, 2.0, [2, 3, 4, 5], 0], "int lookup float array type0" => [2, 3, [2, 3.0, 4, 5], 0], "int lookup float array type0 not equal" => ["#N/A", 3, [2, 3.1, 4, 5], 0], "float lookup int array type0 not equal" => ["#N/A", 3.1, [2, 3, 4, 5], 0], "float lookup int array type1 equal" => [1, 2.0, [2, 3, 4, 5], 1], "int lookup float array type1 equal" => [2, 3, [2, 3.0, 4, 5], 1], "float lookup int array type1 less" => [1, 2.5, [2, 3, 4, 5], 1], "int lookup float array type1 less" => [2, 3, [2, 2.9, 4, 5], 1], "float lookup int array type -1 equal" => [4, 2.0, [5, 4, 3, 2], -1], "int lookup float array type -1 equal" => [3, 3, [5, 4, 3.0, 2], -1], "float lookup int array type -1 greater" => [2, 3.5, [5, 4, 3, 2], -1], "int lookup float array type -1 greater" => [2, 3, [5, 4, 2.9, 2], -1], "default type is type1" => [3, 4, [1, 2, 3, 5]], "same as previous but explicit type1" => [3, 4, [1, 2, 3, 5]], "same as previous but type0 so different result" => ["#N/A", 4, [1, 2, 3, 5], 0], "undefined behavior N/A in Excel 4 in PhpSpreadsheet" => ["incomplete", 4, [8, 6, 3, 1]], "same as previous but type -1 so match" => [2, 4, [8, 6, 3, 1], -1]]; ?>
Did this file decode correctly?
Original Code
<?php
declare (strict_types=1); return ["\x75\156\x73\x6f\x72\x74\145\144\x20\156\x75\155\145\x72\151\143\x20\x61\162\162\x61\x79\x20\x73\164\x69\x6c\x6c\40\x66\151\156\x64\163\x20\155\x61\164\x63\x68\x20\167\x69\164\x68\x20\x74\x79\160\x65\x20\x31\x3f" => [2, 2, [2, 0, 4, 3], 1], "\165\x6e\x73\157\162\x74\x65\x64\40\141\162\162\x61\x79\x20\163\164\x69\154\x6c\x20\146\151\x6e\x64\x73\40\x6d\141\x74\x63\150\40\x77\151\164\x68\x20\x74\x79\160\x65\40\61\77" => [6, "\x41\155\160\154\151\164\x75\x64\x65", ["\101\x61\162\x64\166\x61\162\x6b", "\x41\160\160\154\x65", "\101\176\x2a\145", "\101\52\145", "\101\x5b\x73\x6f\x6c\x76\x65", "\x41\x6d\x70\x6c\151\x74\x75\x64\x65", "\x41\144\166\145\162\163\145", "\101\160\x61\x72\164\x6d\x65\156\x74"], 1], [1, 2, [2, 3, 4, 3], 0], ["\43\116\x2f\x41", 2, [1, 0, 4, 3], 0], [1, 2, [2, 0, 0, 3], 0], [2, 0, [2, 0, 0, 3], 0], [1, 2, [2, 3, 4, 3], 1], [3, 2, [2, 0, 0, 3], 1], [4, 4, [2, 0, 0, 3], 1], [1, 2, [2, 0, 0, 3], -1], [4, 2, [3, 3, 4, 5], -1], [1, 5, [8, 4, 3, 2], -1], ["\43\x4e\57\101", 6, [3, 5, 6, 8], -1], [1, 6, [8, 5, 4, 2], -1], [3, 4, [5, 8, 4, 2], -1], [2, 4, [8, 8, 3, 2], -1], [4, 4, [2, 0, 0, 3], null], [3, 4, [1, null, 4, null, 8], 1], [3, 5, [1, null, 4, null, null], 1], "\x30\x20\x64\157\145\163\40\x6e\x6f\164\x20\x6d\141\164\143\150\40\x78" => [3, "\x78", [0, 0, "\170", "\170", "\x78"], 0], [2, "\141", [false, "\x61", 1], -1], ["\43\116\57\101", 0, ["\x78", true, false], -1], ["\43\116\57\101", true, ["\x61", "\x62", "\x63"], -1], ["\x23\x4e\x2f\x41", true, [0, 1, 2], -1], ["\x23\116\57\101", true, [0, 1, 2], 0], ["\43\x4e\x2f\101", true, [0, 1, 2], 1], [1, true, [true, true, true], -1], [1, true, [true, true, true], 0], [3, true, [true, true, true], 1], [5, 6, [true, false, "\141", "\172", 222222, 2, 99999999], -1], [4, 4.6, [1, 2, 3, 4, 5], 1], [4, 4, [1, 2, 3, 3.8, 5], 1], ["\x23\116\x2f\101", 6, [true, false, "\141", "\x7a", 2, 888], -1], "\x6e\165\155\x62\145\162\x20\x63\x6f\x6d\160\141\162\x65\144\x20\x74\x6f\40\163\x74\x72\x69\156\147\x20\x74\171\x70\145\x20\55\61" => ["\x23\x4e\57\x41", 6, ["\x36"], -1], "\x6e\x75\155\142\x65\x72\40\x63\x6f\x6d\160\141\x72\145\144\40\164\x6f\x20\x73\x74\x72\151\x6e\x67\x20\x74\x79\160\x65\40\60" => ["\x23\116\57\x41", 6, ["\66"], 0], "\156\165\x6d\x62\145\x72\40\x63\x6f\x6d\160\141\x72\x65\x64\40\164\x6f\x20\163\x74\x72\x69\156\x67\40\x74\171\160\x65\x20\61" => ["\43\x4e\57\x41", 6, ["\66"], 1], "\x73\x74\162\151\x6e\147\x20\x63\x6f\155\160\141\162\x65\144\x20\x74\157\x20\x6e\165\x6d\142\145\x72\x20\x74\171\160\x65\40\55\x31" => ["\x23\x4e\57\x41", "\66", [6], -1], "\x73\164\162\x69\x6e\x67\x20\143\x6f\155\160\141\162\145\144\x20\164\x6f\x20\156\165\155\142\145\x72\40\164\x79\160\145\40\60" => ["\x23\116\57\101", "\66", [6], 0], "\163\x74\x72\x69\x6e\x67\x20\143\x6f\x6d\x70\141\x72\x65\x64\x20\x74\x6f\40\x6e\165\155\142\x65\x72\40\164\x79\160\x65\40\61" => ["\x23\x4e\57\101", "\x36", [6], 1], [2, "\x61\x3f\142", ["\141", "\x61\x62\x62", "\141\x78\x63"], 0], [1, "\x61\x2a", ["\141\x41\101\101\101\x41\101\x41", "\141\163", "\x61\x7a"], 0], [3, "\x31\x2a\x31\x31\52\x31", ["\141\142\x63", "\x65\146\150", "\61\141\x31\61\x62\61"], 0], [3, "\x31\x2a\61\61\x2a\61", ["\141\142\143", "\145\146\150", "\61\141\x31\x31\142\61"], 0], [2, "\141\x2a\176\x2a\x63", ["\141\x41\101\x41\101\x41", "\141\x31\x32\63\64\x35\66\x2a\143", "\141\172", "\x61\x6c\x65\155\142\x69\143"], 0], [3, "\141\x2a\61\62\63\52\x62", ["\x61\x41\101\x41\x41\x41", "\x61\x31\62\63\64\x35\x36\x2a\143", "\x61\x39\71\x39\x39\71\x31\x32\63\x62"], 0], [1, "\52", ["\x61\x41\101\x41\x41\101", "\x61\61\x31\x31\61\x32\x33\x34\x35\66\x2a\x63", "\161\161"], 0], [2, "\77", ["\x61\x41\101\x41\x41\101", "\141", "\141\x39\71\x39\x39\71\x31\x32\63\142"], 0], ["\43\x4e\x2f\x41", "\x3f", [1, 22, 333], 0], [3, "\77\77\x3f", [1, 22, "\141\x61\x61"], 0], [3, "\x2a", [1, 22, "\x61\x61\x61"], 0], ["\x23\x4e\57\x41", "\x61\142\143", [1, 22, "\141\141\x61"], 0], ["\x23\116\57\x41", new DateTime("\62\60\x32\x31\55\60\63\x2d\x31\x31"), [1, 22, "\141\x61\x61"], 1], "\151\156\x74\40\x6d\x61\164\x63\150\40\x74\171\160\x65\40\x6f\x74\x68\x65\162\x20\164\x68\141\156\x20\60\x2f\x31\x2f\55\61\40\x69\x73\x20\x61\x63\x63\145\160\x74\145\144" => [3, "\141\142\x63", [1, 22, "\x61\x61\x61"], 123], "\146\x6c\x6f\x61\164\x20\155\x61\x74\x63\150\40\x74\171\160\145\40\x69\x73\x20\141\x63\x63\x65\160\x74\x65\144" => [3, "\141\142\x63", [1, 22, "\141\141\141"], 123.5], "\x6e\165\x6d\145\x72\x69\143\x20\x73\x74\x72\x69\x6e\147\x20\x6d\141\164\x63\x68\x20\x74\171\160\145\40\151\163\x20\x61\x63\x63\145\x70\164\145\144" => [3, "\x61\x62\143", [1, 22, "\x61\141\141"], "\x38\x39\x2e\67"], "\156\x6f\x6e\55\x6e\x75\x6d\145\162\x69\x63\40\163\164\x72\x69\x6e\147\40\x6d\141\164\143\x68\40\x74\171\160\x65\x20\151\163\x20\156\x6f\164\40\141\x63\x63\145\160\x74\145\144" => ["\x23\x56\101\x4c\x55\x45\x21", "\x61\142\143", [1, 22, "\x61\141\141"], "\42\x78\42"], "\145\x6d\x70\164\x79\40\x6c\157\157\153\165\x70\40\x61\x72\162\x61\x79" => ["\x23\x4e\57\x41", "\141\142\x63", [], 1], "\167\x69\154\144\143\x61\x72\x64\40\x6d\x61\164\x63\x68\x20\x31\x20\x77\x69\164\150\x20\x74\x79\x70\145\40\x2d\x31" => [[8, 2], "\x41\x2a\x65", ["\101\141\x72\144\x76\141\162\x6b", "\x41\x70\x70\154\x65", "\101\x72\155\x61\144\151\154\154\157", "\101\143\x72\145", "\101\x62\163\157\154\x76\145", "\x41\x6d\160\x6c\151\x74\165\144\x65", "\x41\x64\x76\145\162\163\x65", "\101\160\141\x72\x74\x6d\x65\x6e\164"], -1], [2, "\101\52\x65", ["\x41\141\x72\144\x76\x61\x72\153", "\x41\160\160\x6c\145", "\x41\x72\155\141\144\x69\154\154\157", "\x41\143\162\145", "\x41\x62\163\157\x6c\x76\x65", "\x41\155\160\154\151\x74\165\144\x65", "\101\x64\x76\145\162\163\x65", "\x41\x70\x61\162\x74\155\145\156\x74"], 0], "\x77\x69\154\x64\143\141\162\x64\x20\155\141\164\x63\x68\40\167\x69\x74\150\40\164\x69\154\x64\x65" => [4, "\101\176\x2a\145", ["\x41\x61\162\x64\x76\141\162\x6b", "\101\160\x70\154\145", "\101\x7e\x2a\145", "\x41\52\x65", "\x41\142\x73\157\x6c\166\x65", "\101\155\160\x6c\x69\x74\x75\144\145", "\x41\144\x76\145\x72\163\x65", "\101\160\141\x72\164\x6d\145\x6e\x74"], 0], "\163\x74\x72\x69\x6e\x67\40\x77\x69\164\150\40\160\162\145\147\137\x71\165\x6f\164\x65\x20\145\x73\143\141\x70\145\144\40\x63\150\x61\x72\x61\x63\x74\145\x72" => [5, "\101\x5b\x73\157\x6c\x76\x65", ["\101\x61\162\x64\166\x61\x72\153", "\101\160\160\x6c\145", "\101\176\52\x65", "\101\52\145", "\x41\x5b\163\x6f\154\x76\145", "\x41\155\160\154\x69\x74\165\x64\x65", "\x41\144\166\x65\162\x73\x65", "\x41\x70\141\162\x74\x6d\145\156\x74"], 0], "\x77\151\x6c\144\143\x61\162\144\x20\x6d\141\164\143\150\x20\62\40\167\x69\164\150\x20\164\x79\160\145\40\x2d\x31" => [[8, 5], "\101\x3f\x73\x2a\x65", ["\x41\141\162\x64\166\x61\x72\x6b", "\101\160\x70\154\x65", "\x41\x72\x6d\x61\144\151\x6c\154\157", "\x41\143\x72\145", "\101\142\x73\157\x6c\166\x65", "\101\x6d\x70\x6c\x69\x74\x75\144\145", "\101\144\x76\145\x72\x73\x65", "\101\x70\141\x72\x74\x6d\145\x6e\164"], -1], [5, "\101\x3f\163\52\x65", ["\x41\x61\162\144\x76\x61\x72\x6b", "\x41\x70\160\154\x65", "\101\162\155\x61\144\x69\154\154\157", "\x41\x63\162\145", "\101\x62\163\157\154\166\145", "\x41\155\x70\154\x69\x74\x75\x64\x65", "\101\x64\166\x65\162\163\145", "\x41\x70\x61\x72\164\x6d\x65\156\x74"], 0], "\x77\151\x6c\144\143\141\162\x64\x20\167\x69\x74\150\40\x74\171\160\x65\x20\61" => [["\x23\116\x2f\x41", 2], "\101\52\145", ["\101\x61\x72\144\x76\141\x72\153", "\x41\160\160\154\145", "\x41\162\x6d\141\x64\151\x6c\154\x6f", "\x41\143\162\x65", "\x41\x62\163\x6f\x6c\x76\145", "\101\155\160\154\x69\x74\x75\x64\145", "\101\x64\x76\145\x72\x73\x65", "\x41\x70\x61\162\164\155\145\156\164"], 1], "\x77\x69\154\144\143\141\x72\x64\x20\x6d\141\x74\x63\150\40\63\x20\167\x69\x74\150\x20\x74\171\x70\x65\x20\x2d\61" => [[8, 3], "\52\166\145\x72\x73\x65", ["\x4f\142\x74\165\x73\x65", "\x41\155\165\163\x65", "\x4f\142\x76\145\162\163\x65", "\x49\x6e\x76\x65\x72\163\x65", "\x41\x73\163\165\x72\141\156\143\x65", "\101\x6d\x70\154\151\164\165\144\145", "\x41\144\166\x65\x72\163\x65", "\101\160\141\x72\x74\x6d\145\156\x74"], -1], [3, "\x2a\x76\x65\162\163\x65", ["\117\x62\164\x75\163\x65", "\101\x6d\x75\x73\145", "\x4f\142\x76\x65\x72\163\145", "\111\156\166\x65\x72\x73\x65", "\x41\x73\x73\165\x72\141\x6e\143\145", "\101\155\x70\x6c\x69\x74\x75\144\x65", "\101\144\166\145\162\163\145", "\x41\160\x61\162\164\155\145\156\164"], 0], [3, "\x2a\x7e\x7e\x2a", ["\x61\x41\x41\x41\101\x41", "\x61\x31\62\63\x34\65\x36\x2a\143", "\141\x62\143\x7e\170\x79\x7a", "\141\x6c\145\155\142\151\x63"], 0], [2, "\x61\142\143\x2f\61\x32\63\x2a", ["\x61\142\143\61\x32\x33\146\x66\x66", "\x61\142\143\x2f\x31\62\63\x66\x66\146"], 0], "\x66\154\x6f\x61\x74\40\154\157\157\x6b\165\160\x20\151\x6e\x74\40\141\162\x72\x61\x79\40\164\x79\x70\x65\x30" => [1, 2.0, [2, 3, 4, 5], 0], "\151\156\x74\x20\x6c\157\157\x6b\x75\x70\x20\146\x6c\157\141\164\x20\x61\x72\162\141\x79\40\x74\x79\160\145\x30" => [2, 3, [2, 3.0, 4, 5], 0], "\x69\156\164\x20\154\x6f\157\153\x75\160\40\146\x6c\x6f\x61\x74\x20\141\x72\162\x61\171\40\164\x79\x70\145\x30\40\x6e\x6f\164\x20\x65\x71\x75\x61\x6c" => ["\43\116\x2f\101", 3, [2, 3.1, 4, 5], 0], "\146\x6c\157\141\164\x20\154\157\157\153\165\x70\x20\151\156\x74\40\x61\x72\x72\x61\x79\x20\164\171\160\x65\60\x20\x6e\x6f\x74\40\x65\x71\x75\141\x6c" => ["\43\x4e\57\101", 3.1, [2, 3, 4, 5], 0], "\146\x6c\x6f\141\164\x20\x6c\157\x6f\x6b\x75\160\x20\151\156\164\40\x61\162\162\141\171\40\x74\171\160\145\61\x20\x65\161\x75\141\x6c" => [1, 2.0, [2, 3, 4, 5], 1], "\x69\x6e\x74\40\154\157\x6f\x6b\x75\160\40\146\154\157\141\164\40\x61\x72\x72\x61\171\40\164\171\x70\145\61\40\145\x71\165\x61\154" => [2, 3, [2, 3.0, 4, 5], 1], "\146\154\157\x61\164\40\x6c\157\x6f\x6b\x75\x70\40\151\x6e\x74\x20\x61\162\x72\141\x79\40\x74\171\160\145\x31\40\154\145\163\x73" => [1, 2.5, [2, 3, 4, 5], 1], "\x69\x6e\164\40\x6c\157\x6f\153\x75\160\x20\x66\x6c\157\x61\164\x20\x61\x72\162\x61\x79\x20\x74\171\x70\x65\61\x20\x6c\x65\163\x73" => [2, 3, [2, 2.9, 4, 5], 1], "\x66\x6c\157\x61\x74\40\x6c\157\157\x6b\165\160\x20\x69\x6e\x74\40\x61\x72\x72\141\171\40\164\x79\160\x65\40\55\61\40\x65\x71\x75\x61\154" => [4, 2.0, [5, 4, 3, 2], -1], "\151\x6e\x74\40\x6c\x6f\x6f\153\x75\160\40\x66\154\157\x61\x74\x20\x61\162\162\141\x79\x20\164\x79\160\145\40\x2d\61\x20\145\x71\x75\141\x6c" => [3, 3, [5, 4, 3.0, 2], -1], "\146\x6c\x6f\x61\164\40\154\x6f\x6f\x6b\x75\160\40\x69\156\x74\40\x61\x72\162\x61\x79\x20\x74\171\160\x65\40\55\x31\40\x67\162\145\x61\164\145\162" => [2, 3.5, [5, 4, 3, 2], -1], "\151\156\x74\40\154\x6f\x6f\x6b\165\160\40\146\x6c\157\141\164\40\x61\x72\x72\141\x79\x20\x74\x79\160\x65\40\55\x31\x20\147\x72\x65\x61\164\145\x72" => [2, 3, [5, 4, 2.9, 2], -1], "\144\145\x66\141\165\x6c\x74\x20\164\x79\160\145\40\x69\163\40\x74\x79\x70\145\61" => [3, 4, [1, 2, 3, 5]], "\x73\x61\x6d\x65\40\141\x73\40\160\x72\145\x76\151\157\165\163\x20\142\x75\164\x20\145\170\160\154\x69\x63\151\164\x20\164\171\160\145\x31" => [3, 4, [1, 2, 3, 5]], "\163\141\155\145\x20\x61\163\40\160\x72\145\166\x69\x6f\165\x73\x20\x62\165\x74\x20\164\x79\160\145\60\40\x73\157\x20\144\x69\x66\x66\x65\162\x65\156\x74\x20\x72\x65\x73\x75\x6c\x74" => ["\x23\116\x2f\x41", 4, [1, 2, 3, 5], 0], "\x75\x6e\x64\x65\146\x69\156\x65\144\x20\142\145\x68\141\166\x69\157\162\x20\x4e\x2f\x41\x20\x69\156\40\105\170\x63\x65\154\40\64\40\151\x6e\40\x50\x68\160\123\160\162\x65\141\x64\163\x68\145\x65\x74" => ["\x69\156\143\157\155\160\154\145\164\x65", 4, [8, 6, 3, 1]], "\x73\141\155\145\40\141\x73\x20\160\162\145\x76\x69\157\165\163\x20\142\x75\x74\40\164\171\160\145\40\55\x31\x20\163\157\40\x6d\141\x74\x63\150" => [2, 4, [8, 6, 3, 1], -1]];
Function Calls
None |
Stats
MD5 | 0f396ca0b4c355b33a562c8ee235e9a6 |
Eval Count | 0 |
Decode Time | 92 ms |