t.php 83 B

1234567
  1. <?php
  2. class Abc{
  3. function xx(){}
  4. }
  5. $a=( Abc );
  6. var_dump(method_exists($a,'xx'));