Update php2po.php

This commit is contained in:
kostikov 2018-07-20 00:22:04 +02:00
parent eb322e8312
commit f9b18aa62f

View File

@ -1,10 +1,10 @@
<?php
if(! class_exists('App')) {
class TmpA {
public $strings = Array();
class App {
static public $strings = Array();
}
$a = new TmpA();
//$a = new App();
}
if ($argc!=2) {