more testsuite fixes
authorgggeek <giunta.gaetano@gmail.com>
Sat, 1 Jul 2017 14:06:37 +0000 (15:06 +0100)
committergggeek <giunta.gaetano@gmail.com>
Sat, 1 Jul 2017 14:06:37 +0000 (15:06 +0100)
test/parse_args.php

index 1301f41..b0c625a 100644 (file)
@@ -34,7 +34,8 @@
                                $param = explode('=', $param);
                                if(count($param) > 1)
                                {
-                                       $$param[0]=$param[1];
+                                       $pname = $param[0];
+                                       $$pname = $param[1];
                                }
                        }
                }