import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-class_object / get_declared_interfaces_basic_001.php.expectf
blob3e9687930346873d355a696c6817eb34d80d8ee7
1 *** Testing get_declared_interfaces() : basic functionality ***
3 -- Testing get_declared_interfaces() function with Zero arguments --
4 array(%d) {
5 %a
8 -- Ensure userspace classes are not listed --
9 bool(false)
11 -- Ensure userspace interfaces are listed --
12 bool(true)
13 Done