Arquivos
hhvm/hphp/test/ext/debugger_tests/info_t.php
T
Paul Tarjan f5569e4755 clean up tests dir
I think this dir shouldn't have anything non-necessary in the root.
2013-06-06 16:31:09 -07:00

12 linhas
123 B
PHP

<?php
function myfunc($a, $b) {
error_log($a.$b);
}
class MyClass {
public $pub;
protected $pro;
private $pri;
}