- Output for 7.0.0 - 7.0.23, 7.1.0 - 7.1.20, 7.2.6 - 7.2.33, 7.3.16 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.26, 8.4.1 - 8.4.13
- string(35) "new Vehicle('vehicle') is a Vehicle" string(35) "new Bicycle('bicycle') is a Bicycle" string(23) "new Car('car') is a Car" string(30) "$car->getSelfType() is vehicle" string(28) "$car->getStaticType() is car" string(50) "Vehicle::createStatic('staticThing1') is a Vehicle" string(50) "Bicycle::createStatic('staticThing2') is a Bicycle" string(42) "Car::createStatic('staticThing3') is a Car" string(39) "$staticThing3->getSelfType() is vehicle" string(37) "$staticThing3->getStaticType() is car" string(46) "Vehicle::createSelf('selfThing1') is a Vehicle" string(46) "Bicycle::createSelf('selfThing2') is a Vehicle" string(42) "Car::createSelf('selfThing3') is a Vehicle" string(37) "$selfThing3->getSelfType() is vehicle" string(39) "$selfThing3->getStaticType() is vehicle"