--TEST-- ReflectionObject::hasProperty --SKIPIF-- --FILE-- hasProperty("p1")); var_dump($obj->hasProperty("p2")); var_dump($obj->hasProperty("p3")); var_dump($obj->hasProperty("p4")); ?> --EXPECT-- bool(true) bool(true) bool(true) bool(false)