This commit is contained in:
Mario Vavti 2018-07-20 10:42:45 +02:00
commit 4a54699c1f

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";