mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -04:00
Merge branch 'master' of https://github.com/Storms-Engineering/CyberChef into Storms-Engineering-master
This commit is contained in:
commit
de2e757691
1 changed files with 1 additions and 2 deletions
|
@ -128,8 +128,7 @@ class PHPDeserialize extends Operation {
|
||||||
switch (kind) {
|
switch (kind) {
|
||||||
case "n":
|
case "n":
|
||||||
expect(";");
|
expect(";");
|
||||||
return "";
|
return "null";
|
||||||
|
|
||||||
case "i":
|
case "i":
|
||||||
case "d":
|
case "d":
|
||||||
case "b": {
|
case "b": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue