Update php2po.php

(cherry picked from commit f9b18aa62f)
This commit is contained in:
kostikov
2018-07-21 11:38:35 +02:00
committed by Mario
parent ddd77ee6ee
commit b7778ca1f9
+6 -6
View File
@@ -1,11 +1,11 @@
<?php
if(! class_exists('App')) {
class TmpA {
public $strings = Array();
}
$a = new TmpA();
}
if(! class_exists('App')) {
class App {
static public $strings = Array();
}
//$a = new App();
}
if ($argc!=2) {
print "Usage: ".$argv[0]." <hstrings.php>\n\n";