2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-12 06:13:31 +00:00

Merge branch 'Storms-Engineering-master'

This commit is contained in:
n1474335
2019-10-16 17:36:02 +01:00

View File

@@ -128,8 +128,7 @@ class PHPDeserialize extends Operation {
switch (kind) {
case "n":
expect(";");
return "";
return "null";
case "i":
case "d":
case "b": {