1
0
mirror of synced 2025-01-19 00:04:08 +01:00

Merge branch 'Storms-Engineering-master'

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

View File

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