for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
if ( !class_exists('ReflectionType') ) {
class ReflectionType
{
/**
* Checks if null is allowed.
*
* @return boolean
*/
public function allowsNull()
}
* Checks if it is a built-in type.
public function isBuiltin()
* To string.
* @return string
public function __toString()