var_dump(is_subclass_of("X1", "X2"));
?>
--EXPECTF--
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %sis_a.php on line 17
+Deprecated: Function is_a() is deprecated in %sis_a.php on line 17
bool(false)
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %sis_a.php on line 18
+Deprecated: Function is_a() is deprecated in %sis_a.php on line 18
bool(true)
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %sis_a.php on line 19
+Deprecated: Function is_a() is deprecated in %sis_a.php on line 19
bool(true)
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %sis_a.php on line 20
+Deprecated: Function is_a() is deprecated in %sis_a.php on line 20
bool(true)
bool(false)
bool(false)