3v4l.org

run code in 300+ PHP versions simultaneously
<?php $classes = []; foreach (get_loaded_extensions() as $extension) { $classes += (new ReflectionExtension($extension))->getClasses(); } var_dump($classes);
Output for 8.3.0 - 8.3.4, 8.3.6 - 8.3.7
array(219) { ["Traversable"]=> object(ReflectionClass)#2 (1) { ["name"]=> string(11) "Traversable" } ["IteratorAggregate"]=> object(ReflectionClass)#3 (1) { ["name"]=> string(17) "IteratorAggregate" } ["Iterator"]=> object(ReflectionClass)#4 (1) { ["name"]=> string(8) "Iterator" } ["Serializable"]=> object(ReflectionClass)#5 (1) { ["name"]=> string(12) "Serializable" } ["ArrayAccess"]=> object(ReflectionClass)#6 (1) { ["name"]=> string(11) "ArrayAccess" } ["Countable"]=> object(ReflectionClass)#7 (1) { ["name"]=> string(9) "Countable" } ["Stringable"]=> object(ReflectionClass)#8 (1) { ["name"]=> string(10) "Stringable" } ["InternalIterator"]=> object(ReflectionClass)#9 (1) { ["name"]=> string(16) "InternalIterator" } ["Throwable"]=> object(ReflectionClass)#10 (1) { ["name"]=> string(9) "Throwable" } ["Exception"]=> object(ReflectionClass)#11 (1) { ["name"]=> string(9) "Exception" } ["ErrorException"]=> object(ReflectionClass)#12 (1) { ["name"]=> string(14) "ErrorException" } ["Error"]=> object(ReflectionClass)#13 (1) { ["name"]=> string(5) "Error" } ["CompileError"]=> object(ReflectionClass)#14 (1) { ["name"]=> string(12) "CompileError" } ["ParseError"]=> object(ReflectionClass)#15 (1) { ["name"]=> string(10) "ParseError" } ["TypeError"]=> object(ReflectionClass)#16 (1) { ["name"]=> string(9) "TypeError" } ["ArgumentCountError"]=> object(ReflectionClass)#17 (1) { ["name"]=> string(18) "ArgumentCountError" } ["ValueError"]=> object(ReflectionClass)#18 (1) { ["name"]=> string(10) "ValueError" } ["ArithmeticError"]=> object(ReflectionClass)#19 (1) { ["name"]=> string(15) "ArithmeticError" } ["DivisionByZeroError"]=> object(ReflectionClass)#20 (1) { ["name"]=> string(19) "DivisionByZeroError" } ["UnhandledMatchError"]=> object(ReflectionClass)#21 (1) { ["name"]=> string(19) "UnhandledMatchError" } ["Closure"]=> object(ReflectionClass)#22 (1) { ["name"]=> string(7) "Closure" } ["Generator"]=> object(ReflectionClass)#23 (1) { ["name"]=> string(9) "Generator" } ["ClosedGeneratorException"]=> object(ReflectionClass)#24 (1) { ["name"]=> string(24) "ClosedGeneratorException" } ["WeakReference"]=> object(ReflectionClass)#25 (1) { ["name"]=> string(13) "WeakReference" } ["WeakMap"]=> object(ReflectionClass)#26 (1) { ["name"]=> string(7) "WeakMap" } ["Attribute"]=> object(ReflectionClass)#27 (1) { ["name"]=> string(9) "Attribute" } ["ReturnTypeWillChange"]=> object(ReflectionClass)#28 (1) { ["name"]=> string(20) "ReturnTypeWillChange" } ["AllowDynamicProperties"]=> object(ReflectionClass)#29 (1) { ["name"]=> string(22) "AllowDynamicProperties" } ["SensitiveParameter"]=> object(ReflectionClass)#30 (1) { ["name"]=> string(18) "SensitiveParameter" } ["SensitiveParameterValue"]=> object(ReflectionClass)#31 (1) { ["name"]=> string(23) "SensitiveParameterValue" } ["Override"]=> object(ReflectionClass)#32 (1) { ["name"]=> string(8) "Override" } ["UnitEnum"]=> object(ReflectionClass)#33 (1) { ["name"]=> string(8) "UnitEnum" } ["BackedEnum"]=> object(ReflectionClass)#34 (1) { ["name"]=> string(10) "BackedEnum" } ["Fiber"]=> object(ReflectionClass)#35 (1) { ["name"]=> string(5) "Fiber" } ["FiberError"]=> object(ReflectionClass)#36 (1) { ["name"]=> string(10) "FiberError" } ["stdClass"]=> object(ReflectionClass)#37 (1) { ["name"]=> string(8) "stdClass" } ["DateTimeInterface"]=> object(ReflectionClass)#38 (1) { ["name"]=> string(17) "DateTimeInterface" } ["DateTime"]=> object(ReflectionClass)#39 (1) { ["name"]=> string(8) "DateTime" } ["DateTimeImmutable"]=> object(ReflectionClass)#40 (1) { ["name"]=> string(17) "DateTimeImmutable" } ["DateTimeZone"]=> object(ReflectionClass)#41 (1) { ["name"]=> string(12) "DateTimeZone" } ["DateInterval"]=> object(ReflectionClass)#42 (1) { ["name"]=> string(12) "DateInterval" } ["DatePeriod"]=> object(ReflectionClass)#43 (1) { ["name"]=> string(10) "DatePeriod" } ["DateError"]=> object(ReflectionClass)#44 (1) { ["name"]=> string(9) "DateError" } ["DateObjectError"]=> object(ReflectionClass)#45 (1) { ["name"]=> string(15) "DateObjectError" } ["DateRangeError"]=> object(ReflectionClass)#46 (1) { ["name"]=> string(14) "DateRangeError" } ["DateException"]=> object(ReflectionClass)#47 (1) { ["name"]=> string(13) "DateException" } ["DateInvalidTimeZoneException"]=> object(ReflectionClass)#48 (1) { ["name"]=> string(28) "DateInvalidTimeZoneException" } ["DateInvalidOperationException"]=> object(ReflectionClass)#49 (1) { ["name"]=> string(29) "DateInvalidOperationException" } ["DateMalformedStringException"]=> object(ReflectionClass)#50 (1) { ["name"]=> string(28) "DateMalformedStringException" } ["DateMalformedIntervalStringException"]=> object(ReflectionClass)#51 (1) { ["name"]=> string(36) "DateMalformedIntervalStringException" } ["DateMalformedPeriodStringException"]=> object(ReflectionClass)#52 (1) { ["name"]=> string(34) "DateMalformedPeriodStringException" } ["LibXMLError"]=> object(ReflectionClass)#53 (1) { ["name"]=> string(11) "LibXMLError" } ["SQLite3Exception"]=> object(ReflectionClass)#54 (1) { ["name"]=> string(16) "SQLite3Exception" } ["SQLite3"]=> object(ReflectionClass)#55 (1) { ["name"]=> string(7) "SQLite3" } ["SQLite3Stmt"]=> object(ReflectionClass)#56 (1) { ["name"]=> string(11) "SQLite3Stmt" } ["SQLite3Result"]=> object(ReflectionClass)#57 (1) { ["name"]=> string(13) "SQLite3Result" } ["InflateContext"]=> object(ReflectionClass)#58 (1) { ["name"]=> string(14) "InflateContext" } ["DeflateContext"]=> object(ReflectionClass)#59 (1) { ["name"]=> string(14) "DeflateContext" } ["DOMException"]=> object(ReflectionClass)#60 (1) { ["name"]=> string(12) "DOMException" } ["DOMParentNode"]=> object(ReflectionClass)#61 (1) { ["name"]=> string(13) "DOMParentNode" } ["DOMChildNode"]=> object(ReflectionClass)#62 (1) { ["name"]=> string(12) "DOMChildNode" } ["DOMImplementation"]=> object(ReflectionClass)#63 (1) { ["name"]=> string(17) "DOMImplementation" } ["DOMNode"]=> object(ReflectionClass)#64 (1) { ["name"]=> string(7) "DOMNode" } ["DOMNameSpaceNode"]=> object(ReflectionClass)#65 (1) { ["name"]=> string(16) "DOMNameSpaceNode" } ["DOMDocumentFragment"]=> object(ReflectionClass)#66 (1) { ["name"]=> string(19) "DOMDocumentFragment" } ["DOMDocument"]=> object(ReflectionClass)#67 (1) { ["name"]=> string(11) "DOMDocument" } ["DOMNodeList"]=> object(ReflectionClass)#68 (1) { ["name"]=> string(11) "DOMNodeList" } ["DOMNamedNodeMap"]=> object(ReflectionClass)#69 (1) { ["name"]=> string(15) "DOMNamedNodeMap" } ["DOMCharacterData"]=> object(ReflectionClass)#70 (1) { ["name"]=> string(16) "DOMCharacterData" } ["DOMAttr"]=> object(ReflectionClass)#71 (1) { ["name"]=> string(7) "DOMAttr" } ["DOMElement"]=> object(ReflectionClass)#72 (1) { ["name"]=> string(10) "DOMElement" } ["DOMText"]=> object(ReflectionClass)#73 (1) { ["name"]=> string(7) "DOMText" } ["DOMComment"]=> object(ReflectionClass)#74 (1) { ["name"]=> string(10) "DOMComment" } ["DOMCdataSection"]=> object(ReflectionClass)#75 (1) { ["name"]=> string(15) "DOMCdataSection" } ["DOMDocumentType"]=> object(ReflectionClass)#76 (1) { ["name"]=> string(15) "DOMDocumentType" } ["DOMNotation"]=> object(ReflectionClass)#77 (1) { ["name"]=> string(11) "DOMNotation" } ["DOMEntity"]=> object(ReflectionClass)#78 (1) { ["name"]=> string(9) "DOMEntity" } ["DOMEntityReference"]=> object(ReflectionClass)#79 (1) { ["name"]=> string(18) "DOMEntityReference" } ["DOMProcessingInstruction"]=> object(ReflectionClass)#80 (1) { ["name"]=> string(24) "DOMProcessingInstruction" } ["DOMXPath"]=> object(ReflectionClass)#81 (1) { ["name"]=> string(8) "DOMXPath" } ["finfo"]=> object(ReflectionClass)#82 (1) { ["name"]=> string(5) "finfo" } ["HashContext"]=> object(ReflectionClass)#83 (1) { ["name"]=> string(11) "HashContext" } ["JsonSerializable"]=> object(ReflectionClass)#84 (1) { ["name"]=> string(16) "JsonSerializable" } ["JsonException"]=> object(ReflectionClass)#85 (1) { ["name"]=> string(13) "JsonException" } ["LogicException"]=> object(ReflectionClass)#86 (1) { ["name"]=> string(14) "LogicException" } ["BadFunctionCallException"]=> object(ReflectionClass)#87 (1) { ["name"]=> string(24) "BadFunctionCallException" } ["BadMethodCallException"]=> object(ReflectionClass)#88 (1) { ["name"]=> string(22) "BadMethodCallException" } ["DomainException"]=> object(ReflectionClass)#89 (1) { ["name"]=> string(15) "DomainException" } ["InvalidArgumentException"]=> object(ReflectionClass)#90 (1) { ["name"]=> string(24) "InvalidArgumentException" } ["LengthException"]=> object(ReflectionClass)#91 (1) { ["name"]=> string(15) "LengthException" } ["OutOfRangeException"]=> object(ReflectionClass)#92 (1) { ["name"]=> string(19) "OutOfRangeException" } ["RuntimeException"]=> object(ReflectionClass)#93 (1) { ["name"]=> string(16) "RuntimeException" } ["OutOfBoundsException"]=> object(ReflectionClass)#94 (1) { ["name"]=> string(20) "OutOfBoundsException" } ["OverflowException"]=> object(ReflectionClass)#95 (1) { ["name"]=> string(17) "OverflowException" } ["RangeException"]=> object(ReflectionClass)#96 (1) { ["name"]=> string(14) "RangeException" } ["UnderflowException"]=> object(ReflectionClass)#97 (1) { ["name"]=> string(18) "UnderflowException" } ["UnexpectedValueException"]=> object(ReflectionClass)#98 (1) { ["name"]=> string(24) "UnexpectedValueException" } ["RecursiveIterator"]=> object(ReflectionClass)#99 (1) { ["name"]=> string(17) "RecursiveIterator" } ["OuterIterator"]=> object(ReflectionClass)#100 (1) { ["name"]=> string(13) "OuterIterator" } ["RecursiveIteratorIterator"]=> object(ReflectionClass)#101 (1) { ["name"]=> string(25) "RecursiveIteratorIterator" } ["IteratorIterator"]=> object(ReflectionClass)#102 (1) { ["name"]=> string(16) "IteratorIterator" } ["FilterIterator"]=> object(ReflectionClass)#103 (1) { ["name"]=> string(14) "FilterIterator" } ["RecursiveFilterIterator"]=> object(ReflectionClass)#104 (1) { ["name"]=> string(23) "RecursiveFilterIterator" } ["CallbackFilterIterator"]=> object(ReflectionClass)#105 (1) { ["name"]=> string(22) "CallbackFilterIterator" } ["RecursiveCallbackFilterIterator"]=> object(ReflectionClass)#106 (1) { ["name"]=> string(31) "RecursiveCallbackFilterIterator" } ["ParentIterator"]=> object(ReflectionClass)#107 (1) { ["name"]=> string(14) "ParentIterator" } ["SeekableIterator"]=> object(ReflectionClass)#108 (1) { ["name"]=> string(16) "SeekableIterator" } ["LimitIterator"]=> object(ReflectionClass)#109 (1) { ["name"]=> string(13) "LimitIterator" } ["CachingIterator"]=> object(ReflectionClass)#110 (1) { ["name"]=> string(15) "CachingIterator" } ["RecursiveCachingIterator"]=> object(ReflectionClass)#111 (1) { ["name"]=> string(24) "RecursiveCachingIterator" } ["NoRewindIterator"]=> object(ReflectionClass)#112 (1) { ["name"]=> string(16) "NoRewindIterator" } ["AppendIterator"]=> object(ReflectionClass)#113 (1) { ["name"]=> string(14) "AppendIterator" } ["InfiniteIterator"]=> object(ReflectionClass)#114 (1) { ["name"]=> string(16) "InfiniteIterator" } ["RegexIterator"]=> object(ReflectionClass)#115 (1) { ["name"]=> string(13) "RegexIterator" } ["RecursiveRegexIterator"]=> object(ReflectionClass)#116 (1) { ["name"]=> string(22) "RecursiveRegexIterator" } ["EmptyIterator"]=> object(ReflectionClass)#117 (1) { ["name"]=> string(13) "EmptyIterator" } ["RecursiveTreeIterator"]=> object(ReflectionClass)#118 (1) { ["name"]=> string(21) "RecursiveTreeIterator" } ["ArrayObject"]=> object(ReflectionClass)#119 (1) { ["name"]=> string(11) "ArrayObject" } ["ArrayIterator"]=> object(ReflectionClass)#120 (1) { ["name"]=> string(13) "ArrayIterator" } ["RecursiveArrayIterator"]=> object(ReflectionClass)#121 (1) { ["name"]=> string(22) "RecursiveArrayIterator" } ["SplFileInfo"]=> object(ReflectionClass)#122 (1) { ["name"]=> string(11) "SplFileInfo" } ["DirectoryIterator"]=> object(ReflectionClass)#123 (1) { ["name"]=> string(17) "DirectoryIterator" } ["FilesystemIterator"]=> object(ReflectionClass)#124 (1) { ["name"]=> string(18) "FilesystemIterator" } ["RecursiveDirectoryIterator"]=> object(ReflectionClass)#125 (1) { ["name"]=> string(26) "RecursiveDirectoryIterator" } ["GlobIterator"]=> object(ReflectionClass)#126 (1) { ["name"]=> string(12) "GlobIterator" } ["SplFileObject"]=> object(ReflectionClass)#127 (1) { ["name"]=> string(13) "SplFileObject" } ["SplTempFileObject"]=> object(ReflectionClass)#128 (1) { ["name"]=> string(17) "SplTempFileObject" } ["SplDoublyLinkedList"]=> object(ReflectionClass)#129 (1) { ["name"]=> string(19) "SplDoublyLinkedList" } ["SplQueue"]=> object(ReflectionClass)#130 (1) { ["name"]=> string(8) "SplQueue" } ["SplStack"]=> object(ReflectionClass)#131 (1) { ["name"]=> string(8) "SplStack" } ["SplHeap"]=> object(ReflectionClass)#132 (1) { ["name"]=> string(7) "SplHeap" } ["SplMinHeap"]=> object(ReflectionClass)#133 (1) { ["name"]=> string(10) "SplMinHeap" } ["SplMaxHeap"]=> object(ReflectionClass)#134 (1) { ["name"]=> string(10) "SplMaxHeap" } ["SplPriorityQueue"]=> object(ReflectionClass)#135 (1) { ["name"]=> string(16) "SplPriorityQueue" } ["SplFixedArray"]=> object(ReflectionClass)#136 (1) { ["name"]=> string(13) "SplFixedArray" } ["SplObserver"]=> object(ReflectionClass)#137 (1) { ["name"]=> string(11) "SplObserver" } ["SplSubject"]=> object(ReflectionClass)#138 (1) { ["name"]=> string(10) "SplSubject" } ["SplObjectStorage"]=> object(ReflectionClass)#139 (1) { ["name"]=> string(16) "SplObjectStorage" } ["MultipleIterator"]=> object(ReflectionClass)#140 (1) { ["name"]=> string(16) "MultipleIterator" } ["PDOException"]=> object(ReflectionClass)#141 (1) { ["name"]=> string(12) "PDOException" } ["PDO"]=> object(ReflectionClass)#142 (1) { ["name"]=> string(3) "PDO" } ["PDOStatement"]=> object(ReflectionClass)#143 (1) { ["name"]=> string(12) "PDOStatement" } ["PDORow"]=> object(ReflectionClass)#144 (1) { ["name"]=> string(6) "PDORow" } ["SessionHandlerInterface"]=> object(ReflectionClass)#145 (1) { ["name"]=> string(23) "SessionHandlerInterface" } ["SessionIdInterface"]=> object(ReflectionClass)#146 (1) { ["name"]=> string(18) "SessionIdInterface" } ["SessionUpdateTimestampHandlerInterface"]=> object(ReflectionClass)#147 (1) { ["name"]=> string(38) "SessionUpdateTimestampHandlerInterface" } ["SessionHandler"]=> object(ReflectionClass)#148 (1) { ["name"]=> string(14) "SessionHandler" } ["Random\Engine"]=> object(ReflectionClass)#149 (1) { ["name"]=> string(13) "Random\Engine" } ["Random\CryptoSafeEngine"]=> object(ReflectionClass)#150 (1) { ["name"]=> string(23) "Random\CryptoSafeEngine" } ["Random\RandomError"]=> object(ReflectionClass)#151 (1) { ["name"]=> string(18) "Random\RandomError" } ["Random\BrokenRandomEngineError"]=> object(ReflectionClass)#152 (1) { ["name"]=> string(30) "Random\BrokenRandomEngineError" } ["Random\RandomException"]=> object(ReflectionClass)#153 (1) { ["name"]=> string(22) "Random\RandomException" } ["Random\Engine\Mt19937"]=> object(ReflectionClass)#154 (1) { ["name"]=> string(21) "Random\Engine\Mt19937" } ["Random\Engine\PcgOneseq128XslRr64"]=> object(ReflectionClass)#155 (1) { ["name"]=> string(33) "Random\Engine\PcgOneseq128XslRr64" } ["Random\Engine\Xoshiro256StarStar"]=> object(ReflectionClass)#156 (1) { ["name"]=> string(32) "Random\Engine\Xoshiro256StarStar" } ["Random\Engine\Secure"]=> object(ReflectionClass)#157 (1) { ["name"]=> string(20) "Random\Engine\Secure" } ["Random\Randomizer"]=> object(ReflectionClass)#158 (1) { ["name"]=> string(17) "Random\Randomizer" } ["Random\IntervalBoundary"]=> object(ReflectionEnum)#159 (1) { ["name"]=> string(23) "Random\IntervalBoundary" } ["ReflectionException"]=> object(ReflectionClass)#160 (1) { ["name"]=> string(19) "ReflectionException" } ["Reflection"]=> object(ReflectionClass)#161 (1) { ["name"]=> string(10) "Reflection" } ["Reflector"]=> object(ReflectionClass)#162 (1) { ["name"]=> string(9) "Reflector" } ["ReflectionFunctionAbstract"]=> object(ReflectionClass)#163 (1) { ["name"]=> string(26) "ReflectionFunctionAbstract" } ["ReflectionFunction"]=> object(ReflectionClass)#164 (1) { ["name"]=> string(18) "ReflectionFunction" } ["ReflectionGenerator"]=> object(ReflectionClass)#165 (1) { ["name"]=> string(19) "ReflectionGenerator" } ["ReflectionParameter"]=> object(ReflectionClass)#166 (1) { ["name"]=> string(19) "ReflectionParameter" } ["ReflectionType"]=> object(ReflectionClass)#167 (1) { ["name"]=> string(14) "ReflectionType" } ["ReflectionNamedType"]=> object(ReflectionClass)#168 (1) { ["name"]=> string(19) "ReflectionNamedType" } ["ReflectionUnionType"]=> object(ReflectionClass)#169 (1) { ["name"]=> string(19) "ReflectionUnionType" } ["ReflectionIntersectionType"]=> object(ReflectionClass)#170 (1) { ["name"]=> string(26) "ReflectionIntersectionType" } ["ReflectionMethod"]=> object(ReflectionClass)#171 (1) { ["name"]=> string(16) "ReflectionMethod" } ["ReflectionClass"]=> object(ReflectionClass)#172 (1) { ["name"]=> string(15) "ReflectionClass" } ["ReflectionObject"]=> object(ReflectionClass)#173 (1) { ["name"]=> string(16) "ReflectionObject" } ["ReflectionProperty"]=> object(ReflectionClass)#174 (1) { ["name"]=> string(18) "ReflectionProperty" } ["ReflectionClassConstant"]=> object(ReflectionClass)#175 (1) { ["name"]=> string(23) "ReflectionClassConstant" } ["ReflectionExtension"]=> object(ReflectionClass)#176 (1) { ["name"]=> string(19) "ReflectionExtension" } ["ReflectionZendExtension"]=> object(ReflectionClass)#177 (1) { ["name"]=> string(23) "ReflectionZendExtension" } ["ReflectionReference"]=> object(ReflectionClass)#178 (1) { ["name"]=> string(19) "ReflectionReference" } ["ReflectionAttribute"]=> object(ReflectionClass)#179 (1) { ["name"]=> string(19) "ReflectionAttribute" } ["ReflectionEnum"]=> object(ReflectionClass)#180 (1) { ["name"]=> string(14) "ReflectionEnum" } ["ReflectionEnumUnitCase"]=> object(ReflectionClass)#181 (1) { ["name"]=> string(22) "ReflectionEnumUnitCase" } ["ReflectionEnumBackedCase"]=> object(ReflectionClass)#182 (1) { ["name"]=> string(24) "ReflectionEnumBackedCase" } ["ReflectionFiber"]=> object(ReflectionClass)#183 (1) { ["name"]=> string(15) "ReflectionFiber" } ["__PHP_Incomplete_Class"]=> object(ReflectionClass)#184 (1) { ["name"]=> string(22) "__PHP_Incomplete_Class" } ["AssertionError"]=> object(ReflectionClass)#185 (1) { ["name"]=> string(14) "AssertionError" } ["php_user_filter"]=> object(ReflectionClass)#186 (1) { ["name"]=> string(15) "php_user_filter" } ["Directory"]=> object(ReflectionClass)#187 (1) { ["name"]=> string(9) "Directory" } ["SimpleXMLElement"]=> object(ReflectionClass)#188 (1) { ["name"]=> string(16) "SimpleXMLElement" } ["SimpleXMLIterator"]=> object(ReflectionClass)#189 (1) { ["name"]=> string(17) "SimpleXMLIterator" } ["PharException"]=> object(ReflectionClass)#190 (1) { ["name"]=> string(13) "PharException" } ["Phar"]=> object(ReflectionClass)#191 (1) { ["name"]=> string(4) "Phar" } ["PharData"]=> object(ReflectionClass)#192 (1) { ["name"]=> string(8) "PharData" } ["PharFileInfo"]=> object(ReflectionClass)#193 (1) { ["name"]=> string(12) "PharFileInfo" } ["PhpToken"]=> object(ReflectionClass)#194 (1) { ["name"]=> string(8) "PhpToken" } ["XMLParser"]=> object(ReflectionClass)#195 (1) { ["name"]=> string(9) "XMLParser" } ["XMLReader"]=> object(ReflectionClass)#196 (1) { ["name"]=> string(9) "XMLReader" } ["XMLWriter"]=> object(ReflectionClass)#197 (1) { ["name"]=> string(9) "XMLWriter" } ["GMP"]=> object(ReflectionClass)#198 (1) { ["name"]=> string(3) "GMP" } ["Collator"]=> object(ReflectionClass)#199 (1) { ["name"]=> string(8) "Collator" } ["NumberFormatter"]=> object(ReflectionClass)#200 (1) { ["name"]=> string(15) "NumberFormatter" } ["Normalizer"]=> object(ReflectionClass)#201 (1) { ["name"]=> string(10) "Normalizer" } ["Locale"]=> object(ReflectionClass)#202 (1) { ["name"]=> string(6) "Locale" } ["MessageFormatter"]=> object(ReflectionClass)#203 (1) { ["name"]=> string(16) "MessageFormatter" } ["IntlDateFormatter"]=> object(ReflectionClass)#204 (1) { ["name"]=> string(17) "IntlDateFormatter" } ["IntlDatePatternGenerator"]=> object(ReflectionClass)#205 (1) { ["name"]=> string(24) "IntlDatePatternGenerator" } ["ResourceBundle"]=> object(ReflectionClass)#206 (1) { ["name"]=> string(14) "ResourceBundle" } ["Transliterator"]=> object(ReflectionClass)#207 (1) { ["name"]=> string(14) "Transliterator" } ["IntlTimeZone"]=> object(ReflectionClass)#208 (1) { ["name"]=> string(12) "IntlTimeZone" } ["IntlCalendar"]=> object(ReflectionClass)#209 (1) { ["name"]=> string(12) "IntlCalendar" } ["IntlGregorianCalendar"]=> object(ReflectionClass)#210 (1) { ["name"]=> string(21) "IntlGregorianCalendar" } ["Spoofchecker"]=> object(ReflectionClass)#211 (1) { ["name"]=> string(12) "Spoofchecker" } ["IntlException"]=> object(ReflectionClass)#212 (1) { ["name"]=> string(13) "IntlException" } ["IntlIterator"]=> object(ReflectionClass)#213 (1) { ["name"]=> string(12) "IntlIterator" } ["IntlBreakIterator"]=> object(ReflectionClass)#214 (1) { ["name"]=> string(17) "IntlBreakIterator" } ["IntlRuleBasedBreakIterator"]=> object(ReflectionClass)#215 (1) { ["name"]=> string(26) "IntlRuleBasedBreakIterator" } ["IntlCodePointBreakIterator"]=> object(ReflectionClass)#216 (1) { ["name"]=> string(26) "IntlCodePointBreakIterator" } ["IntlPartsIterator"]=> object(ReflectionClass)#217 (1) { ["name"]=> string(17) "IntlPartsIterator" } ["UConverter"]=> object(ReflectionClass)#218 (1) { ["name"]=> string(10) "UConverter" } ["IntlChar"]=> object(ReflectionClass)#219 (1) { ["name"]=> string(8) "IntlChar" } ["SodiumException"]=> object(ReflectionClass)#220 (1) { ["name"]=> string(15) "SodiumException" } }
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 array(218) { ["Traversable"]=> object(ReflectionClass)#2 (1) { ["name"]=> string(11) "Traversable" } ["IteratorAggregate"]=> object(ReflectionClass)#3 (1) { ["name"]=> string(17) "IteratorAggregate" } ["Iterator"]=> object(ReflectionClass)#4 (1) { ["name"]=> string(8) "Iterator" } ["Serializable"]=> object(ReflectionClass)#5 (1) { ["name"]=> string(12) "Serializable" } ["ArrayAccess"]=> object(ReflectionClass)#6 (1) { ["name"]=> string(11) "ArrayAccess" } ["Countable"]=> object(ReflectionClass)#7 (1) { ["name"]=> string(9) "Countable" } ["Stringable"]=> object(ReflectionClass)#8 (1) { ["name"]=> string(10) "Stringable" } ["InternalIterator"]=> object(ReflectionClass)#9 (1) { ["name"]=> string(16) "InternalIterator" } ["Throwable"]=> object(ReflectionClass)#10 (1) { ["name"]=> string(9) "Throwable" } ["Exception"]=> object(ReflectionClass)#11 (1) { ["name"]=> string(9) "Exception" } ["ErrorException"]=> object(ReflectionClass)#12 (1) { ["name"]=> string(14) "ErrorException" } ["Error"]=> object(ReflectionClass)#13 (1) { ["name"]=> string(5) "Error" } ["CompileError"]=> object(ReflectionClass)#14 (1) { ["name"]=> string(12) "CompileError" } ["ParseError"]=> object(ReflectionClass)#15 (1) { ["name"]=> string(10) "ParseError" } ["TypeError"]=> object(ReflectionClass)#16 (1) { ["name"]=> string(9) "TypeError" } ["ArgumentCountError"]=> object(ReflectionClass)#17 (1) { ["name"]=> string(18) "ArgumentCountError" } ["ValueError"]=> object(ReflectionClass)#18 (1) { ["name"]=> string(10) "ValueError" } ["ArithmeticError"]=> object(ReflectionClass)#19 (1) { ["name"]=> string(15) "ArithmeticError" } ["DivisionByZeroError"]=> object(ReflectionClass)#20 (1) { ["name"]=> string(19) "DivisionByZeroError" } ["UnhandledMatchError"]=> object(ReflectionClass)#21 (1) { ["name"]=> string(19) "UnhandledMatchError" } ["Closure"]=> object(ReflectionClass)#22 (1) { ["name"]=> string(7) "Closure" } ["Generator"]=> object(ReflectionClass)#23 (1) { ["name"]=> string(9) "Generator" } ["ClosedGeneratorException"]=> object(ReflectionClass)#24 (1) { ["name"]=> string(24) "ClosedGeneratorException" } ["WeakReference"]=> object(ReflectionClass)#25 (1) { ["name"]=> string(13) "WeakReference" } ["WeakMap"]=> object(ReflectionClass)#26 (1) { ["name"]=> string(7) "WeakMap" } ["Attribute"]=> object(ReflectionClass)#27 (1) { ["name"]=> string(9) "Attribute" } ["ReturnTypeWillChange"]=> object(ReflectionClass)#28 (1) { ["name"]=> string(20) "ReturnTypeWillChange" } ["AllowDynamicProperties"]=> object(ReflectionClass)#29 (1) { ["name"]=> string(22) "AllowDynamicProperties" } ["SensitiveParameter"]=> object(ReflectionClass)#30 (1) { ["name"]=> string(18) "SensitiveParameter" } ["SensitiveParameterValue"]=> object(ReflectionClass)#31 (1) { ["name"]=> string(23) "SensitiveParameterValue" } ["Override"]=> object(ReflectionClass)#32 (1) { ["name"]=> string(8) "Override" } ["UnitEnum"]=> object(ReflectionClass)#33 (1) { ["name"]=> string(8) "UnitEnum" } ["BackedEnum"]=> object(ReflectionClass)#34 (1) { ["name"]=> string(10) "BackedEnum" } ["Fiber"]=> object(ReflectionClass)#35 (1) { ["name"]=> string(5) "Fiber" } ["FiberError"]=> object(ReflectionClass)#36 (1) { ["name"]=> string(10) "FiberError" } ["stdClass"]=> object(ReflectionClass)#37 (1) { ["name"]=> string(8) "stdClass" } ["DateTimeInterface"]=> object(ReflectionClass)#38 (1) { ["name"]=> string(17) "DateTimeInterface" } ["DateTime"]=> object(ReflectionClass)#39 (1) { ["name"]=> string(8) "DateTime" } ["DateTimeImmutable"]=> object(ReflectionClass)#40 (1) { ["name"]=> string(17) "DateTimeImmutable" } ["DateTimeZone"]=> object(ReflectionClass)#41 (1) { ["name"]=> string(12) "DateTimeZone" } ["DateInterval"]=> object(ReflectionClass)#42 (1) { ["name"]=> string(12) "DateInterval" } ["DatePeriod"]=> object(ReflectionClass)#43 (1) { ["name"]=> string(10) "DatePeriod" } ["DateError"]=> object(ReflectionClass)#44 (1) { ["name"]=> string(9) "DateError" } ["DateObjectError"]=> object(ReflectionClass)#45 (1) { ["name"]=> string(15) "DateObjectError" } ["DateRangeError"]=> object(ReflectionClass)#46 (1) { ["name"]=> string(14) "DateRangeError" } ["DateException"]=> object(ReflectionClass)#47 (1) { ["name"]=> string(13) "DateException" } ["DateInvalidTimeZoneException"]=> object(ReflectionClass)#48 (1) { ["name"]=> string(28) "DateInvalidTimeZoneException" } ["DateInvalidOperationException"]=> object(ReflectionClass)#49 (1) { ["name"]=> string(29) "DateInvalidOperationException" } ["DateMalformedStringException"]=> object(ReflectionClass)#50 (1) { ["name"]=> string(28) "DateMalformedStringException" } ["DateMalformedIntervalStringException"]=> object(ReflectionClass)#51 (1) { ["name"]=> string(36) "DateMalformedIntervalStringException" } ["DateMalformedPeriodStringException"]=> object(ReflectionClass)#52 (1) { ["name"]=> string(34) "DateMalformedPeriodStringException" } ["LibXMLError"]=> object(ReflectionClass)#53 (1) { ["name"]=> string(11) "LibXMLError" } ["SQLite3Exception"]=> object(ReflectionClass)#54 (1) { ["name"]=> string(16) "SQLite3Exception" } ["SQLite3"]=> object(ReflectionClass)#55 (1) { ["name"]=> string(7) "SQLite3" } ["SQLite3Stmt"]=> object(ReflectionClass)#56 (1) { ["name"]=> string(11) "SQLite3Stmt" } ["SQLite3Result"]=> object(ReflectionClass)#57 (1) { ["name"]=> string(13) "SQLite3Result" } ["InflateContext"]=> object(ReflectionClass)#58 (1) { ["name"]=> string(14) "InflateContext" } ["DeflateContext"]=> object(ReflectionClass)#59 (1) { ["name"]=> string(14) "DeflateContext" } ["DOMException"]=> object(ReflectionClass)#60 (1) { ["name"]=> string(12) "DOMException" } ["DOMParentNode"]=> object(ReflectionClass)#61 (1) { ["name"]=> string(13) "DOMParentNode" } ["DOMChildNode"]=> object(ReflectionClass)#62 (1) { ["name"]=> string(12) "DOMChildNode" } ["DOMImplementation"]=> object(ReflectionClass)#63 (1) { ["name"]=> string(17) "DOMImplementation" } ["DOMNode"]=> object(ReflectionClass)#64 (1) { ["name"]=> string(7) "DOMNode" } ["DOMNameSpaceNode"]=> object(ReflectionClass)#65 (1) { ["name"]=> string(16) "DOMNameSpaceNode" } ["DOMDocumentFragment"]=> object(ReflectionClass)#66 (1) { ["name"]=> string(19) "DOMDocumentFragment" } ["DOMDocument"]=> object(ReflectionClass)#67 (1) { ["name"]=> string(11) "DOMDocument" } ["DOMNodeList"]=> object(ReflectionClass)#68 (1) { ["name"]=> string(11) "DOMNodeList" } ["DOMNamedNodeMap"]=> object(ReflectionClass)#69 (1) { ["name"]=> string(15) "DOMNamedNodeMap" } ["DOMCharacterData"]=> object(ReflectionClass)#70 (1) { ["name"]=> string(16) "DOMCharacterData" } ["DOMAttr"]=> object(ReflectionClass)#71 (1) { ["name"]=> string(7) "DOMAttr" } ["DOMElement"]=> object(ReflectionClass)#72 (1) { ["name"]=> string(10) "DOMElement" } ["DOMText"]=> object(ReflectionClass)#73 (1) { ["name"]=> string(7) "DOMText" } ["DOMComment"]=> object(ReflectionClass)#74 (1) { ["name"]=> string(10) "DOMComment" } ["DOMCdataSection"]=> object(ReflectionClass)#75 (1) { ["name"]=> string(15) "DOMCdataSection" } ["DOMDocumentType"]=> object(ReflectionClass)#76 (1) { ["name"]=> string(15) "DOMDocumentType" } ["DOMNotation"]=> object(ReflectionClass)#77 (1) { ["name"]=> string(11) "DOMNotation" } ["DOMEntity"]=> object(ReflectionClass)#78 (1) { ["name"]=> string(9) "DOMEntity" } ["DOMEntityReference"]=> object(ReflectionClass)#79 (1) { ["name"]=> string(18) "DOMEntityReference" } ["DOMProcessingInstruction"]=> object(ReflectionClass)#80 (1) { ["name"]=> string(24) "DOMProcessingInstruction" } ["DOMXPath"]=> object(ReflectionClass)#81 (1) { ["name"]=> string(8) "DOMXPath" } ["finfo"]=> object(ReflectionClass)#82 (1) { ["name"]=> string(5) "finfo" } ["HashContext"]=> object(ReflectionClass)#83 (1) { ["name"]=> string(11) "HashContext" } ["JsonSerializable"]=> object(ReflectionClass)#84 (1) { ["name"]=> string(16) "JsonSerializable" } ["JsonException"]=> object(ReflectionClass)#85 (1) { ["name"]=> string(13) "JsonException" } ["LogicException"]=> object(ReflectionClass)#86 (1) { ["name"]=> string(14) "LogicException" } ["BadFunctionCallException"]=> object(ReflectionClass)#87 (1) { ["name"]=> string(24) "BadFunctionCallException" } ["BadMethodCallException"]=> object(ReflectionClass)#88 (1) { ["name"]=> string(22) "BadMethodCallException" } ["DomainException"]=> object(ReflectionClass)#89 (1) { ["name"]=> string(15) "DomainException" } ["InvalidArgumentException"]=> object(ReflectionClass)#90 (1) { ["name"]=> string(24) "InvalidArgumentException" } ["LengthException"]=> object(ReflectionClass)#91 (1) { ["name"]=> string(15) "LengthException" } ["OutOfRangeException"]=> object(ReflectionClass)#92 (1) { ["name"]=> string(19) "OutOfRangeException" } ["RuntimeException"]=> object(ReflectionClass)#93 (1) { ["name"]=> string(16) "RuntimeException" } ["OutOfBoundsException"]=> object(ReflectionClass)#94 (1) { ["name"]=> string(20) "OutOfBoundsException" } ["OverflowException"]=> object(ReflectionClass)#95 (1) { ["name"]=> string(17) "OverflowException" } ["RangeException"]=> object(ReflectionClass)#96 (1) { ["name"]=> string(14) "RangeException" } ["UnderflowException"]=> object(ReflectionClass)#97 (1) { ["name"]=> string(18) "UnderflowException" } ["UnexpectedValueException"]=> object(ReflectionClass)#98 (1) { ["name"]=> string(24) "UnexpectedValueException" } ["RecursiveIterator"]=> object(ReflectionClass)#99 (1) { ["name"]=> string(17) "RecursiveIterator" } ["OuterIterator"]=> object(ReflectionClass)#100 (1) { ["name"]=> string(13) "OuterIterator" } ["RecursiveIteratorIterator"]=> object(ReflectionClass)#101 (1) { ["name"]=> string(25) "RecursiveIteratorIterator" } ["IteratorIterator"]=> object(ReflectionClass)#102 (1) { ["name"]=> string(16) "IteratorIterator" } ["FilterIterator"]=> object(ReflectionClass)#103 (1) { ["name"]=> string(14) "FilterIterator" } ["RecursiveFilterIterator"]=> object(ReflectionClass)#104 (1) { ["name"]=> string(23) "RecursiveFilterIterator" } ["CallbackFilterIterator"]=> object(ReflectionClass)#105 (1) { ["name"]=> string(22) "CallbackFilterIterator" } ["RecursiveCallbackFilterIterator"]=> object(ReflectionClass)#106 (1) { ["name"]=> string(31) "RecursiveCallbackFilterIterator" } ["ParentIterator"]=> object(ReflectionClass)#107 (1) { ["name"]=> string(14) "ParentIterator" } ["SeekableIterator"]=> object(ReflectionClass)#108 (1) { ["name"]=> string(16) "SeekableIterator" } ["LimitIterator"]=> object(ReflectionClass)#109 (1) { ["name"]=> string(13) "LimitIterator" } ["CachingIterator"]=> object(ReflectionClass)#110 (1) { ["name"]=> string(15) "CachingIterator" } ["RecursiveCachingIterator"]=> object(ReflectionClass)#111 (1) { ["name"]=> string(24) "RecursiveCachingIterator" } ["NoRewindIterator"]=> object(ReflectionClass)#112 (1) { ["name"]=> string(16) "NoRewindIterator" } ["AppendIterator"]=> object(ReflectionClass)#113 (1) { ["name"]=> string(14) "AppendIterator" } ["InfiniteIterator"]=> object(ReflectionClass)#114 (1) { ["name"]=> string(16) "InfiniteIterator" } ["RegexIterator"]=> object(ReflectionClass)#115 (1) { ["name"]=> string(13) "RegexIterator" } ["RecursiveRegexIterator"]=> object(ReflectionClass)#116 (1) { ["name"]=> string(22) "RecursiveRegexIterator" } ["EmptyIterator"]=> object(ReflectionClass)#117 (1) { ["name"]=> string(13) "EmptyIterator" } ["RecursiveTreeIterator"]=> object(ReflectionClass)#118 (1) { ["name"]=> string(21) "RecursiveTreeIterator" } ["ArrayObject"]=> object(ReflectionClass)#119 (1) { ["name"]=> string(11) "ArrayObject" } ["ArrayIterator"]=> object(ReflectionClass)#120 (1) { ["name"]=> string(13) "ArrayIterator" } ["RecursiveArrayIterator"]=> object(ReflectionClass)#121 (1) { ["name"]=> string(22) "RecursiveArrayIterator" } ["SplFileInfo"]=> object(ReflectionClass)#122 (1) { ["name"]=> string(11) "SplFileInfo" } ["DirectoryIterator"]=> object(ReflectionClass)#123 (1) { ["name"]=> string(17) "DirectoryIterator" } ["FilesystemIterator"]=> object(ReflectionClass)#124 (1) { ["name"]=> string(18) "FilesystemIterator" } ["RecursiveDirectoryIterator"]=> object(ReflectionClass)#125 (1) { ["name"]=> string(26) "RecursiveDirectoryIterator" } ["GlobIterator"]=> object(ReflectionClass)#126 (1) { ["name"]=> string(12) "GlobIterator" } ["SplFileObject"]=> object(ReflectionClass)#127 (1) { ["name"]=> string(13) "SplFileObject" } ["SplTempFileObject"]=> object(ReflectionClass)#128 (1) { ["name"]=> string(17) "SplTempFileObject" } ["SplDoublyLinkedList"]=> object(ReflectionClass)#129 (1) { ["name"]=> string(19) "SplDoublyLinkedList" } ["SplQueue"]=> object(ReflectionClass)#130 (1) { ["name"]=> string(8) "SplQueue" } ["SplStack"]=> object(ReflectionClass)#131 (1) { ["name"]=> string(8) "SplStack" } ["SplHeap"]=> object(ReflectionClass)#132 (1) { ["name"]=> string(7) "SplHeap" } ["SplMinHeap"]=> object(ReflectionClass)#133 (1) { ["name"]=> string(10) "SplMinHeap" } ["SplMaxHeap"]=> object(ReflectionClass)#134 (1) { ["name"]=> string(10) "SplMaxHeap" } ["SplPriorityQueue"]=> object(ReflectionClass)#135 (1) { ["name"]=> string(16) "SplPriorityQueue" } ["SplFixedArray"]=> object(ReflectionClass)#136 (1) { ["name"]=> string(13) "SplFixedArray" } ["SplObserver"]=> object(ReflectionClass)#137 (1) { ["name"]=> string(11) "SplObserver" } ["SplSubject"]=> object(ReflectionClass)#138 (1) { ["name"]=> string(10) "SplSubject" } ["SplObjectStorage"]=> object(ReflectionClass)#139 (1) { ["name"]=> string(16) "SplObjectStorage" } ["MultipleIterator"]=> object(ReflectionClass)#140 (1) { ["name"]=> string(16) "MultipleIterator" } ["PDOException"]=> object(ReflectionClass)#141 (1) { ["name"]=> string(12) "PDOException" } ["PDO"]=> object(ReflectionClass)#142 (1) { ["name"]=> string(3) "PDO" } ["PDOStatement"]=> object(ReflectionClass)#143 (1) { ["name"]=> string(12) "PDOStatement" } ["PDORow"]=> object(ReflectionClass)#144 (1) { ["name"]=> string(6) "PDORow" } ["SessionHandlerInterface"]=> object(ReflectionClass)#145 (1) { ["name"]=> string(23) "SessionHandlerInterface" } ["SessionIdInterface"]=> object(ReflectionClass)#146 (1) { ["name"]=> string(18) "SessionIdInterface" } ["SessionUpdateTimestampHandlerInterface"]=> object(ReflectionClass)#147 (1) { ["name"]=> string(38) "SessionUpdateTimestampHandlerInterface" } ["SessionHandler"]=> object(ReflectionClass)#148 (1) { ["name"]=> string(14) "SessionHandler" } ["Random\Engine"]=> object(ReflectionClass)#149 (1) { ["name"]=> string(13) "Random\Engine" } ["Random\CryptoSafeEngine"]=> object(ReflectionClass)#150 (1) { ["name"]=> string(23) "Random\CryptoSafeEngine" } ["Random\RandomError"]=> object(ReflectionClass)#151 (1) { ["name"]=> string(18) "Random\RandomError" } ["Random\BrokenRandomEngineError"]=> object(ReflectionClass)#152 (1) { ["name"]=> string(30) "Random\BrokenRandomEngineError" } ["Random\RandomException"]=> object(ReflectionClass)#153 (1) { ["name"]=> string(22) "Random\RandomException" } ["Random\Engine\Mt19937"]=> object(ReflectionClass)#154 (1) { ["name"]=> string(21) "Random\Engine\Mt19937" } ["Random\Engine\PcgOneseq128XslRr64"]=> object(ReflectionClass)#155 (1) { ["name"]=> string(33) "Random\Engine\PcgOneseq128XslRr64" } ["Random\Engine\Xoshiro256StarStar"]=> object(ReflectionClass)#156 (1) { ["name"]=> string(32) "Random\Engine\Xoshiro256StarStar" } ["Random\Engine\Secure"]=> object(ReflectionClass)#157 (1) { ["name"]=> string(20) "Random\Engine\Secure" } ["Random\Randomizer"]=> object(ReflectionClass)#158 (1) { ["name"]=> string(17) "Random\Randomizer" } ["Random\IntervalBoundary"]=> object(ReflectionEnum)#159 (1) { ["name"]=> string(23) "Random\IntervalBoundary" } ["ReflectionException"]=> object(ReflectionClass)#160 (1) { ["name"]=> string(19) "ReflectionException" } ["Reflection"]=> object(ReflectionClass)#161 (1) { ["name"]=> string(10) "Reflection" } ["Reflector"]=> object(ReflectionClass)#162 (1) { ["name"]=> string(9) "Reflector" } ["ReflectionFunctionAbstract"]=> object(ReflectionClass)#163 (1) { ["name"]=> string(26) "ReflectionFunctionAbstract" } ["ReflectionFunction"]=> object(ReflectionClass)#164 (1) { ["name"]=> string(18) "ReflectionFunction" } ["ReflectionGenerator"]=> object(ReflectionClass)#165 (1) { ["name"]=> string(19) "ReflectionGenerator" } ["ReflectionParameter"]=> object(ReflectionClass)#166 (1) { ["name"]=> string(19) "ReflectionParameter" } ["ReflectionType"]=> object(ReflectionClass)#167 (1) { ["name"]=> string(14) "ReflectionType" } ["ReflectionNamedType"]=> object(ReflectionClass)#168 (1) { ["name"]=> string(19) "ReflectionNamedType" } ["ReflectionUnionType"]=> object(ReflectionClass)#169 (1) { ["name"]=> string(19) "ReflectionUnionType" } ["ReflectionIntersectionType"]=> object(ReflectionClass)#170 (1) { ["name"]=> string(26) "ReflectionIntersectionType" } ["ReflectionMethod"]=> object(ReflectionClass)#171 (1) { ["name"]=> string(16) "ReflectionMethod" } ["ReflectionClass"]=> object(ReflectionClass)#172 (1) { ["name"]=> string(15) "ReflectionClass" } ["ReflectionObject"]=> object(ReflectionClass)#173 (1) { ["name"]=> string(16) "ReflectionObject" } ["ReflectionProperty"]=> object(ReflectionClass)#174 (1) { ["name"]=> string(18) "ReflectionProperty" } ["ReflectionClassConstant"]=> object(ReflectionClass)#175 (1) { ["name"]=> string(23) "ReflectionClassConstant" } ["ReflectionExtension"]=> object(ReflectionClass)#176 (1) { ["name"]=> string(19) "ReflectionExtension" } ["ReflectionZendExtension"]=> object(ReflectionClass)#177 (1) { ["name"]=> string(23) "ReflectionZendExtension" } ["ReflectionReference"]=> object(ReflectionClass)#178 (1) { ["name"]=> string(19) "ReflectionReference" } ["ReflectionAttribute"]=> object(ReflectionClass)#179 (1) { ["name"]=> string(19) "ReflectionAttribute" } ["ReflectionEnum"]=> object(ReflectionClass)#180 (1) { ["name"]=> string(14) "ReflectionEnum" } ["ReflectionEnumUnitCase"]=> object(ReflectionClass)#181 (1) { ["name"]=> string(22) "ReflectionEnumUnitCase" } ["ReflectionEnumBackedCase"]=> object(ReflectionClass)#182 (1) { ["name"]=> string(24) "ReflectionEnumBackedCase" } ["ReflectionFiber"]=> object(ReflectionClass)#183 (1) { ["name"]=> string(15) "ReflectionFiber" } ["__PHP_Incomplete_Class"]=> object(ReflectionClass)#184 (1) { ["name"]=> string(22) "__PHP_Incomplete_Class" } ["AssertionError"]=> object(ReflectionClass)#185 (1) { ["name"]=> string(14) "AssertionError" } ["php_user_filter"]=> object(ReflectionClass)#186 (1) { ["name"]=> string(15) "php_user_filter" } ["Directory"]=> object(ReflectionClass)#187 (1) { ["name"]=> string(9) "Directory" } ["SimpleXMLElement"]=> object(ReflectionClass)#188 (1) { ["name"]=> string(16) "SimpleXMLElement" } ["SimpleXMLIterator"]=> object(ReflectionClass)#189 (1) { ["name"]=> string(17) "SimpleXMLIterator" } ["PharException"]=> object(ReflectionClass)#190 (1) { ["name"]=> string(13) "PharException" } ["Phar"]=> object(ReflectionClass)#191 (1) { ["name"]=> string(4) "Phar" } ["PharData"]=> object(ReflectionClass)#192 (1) { ["name"]=> string(8) "PharData" } ["PharFileInfo"]=> object(ReflectionClass)#193 (1) { ["name"]=> string(12) "PharFileInfo" } ["PhpToken"]=> object(ReflectionClass)#194 (1) { ["name"]=> string(8) "PhpToken" } ["XMLParser"]=> object(ReflectionClass)#195 (1) { ["name"]=> string(9) "XMLParser" } ["XMLReader"]=> object(ReflectionClass)#196 (1) { ["name"]=> string(9) "XMLReader" } ["XMLWriter"]=> object(ReflectionClass)#197 (1) { ["name"]=> string(9) "XMLWriter" } ["GMP"]=> object(ReflectionClass)#198 (1) { ["name"]=> string(3) "GMP" } ["Collator"]=> object(ReflectionClass)#199 (1) { ["name"]=> string(8) "Collator" } ["NumberFormatter"]=> object(ReflectionClass)#200 (1) { ["name"]=> string(15) "NumberFormatter" } ["Normalizer"]=> object(ReflectionClass)#201 (1) { ["name"]=> string(10) "Normalizer" } ["Locale"]=> object(ReflectionClass)#202 (1) { ["name"]=> string(6) "Locale" } ["MessageFormatter"]=> object(ReflectionClass)#203 (1) { ["name"]=> string(16) "MessageFormatter" } ["IntlDateFormatter"]=> object(ReflectionClass)#204 (1) { ["name"]=> string(17) "IntlDateFormatter" } ["IntlDatePatternGenerator"]=> object(ReflectionClass)#205 (1) { ["name"]=> string(24) "IntlDatePatternGenerator" } ["ResourceBundle"]=> object(ReflectionClass)#206 (1) { ["name"]=> string(14) "ResourceBundle" } ["Transliterator"]=> object(ReflectionClass)#207 (1) { ["name"]=> string(14) "Transliterator" } ["IntlTimeZone"]=> object(ReflectionClass)#208 (1) { ["name"]=> string(12) "IntlTimeZone" } ["IntlCalendar"]=> object(ReflectionClass)#209 (1) { ["name"]=> string(12) "IntlCalendar" } ["IntlGregorianCalendar"]=> object(ReflectionClass)#210 (1) { ["name"]=> string(21) "IntlGregorianCalendar" } ["Spoofchecker"]=> object(ReflectionClass)#211 (1) { ["name"]=> string(12) "Spoofchecker" } ["IntlException"]=> object(ReflectionClass)#212 (1) { ["name"]=> string(13) "IntlException" } ["IntlIterator"]=> object(ReflectionClass)#213 (1) { ["name"]=> string(12) "IntlIterator" } ["IntlBreakIterator"]=> object(ReflectionClass)#214 (1) { ["name"]=> string(17) "IntlBreakIterator" } ["IntlRuleBasedBreakIterator"]=> object(ReflectionClass)#215 (1) { ["name"]=> string(26) "IntlRuleBasedBreakIterator" } ["IntlCodePointBreakIterator"]=> object(ReflectionClass)#216 (1) { ["name"]=> string(26) "IntlCodePointBreakIterator" } ["IntlPartsIterator"]=> object(ReflectionClass)#217 (1) { ["name"]=> string(17) "IntlPartsIterator" } ["UConverter"]=> object(ReflectionClass)#218 (1) { ["name"]=> string(10) "UConverter" } ["IntlChar"]=> object(ReflectionClass)#219 (1) { ["name"]=> string(8) "IntlChar" } }
Output for 8.2.0 - 8.2.19
array(207) { ["Traversable"]=> object(ReflectionClass)#2 (1) { ["name"]=> string(11) "Traversable" } ["IteratorAggregate"]=> object(ReflectionClass)#3 (1) { ["name"]=> string(17) "IteratorAggregate" } ["Iterator"]=> object(ReflectionClass)#4 (1) { ["name"]=> string(8) "Iterator" } ["Serializable"]=> object(ReflectionClass)#5 (1) { ["name"]=> string(12) "Serializable" } ["ArrayAccess"]=> object(ReflectionClass)#6 (1) { ["name"]=> string(11) "ArrayAccess" } ["Countable"]=> object(ReflectionClass)#7 (1) { ["name"]=> string(9) "Countable" } ["Stringable"]=> object(ReflectionClass)#8 (1) { ["name"]=> string(10) "Stringable" } ["InternalIterator"]=> object(ReflectionClass)#9 (1) { ["name"]=> string(16) "InternalIterator" } ["Throwable"]=> object(ReflectionClass)#10 (1) { ["name"]=> string(9) "Throwable" } ["Exception"]=> object(ReflectionClass)#11 (1) { ["name"]=> string(9) "Exception" } ["ErrorException"]=> object(ReflectionClass)#12 (1) { ["name"]=> string(14) "ErrorException" } ["Error"]=> object(ReflectionClass)#13 (1) { ["name"]=> string(5) "Error" } ["CompileError"]=> object(ReflectionClass)#14 (1) { ["name"]=> string(12) "CompileError" } ["ParseError"]=> object(ReflectionClass)#15 (1) { ["name"]=> string(10) "ParseError" } ["TypeError"]=> object(ReflectionClass)#16 (1) { ["name"]=> string(9) "TypeError" } ["ArgumentCountError"]=> object(ReflectionClass)#17 (1) { ["name"]=> string(18) "ArgumentCountError" } ["ValueError"]=> object(ReflectionClass)#18 (1) { ["name"]=> string(10) "ValueError" } ["ArithmeticError"]=> object(ReflectionClass)#19 (1) { ["name"]=> string(15) "ArithmeticError" } ["DivisionByZeroError"]=> object(ReflectionClass)#20 (1) { ["name"]=> string(19) "DivisionByZeroError" } ["UnhandledMatchError"]=> object(ReflectionClass)#21 (1) { ["name"]=> string(19) "UnhandledMatchError" } ["Closure"]=> object(ReflectionClass)#22 (1) { ["name"]=> string(7) "Closure" } ["Generator"]=> object(ReflectionClass)#23 (1) { ["name"]=> string(9) "Generator" } ["ClosedGeneratorException"]=> object(ReflectionClass)#24 (1) { ["name"]=> string(24) "ClosedGeneratorException" } ["WeakReference"]=> object(ReflectionClass)#25 (1) { ["name"]=> string(13) "WeakReference" } ["WeakMap"]=> object(ReflectionClass)#26 (1) { ["name"]=> string(7) "WeakMap" } ["Attribute"]=> object(ReflectionClass)#27 (1) { ["name"]=> string(9) "Attribute" } ["ReturnTypeWillChange"]=> object(ReflectionClass)#28 (1) { ["name"]=> string(20) "ReturnTypeWillChange" } ["AllowDynamicProperties"]=> object(ReflectionClass)#29 (1) { ["name"]=> string(22) "AllowDynamicProperties" } ["SensitiveParameter"]=> object(ReflectionClass)#30 (1) { ["name"]=> string(18) "SensitiveParameter" } ["SensitiveParameterValue"]=> object(ReflectionClass)#31 (1) { ["name"]=> string(23) "SensitiveParameterValue" } ["UnitEnum"]=> object(ReflectionClass)#32 (1) { ["name"]=> string(8) "UnitEnum" } ["BackedEnum"]=> object(ReflectionClass)#33 (1) { ["name"]=> string(10) "BackedEnum" } ["Fiber"]=> object(ReflectionClass)#34 (1) { ["name"]=> string(5) "Fiber" } ["FiberError"]=> object(ReflectionClass)#35 (1) { ["name"]=> string(10) "FiberError" } ["stdClass"]=> object(ReflectionClass)#36 (1) { ["name"]=> string(8) "stdClass" } ["DateTimeInterface"]=> object(ReflectionClass)#37 (1) { ["name"]=> string(17) "DateTimeInterface" } ["DateTime"]=> object(ReflectionClass)#38 (1) { ["name"]=> string(8) "DateTime" } ["DateTimeImmutable"]=> object(ReflectionClass)#39 (1) { ["name"]=> string(17) "DateTimeImmutable" } ["DateTimeZone"]=> object(ReflectionClass)#40 (1) { ["name"]=> string(12) "DateTimeZone" } ["DateInterval"]=> object(ReflectionClass)#41 (1) { ["name"]=> string(12) "DateInterval" } ["DatePeriod"]=> object(ReflectionClass)#42 (1) { ["name"]=> string(10) "DatePeriod" } ["LibXMLError"]=> object(ReflectionClass)#43 (1) { ["name"]=> string(11) "LibXMLError" } ["SQLite3"]=> object(ReflectionClass)#44 (1) { ["name"]=> string(7) "SQLite3" } ["SQLite3Stmt"]=> object(ReflectionClass)#45 (1) { ["name"]=> string(11) "SQLite3Stmt" } ["SQLite3Result"]=> object(ReflectionClass)#46 (1) { ["name"]=> string(13) "SQLite3Result" } ["InflateContext"]=> object(ReflectionClass)#47 (1) { ["name"]=> string(14) "InflateContext" } ["DeflateContext"]=> object(ReflectionClass)#48 (1) { ["name"]=> string(14) "DeflateContext" } ["DOMException"]=> object(ReflectionClass)#49 (1) { ["name"]=> string(12) "DOMException" } ["DOMParentNode"]=> object(ReflectionClass)#50 (1) { ["name"]=> string(13) "DOMParentNode" } ["DOMChildNode"]=> object(ReflectionClass)#51 (1) { ["name"]=> string(12) "DOMChildNode" } ["DOMImplementation"]=> object(ReflectionClass)#52 (1) { ["name"]=> string(17) "DOMImplementation" } ["DOMNode"]=> object(ReflectionClass)#53 (1) { ["name"]=> string(7) "DOMNode" } ["DOMNameSpaceNode"]=> object(ReflectionClass)#54 (1) { ["name"]=> string(16) "DOMNameSpaceNode" } ["DOMDocumentFragment"]=> object(ReflectionClass)#55 (1) { ["name"]=> string(19) "DOMDocumentFragment" } ["DOMDocument"]=> object(ReflectionClass)#56 (1) { ["name"]=> string(11) "DOMDocument" } ["DOMNodeList"]=> object(ReflectionClass)#57 (1) { ["name"]=> string(11) "DOMNodeList" } ["DOMNamedNodeMap"]=> object(ReflectionClass)#58 (1) { ["name"]=> string(15) "DOMNamedNodeMap" } ["DOMCharacterData"]=> object(ReflectionClass)#59 (1) { ["name"]=> string(16) "DOMCharacterData" } ["DOMAttr"]=> object(ReflectionClass)#60 (1) { ["name"]=> string(7) "DOMAttr" } ["DOMElement"]=> object(ReflectionClass)#61 (1) { ["name"]=> string(10) "DOMElement" } ["DOMText"]=> object(ReflectionClass)#62 (1) { ["name"]=> string(7) "DOMText" } ["DOMComment"]=> object(ReflectionClass)#63 (1) { ["name"]=> string(10) "DOMComment" } ["DOMCdataSection"]=> object(ReflectionClass)#64 (1) { ["name"]=> string(15) "DOMCdataSection" } ["DOMDocumentType"]=> object(ReflectionClass)#65 (1) { ["name"]=> string(15) "DOMDocumentType" } ["DOMNotation"]=> object(ReflectionClass)#66 (1) { ["name"]=> string(11) "DOMNotation" } ["DOMEntity"]=> object(ReflectionClass)#67 (1) { ["name"]=> string(9) "DOMEntity" } ["DOMEntityReference"]=> object(ReflectionClass)#68 (1) { ["name"]=> string(18) "DOMEntityReference" } ["DOMProcessingInstruction"]=> object(ReflectionClass)#69 (1) { ["name"]=> string(24) "DOMProcessingInstruction" } ["DOMXPath"]=> object(ReflectionClass)#70 (1) { ["name"]=> string(8) "DOMXPath" } ["finfo"]=> object(ReflectionClass)#71 (1) { ["name"]=> string(5) "finfo" } ["HashContext"]=> object(ReflectionClass)#72 (1) { ["name"]=> string(11) "HashContext" } ["JsonSerializable"]=> object(ReflectionClass)#73 (1) { ["name"]=> string(16) "JsonSerializable" } ["JsonException"]=> object(ReflectionClass)#74 (1) { ["name"]=> string(13) "JsonException" } ["LogicException"]=> object(ReflectionClass)#75 (1) { ["name"]=> string(14) "LogicException" } ["BadFunctionCallException"]=> object(ReflectionClass)#76 (1) { ["name"]=> string(24) "BadFunctionCallException" } ["BadMethodCallException"]=> object(ReflectionClass)#77 (1) { ["name"]=> string(22) "BadMethodCallException" } ["DomainException"]=> object(ReflectionClass)#78 (1) { ["name"]=> string(15) "DomainException" } ["InvalidArgumentException"]=> object(ReflectionClass)#79 (1) { ["name"]=> string(24) "InvalidArgumentException" } ["LengthException"]=> object(ReflectionClass)#80 (1) { ["name"]=> string(15) "LengthException" } ["OutOfRangeException"]=> object(ReflectionClass)#81 (1) { ["name"]=> string(19) "OutOfRangeException" } ["RuntimeException"]=> object(ReflectionClass)#82 (1) { ["name"]=> string(16) "RuntimeException" } ["OutOfBoundsException"]=> object(ReflectionClass)#83 (1) { ["name"]=> string(20) "OutOfBoundsException" } ["OverflowException"]=> object(ReflectionClass)#84 (1) { ["name"]=> string(17) "OverflowException" } ["RangeException"]=> object(ReflectionClass)#85 (1) { ["name"]=> string(14) "RangeException" } ["UnderflowException"]=> object(ReflectionClass)#86 (1) { ["name"]=> string(18) "UnderflowException" } ["UnexpectedValueException"]=> object(ReflectionClass)#87 (1) { ["name"]=> string(24) "UnexpectedValueException" } ["RecursiveIterator"]=> object(ReflectionClass)#88 (1) { ["name"]=> string(17) "RecursiveIterator" } ["OuterIterator"]=> object(ReflectionClass)#89 (1) { ["name"]=> string(13) "OuterIterator" } ["RecursiveIteratorIterator"]=> object(ReflectionClass)#90 (1) { ["name"]=> string(25) "RecursiveIteratorIterator" } ["IteratorIterator"]=> object(ReflectionClass)#91 (1) { ["name"]=> string(16) "IteratorIterator" } ["FilterIterator"]=> object(ReflectionClass)#92 (1) { ["name"]=> string(14) "FilterIterator" } ["RecursiveFilterIterator"]=> object(ReflectionClass)#93 (1) { ["name"]=> string(23) "RecursiveFilterIterator" } ["CallbackFilterIterator"]=> object(ReflectionClass)#94 (1) { ["name"]=> string(22) "CallbackFilterIterator" } ["RecursiveCallbackFilterIterator"]=> object(ReflectionClass)#95 (1) { ["name"]=> string(31) "RecursiveCallbackFilterIterator" } ["ParentIterator"]=> object(ReflectionClass)#96 (1) { ["name"]=> string(14) "ParentIterator" } ["SeekableIterator"]=> object(ReflectionClass)#97 (1) { ["name"]=> string(16) "SeekableIterator" } ["LimitIterator"]=> object(ReflectionClass)#98 (1) { ["name"]=> string(13) "LimitIterator" } ["CachingIterator"]=> object(ReflectionClass)#99 (1) { ["name"]=> string(15) "CachingIterator" } ["RecursiveCachingIterator"]=> object(ReflectionClass)#100 (1) { ["name"]=> string(24) "RecursiveCachingIterator" } ["NoRewindIterator"]=> object(ReflectionClass)#101 (1) { ["name"]=> string(16) "NoRewindIterator" } ["AppendIterator"]=> object(ReflectionClass)#102 (1) { ["name"]=> string(14) "AppendIterator" } ["InfiniteIterator"]=> object(ReflectionClass)#103 (1) { ["name"]=> string(16) "InfiniteIterator" } ["RegexIterator"]=> object(ReflectionClass)#104 (1) { ["name"]=> string(13) "RegexIterator" } ["RecursiveRegexIterator"]=> object(ReflectionClass)#105 (1) { ["name"]=> string(22) "RecursiveRegexIterator" } ["EmptyIterator"]=> object(ReflectionClass)#106 (1) { ["name"]=> string(13) "EmptyIterator" } ["RecursiveTreeIterator"]=> object(ReflectionClass)#107 (1) { ["name"]=> string(21) "RecursiveTreeIterator" } ["ArrayObject"]=> object(ReflectionClass)#108 (1) { ["name"]=> string(11) "ArrayObject" } ["ArrayIterator"]=> object(ReflectionClass)#109 (1) { ["name"]=> string(13) "ArrayIterator" } ["RecursiveArrayIterator"]=> object(ReflectionClass)#110 (1) { ["name"]=> string(22) "RecursiveArrayIterator" } ["SplFileInfo"]=> object(ReflectionClass)#111 (1) { ["name"]=> string(11) "SplFileInfo" } ["DirectoryIterator"]=> object(ReflectionClass)#112 (1) { ["name"]=> string(17) "DirectoryIterator" } ["FilesystemIterator"]=> object(ReflectionClass)#113 (1) { ["name"]=> string(18) "FilesystemIterator" } ["RecursiveDirectoryIterator"]=> object(ReflectionClass)#114 (1) { ["name"]=> string(26) "RecursiveDirectoryIterator" } ["GlobIterator"]=> object(ReflectionClass)#115 (1) { ["name"]=> string(12) "GlobIterator" } ["SplFileObject"]=> object(ReflectionClass)#116 (1) { ["name"]=> string(13) "SplFileObject" } ["SplTempFileObject"]=> object(ReflectionClass)#117 (1) { ["name"]=> string(17) "SplTempFileObject" } ["SplDoublyLinkedList"]=> object(ReflectionClass)#118 (1) { ["name"]=> string(19) "SplDoublyLinkedList" } ["SplQueue"]=> object(ReflectionClass)#119 (1) { ["name"]=> string(8) "SplQueue" } ["SplStack"]=> object(ReflectionClass)#120 (1) { ["name"]=> string(8) "SplStack" } ["SplHeap"]=> object(ReflectionClass)#121 (1) { ["name"]=> string(7) "SplHeap" } ["SplMinHeap"]=> object(ReflectionClass)#122 (1) { ["name"]=> string(10) "SplMinHeap" } ["SplMaxHeap"]=> object(ReflectionClass)#123 (1) { ["name"]=> string(10) "SplMaxHeap" } ["SplPriorityQueue"]=> object(ReflectionClass)#124 (1) { ["name"]=> string(16) "SplPriorityQueue" } ["SplFixedArray"]=> object(ReflectionClass)#125 (1) { ["name"]=> string(13) "SplFixedArray" } ["SplObserver"]=> object(ReflectionClass)#126 (1) { ["name"]=> string(11) "SplObserver" } ["SplSubject"]=> object(ReflectionClass)#127 (1) { ["name"]=> string(10) "SplSubject" } ["SplObjectStorage"]=> object(ReflectionClass)#128 (1) { ["name"]=> string(16) "SplObjectStorage" } ["MultipleIterator"]=> object(ReflectionClass)#129 (1) { ["name"]=> string(16) "MultipleIterator" } ["PDOException"]=> object(ReflectionClass)#130 (1) { ["name"]=> string(12) "PDOException" } ["PDO"]=> object(ReflectionClass)#131 (1) { ["name"]=> string(3) "PDO" } ["PDOStatement"]=> object(ReflectionClass)#132 (1) { ["name"]=> string(12) "PDOStatement" } ["PDORow"]=> object(ReflectionClass)#133 (1) { ["name"]=> string(6) "PDORow" } ["SessionHandlerInterface"]=> object(ReflectionClass)#134 (1) { ["name"]=> string(23) "SessionHandlerInterface" } ["SessionIdInterface"]=> object(ReflectionClass)#135 (1) { ["name"]=> string(18) "SessionIdInterface" } ["SessionUpdateTimestampHandlerInterface"]=> object(ReflectionClass)#136 (1) { ["name"]=> string(38) "SessionUpdateTimestampHandlerInterface" } ["SessionHandler"]=> object(ReflectionClass)#137 (1) { ["name"]=> string(14) "SessionHandler" } ["Random\Engine"]=> object(ReflectionClass)#138 (1) { ["name"]=> string(13) "Random\Engine" } ["Random\CryptoSafeEngine"]=> object(ReflectionClass)#139 (1) { ["name"]=> string(23) "Random\CryptoSafeEngine" } ["Random\RandomError"]=> object(ReflectionClass)#140 (1) { ["name"]=> string(18) "Random\RandomError" } ["Random\BrokenRandomEngineError"]=> object(ReflectionClass)#141 (1) { ["name"]=> string(30) "Random\BrokenRandomEngineError" } ["Random\RandomException"]=> object(ReflectionClass)#142 (1) { ["name"]=> string(22) "Random\RandomException" } ["Random\Engine\Mt19937"]=> object(ReflectionClass)#143 (1) { ["name"]=> string(21) "Random\Engine\Mt19937" } ["Random\Engine\PcgOneseq128XslRr64"]=> object(ReflectionClass)#144 (1) { ["name"]=> string(33) "Random\Engine\PcgOneseq128XslRr64" } ["Random\Engine\Xoshiro256StarStar"]=> object(ReflectionClass)#145 (1) { ["name"]=> string(32) "Random\Engine\Xoshiro256StarStar" } ["Random\Engine\Secure"]=> object(ReflectionClass)#146 (1) { ["name"]=> string(20) "Random\Engine\Secure" } ["Random\Randomizer"]=> object(ReflectionClass)#147 (1) { ["name"]=> string(17) "Random\Randomizer" } ["ReflectionException"]=> object(ReflectionClass)#148 (1) { ["name"]=> string(19) "ReflectionException" } ["Reflection"]=> object(ReflectionClass)#149 (1) { ["name"]=> string(10) "Reflection" } ["Reflector"]=> object(ReflectionClass)#150 (1) { ["name"]=> string(9) "Reflector" } ["ReflectionFunctionAbstract"]=> object(ReflectionClass)#151 (1) { ["name"]=> string(26) "ReflectionFunctionAbstract" } ["ReflectionFunction"]=> object(ReflectionClass)#152 (1) { ["name"]=> string(18) "ReflectionFunction" } ["ReflectionGenerator"]=> object(ReflectionClass)#153 (1) { ["name"]=> string(19) "ReflectionGenerator" } ["ReflectionParameter"]=> object(ReflectionClass)#154 (1) { ["name"]=> string(19) "ReflectionParameter" } ["ReflectionType"]=> object(ReflectionClass)#155 (1) { ["name"]=> string(14) "ReflectionType" } ["ReflectionNamedType"]=> object(ReflectionClass)#156 (1) { ["name"]=> string(19) "ReflectionNamedType" } ["ReflectionUnionType"]=> object(ReflectionClass)#157 (1) { ["name"]=> string(19) "ReflectionUnionType" } ["ReflectionIntersectionType"]=> object(ReflectionClass)#158 (1) { ["name"]=> string(26) "ReflectionIntersectionType" } ["ReflectionMethod"]=> object(ReflectionClass)#159 (1) { ["name"]=> string(16) "ReflectionMethod" } ["ReflectionClass"]=> object(ReflectionClass)#160 (1) { ["name"]=> string(15) "ReflectionClass" } ["ReflectionObject"]=> object(ReflectionClass)#161 (1) { ["name"]=> string(16) "ReflectionObject" } ["ReflectionProperty"]=> object(ReflectionClass)#162 (1) { ["name"]=> string(18) "ReflectionProperty" } ["ReflectionClassConstant"]=> object(ReflectionClass)#163 (1) { ["name"]=> string(23) "ReflectionClassConstant" } ["ReflectionExtension"]=> object(ReflectionClass)#164 (1) { ["name"]=> string(19) "ReflectionExtension" } ["ReflectionZendExtension"]=> object(ReflectionClass)#165 (1) { ["name"]=> string(23) "ReflectionZendExtension" } ["ReflectionReference"]=> object(ReflectionClass)#166 (1) { ["name"]=> string(19) "ReflectionReference" } ["ReflectionAttribute"]=> object(ReflectionClass)#167 (1) { ["name"]=> string(19) "ReflectionAttribute" } ["ReflectionEnum"]=> object(ReflectionClass)#168 (1) { ["name"]=> string(14) "ReflectionEnum" } ["ReflectionEnumUnitCase"]=> object(ReflectionClass)#169 (1) { ["name"]=> string(22) "ReflectionEnumUnitCase" } ["ReflectionEnumBackedCase"]=> object(ReflectionClass)#170 (1) { ["name"]=> string(24) "ReflectionEnumBackedCase" } ["ReflectionFiber"]=> object(ReflectionClass)#171 (1) { ["name"]=> string(15) "ReflectionFiber" } ["__PHP_Incomplete_Class"]=> object(ReflectionClass)#172 (1) { ["name"]=> string(22) "__PHP_Incomplete_Class" } ["AssertionError"]=> object(ReflectionClass)#173 (1) { ["name"]=> string(14) "AssertionError" } ["php_user_filter"]=> object(ReflectionClass)#174 (1) { ["name"]=> string(15) "php_user_filter" } ["Directory"]=> object(ReflectionClass)#175 (1) { ["name"]=> string(9) "Directory" } ["SimpleXMLElement"]=> object(ReflectionClass)#176 (1) { ["name"]=> string(16) "SimpleXMLElement" } ["SimpleXMLIterator"]=> object(ReflectionClass)#177 (1) { ["name"]=> string(17) "SimpleXMLIterator" } ["PharException"]=> object(ReflectionClass)#178 (1) { ["name"]=> string(13) "PharException" } ["Phar"]=> object(ReflectionClass)#179 (1) { ["name"]=> string(4) "Phar" } ["PharData"]=> object(ReflectionClass)#180 (1) { ["name"]=> string(8) "PharData" } ["PharFileInfo"]=> object(ReflectionClass)#181 (1) { ["name"]=> string(12) "PharFileInfo" } ["PhpToken"]=> object(ReflectionClass)#182 (1) { ["name"]=> string(8) "PhpToken" } ["XMLParser"]=> object(ReflectionClass)#183 (1) { ["name"]=> string(9) "XMLParser" } ["XMLReader"]=> object(ReflectionClass)#184 (1) { ["name"]=> string(9) "XMLReader" } ["XMLWriter"]=> object(ReflectionClass)#185 (1) { ["name"]=> string(9) "XMLWriter" } ["GMP"]=> object(ReflectionClass)#186 (1) { ["name"]=> string(3) "GMP" } ["Collator"]=> object(ReflectionClass)#187 (1) { ["name"]=> string(8) "Collator" } ["NumberFormatter"]=> object(ReflectionClass)#188 (1) { ["name"]=> string(15) "NumberFormatter" } ["Normalizer"]=> object(ReflectionClass)#189 (1) { ["name"]=> string(10) "Normalizer" } ["Locale"]=> object(ReflectionClass)#190 (1) { ["name"]=> string(6) "Locale" } ["MessageFormatter"]=> object(ReflectionClass)#191 (1) { ["name"]=> string(16) "MessageFormatter" } ["IntlDateFormatter"]=> object(ReflectionClass)#192 (1) { ["name"]=> string(17) "IntlDateFormatter" } ["IntlDatePatternGenerator"]=> object(ReflectionClass)#193 (1) { ["name"]=> string(24) "IntlDatePatternGenerator" } ["ResourceBundle"]=> object(ReflectionClass)#194 (1) { ["name"]=> string(14) "ResourceBundle" } ["Transliterator"]=> object(ReflectionClass)#195 (1) { ["name"]=> string(14) "Transliterator" } ["IntlTimeZone"]=> object(ReflectionClass)#196 (1) { ["name"]=> string(12) "IntlTimeZone" } ["IntlCalendar"]=> object(ReflectionClass)#197 (1) { ["name"]=> string(12) "IntlCalendar" } ["IntlGregorianCalendar"]=> object(ReflectionClass)#198 (1) { ["name"]=> string(21) "IntlGregorianCalendar" } ["Spoofchecker"]=> object(ReflectionClass)#199 (1) { ["name"]=> string(12) "Spoofchecker" } ["IntlException"]=> object(ReflectionClass)#200 (1) { ["name"]=> string(13) "IntlException" } ["IntlIterator"]=> object(ReflectionClass)#201 (1) { ["name"]=> string(12) "IntlIterator" } ["IntlBreakIterator"]=> object(ReflectionClass)#202 (1) { ["name"]=> string(17) "IntlBreakIterator" } ["IntlRuleBasedBreakIterator"]=> object(ReflectionClass)#203 (1) { ["name"]=> string(26) "IntlRuleBasedBreakIterator" } ["IntlCodePointBreakIterator"]=> object(ReflectionClass)#204 (1) { ["name"]=> string(26) "IntlCodePointBreakIterator" } ["IntlPartsIterator"]=> object(ReflectionClass)#205 (1) { ["name"]=> string(17) "IntlPartsIterator" } ["UConverter"]=> object(ReflectionClass)#206 (1) { ["name"]=> string(10) "UConverter" } ["IntlChar"]=> object(ReflectionClass)#207 (1) { ["name"]=> string(8) "IntlChar" } ["SodiumException"]=> object(ReflectionClass)#208 (1) { ["name"]=> string(15) "SodiumException" } }
Output for 8.1.0 - 8.1.28
array(194) { ["stdClass"]=> object(ReflectionClass)#2 (1) { ["name"]=> string(8) "stdClass" } ["Traversable"]=> object(ReflectionClass)#3 (1) { ["name"]=> string(11) "Traversable" } ["IteratorAggregate"]=> object(ReflectionClass)#4 (1) { ["name"]=> string(17) "IteratorAggregate" } ["Iterator"]=> object(ReflectionClass)#5 (1) { ["name"]=> string(8) "Iterator" } ["Serializable"]=> object(ReflectionClass)#6 (1) { ["name"]=> string(12) "Serializable" } ["ArrayAccess"]=> object(ReflectionClass)#7 (1) { ["name"]=> string(11) "ArrayAccess" } ["Countable"]=> object(ReflectionClass)#8 (1) { ["name"]=> string(9) "Countable" } ["Stringable"]=> object(ReflectionClass)#9 (1) { ["name"]=> string(10) "Stringable" } ["InternalIterator"]=> object(ReflectionClass)#10 (1) { ["name"]=> string(16) "InternalIterator" } ["Throwable"]=> object(ReflectionClass)#11 (1) { ["name"]=> string(9) "Throwable" } ["Exception"]=> object(ReflectionClass)#12 (1) { ["name"]=> string(9) "Exception" } ["ErrorException"]=> object(ReflectionClass)#13 (1) { ["name"]=> string(14) "ErrorException" } ["Error"]=> object(ReflectionClass)#14 (1) { ["name"]=> string(5) "Error" } ["CompileError"]=> object(ReflectionClass)#15 (1) { ["name"]=> string(12) "CompileError" } ["ParseError"]=> object(ReflectionClass)#16 (1) { ["name"]=> string(10) "ParseError" } ["TypeError"]=> object(ReflectionClass)#17 (1) { ["name"]=> string(9) "TypeError" } ["ArgumentCountError"]=> object(ReflectionClass)#18 (1) { ["name"]=> string(18) "ArgumentCountError" } ["ValueError"]=> object(ReflectionClass)#19 (1) { ["name"]=> string(10) "ValueError" } ["ArithmeticError"]=> object(ReflectionClass)#20 (1) { ["name"]=> string(15) "ArithmeticError" } ["DivisionByZeroError"]=> object(ReflectionClass)#21 (1) { ["name"]=> string(19) "DivisionByZeroError" } ["UnhandledMatchError"]=> object(ReflectionClass)#22 (1) { ["name"]=> string(19) "UnhandledMatchError" } ["Closure"]=> object(ReflectionClass)#23 (1) { ["name"]=> string(7) "Closure" } ["Generator"]=> object(ReflectionClass)#24 (1) { ["name"]=> string(9) "Generator" } ["ClosedGeneratorException"]=> object(ReflectionClass)#25 (1) { ["name"]=> string(24) "ClosedGeneratorException" } ["WeakReference"]=> object(ReflectionClass)#26 (1) { ["name"]=> string(13) "WeakReference" } ["WeakMap"]=> object(ReflectionClass)#27 (1) { ["name"]=> string(7) "WeakMap" } ["Attribute"]=> object(ReflectionClass)#28 (1) { ["name"]=> string(9) "Attribute" } ["ReturnTypeWillChange"]=> object(ReflectionClass)#29 (1) { ["name"]=> string(20) "ReturnTypeWillChange" } ["UnitEnum"]=> object(ReflectionClass)#30 (1) { ["name"]=> string(8) "UnitEnum" } ["BackedEnum"]=> object(ReflectionClass)#31 (1) { ["name"]=> string(10) "BackedEnum" } ["Fiber"]=> object(ReflectionClass)#32 (1) { ["name"]=> string(5) "Fiber" } ["FiberError"]=> object(ReflectionClass)#33 (1) { ["name"]=> string(10) "FiberError" } ["DateTimeInterface"]=> object(ReflectionClass)#34 (1) { ["name"]=> string(17) "DateTimeInterface" } ["DateTime"]=> object(ReflectionClass)#35 (1) { ["name"]=> string(8) "DateTime" } ["DateTimeImmutable"]=> object(ReflectionClass)#36 (1) { ["name"]=> string(17) "DateTimeImmutable" } ["DateTimeZone"]=> object(ReflectionClass)#37 (1) { ["name"]=> string(12) "DateTimeZone" } ["DateInterval"]=> object(ReflectionClass)#38 (1) { ["name"]=> string(12) "DateInterval" } ["DatePeriod"]=> object(ReflectionClass)#39 (1) { ["name"]=> string(10) "DatePeriod" } ["LibXMLError"]=> object(ReflectionClass)#40 (1) { ["name"]=> string(11) "LibXMLError" } ["SQLite3"]=> object(ReflectionClass)#41 (1) { ["name"]=> string(7) "SQLite3" } ["SQLite3Stmt"]=> object(ReflectionClass)#42 (1) { ["name"]=> string(11) "SQLite3Stmt" } ["SQLite3Result"]=> object(ReflectionClass)#43 (1) { ["name"]=> string(13) "SQLite3Result" } ["InflateContext"]=> object(ReflectionClass)#44 (1) { ["name"]=> string(14) "InflateContext" } ["DeflateContext"]=> object(ReflectionClass)#45 (1) { ["name"]=> string(14) "DeflateContext" } ["DOMException"]=> object(ReflectionClass)#46 (1) { ["name"]=> string(12) "DOMException" } ["DOMParentNode"]=> object(ReflectionClass)#47 (1) { ["name"]=> string(13) "DOMParentNode" } ["DOMChildNode"]=> object(ReflectionClass)#48 (1) { ["name"]=> string(12) "DOMChildNode" } ["DOMImplementation"]=> object(ReflectionClass)#49 (1) { ["name"]=> string(17) "DOMImplementation" } ["DOMNode"]=> object(ReflectionClass)#50 (1) { ["name"]=> string(7) "DOMNode" } ["DOMNameSpaceNode"]=> object(ReflectionClass)#51 (1) { ["name"]=> string(16) "DOMNameSpaceNode" } ["DOMDocumentFragment"]=> object(ReflectionClass)#52 (1) { ["name"]=> string(19) "DOMDocumentFragment" } ["DOMDocument"]=> object(ReflectionClass)#53 (1) { ["name"]=> string(11) "DOMDocument" } ["DOMNodeList"]=> object(ReflectionClass)#54 (1) { ["name"]=> string(11) "DOMNodeList" } ["DOMNamedNodeMap"]=> object(ReflectionClass)#55 (1) { ["name"]=> string(15) "DOMNamedNodeMap" } ["DOMCharacterData"]=> object(ReflectionClass)#56 (1) { ["name"]=> string(16) "DOMCharacterData" } ["DOMAttr"]=> object(ReflectionClass)#57 (1) { ["name"]=> string(7) "DOMAttr" } ["DOMElement"]=> object(ReflectionClass)#58 (1) { ["name"]=> string(10) "DOMElement" } ["DOMText"]=> object(ReflectionClass)#59 (1) { ["name"]=> string(7) "DOMText" } ["DOMComment"]=> object(ReflectionClass)#60 (1) { ["name"]=> string(10) "DOMComment" } ["DOMCdataSection"]=> object(ReflectionClass)#61 (1) { ["name"]=> string(15) "DOMCdataSection" } ["DOMDocumentType"]=> object(ReflectionClass)#62 (1) { ["name"]=> string(15) "DOMDocumentType" } ["DOMNotation"]=> object(ReflectionClass)#63 (1) { ["name"]=> string(11) "DOMNotation" } ["DOMEntity"]=> object(ReflectionClass)#64 (1) { ["name"]=> string(9) "DOMEntity" } ["DOMEntityReference"]=> object(ReflectionClass)#65 (1) { ["name"]=> string(18) "DOMEntityReference" } ["DOMProcessingInstruction"]=> object(ReflectionClass)#66 (1) { ["name"]=> string(24) "DOMProcessingInstruction" } ["DOMXPath"]=> object(ReflectionClass)#67 (1) { ["name"]=> string(8) "DOMXPath" } ["finfo"]=> object(ReflectionClass)#68 (1) { ["name"]=> string(5) "finfo" } ["HashContext"]=> object(ReflectionClass)#69 (1) { ["name"]=> string(11) "HashContext" } ["JsonSerializable"]=> object(ReflectionClass)#70 (1) { ["name"]=> string(16) "JsonSerializable" } ["JsonException"]=> object(ReflectionClass)#71 (1) { ["name"]=> string(13) "JsonException" } ["LogicException"]=> object(ReflectionClass)#72 (1) { ["name"]=> string(14) "LogicException" } ["BadFunctionCallException"]=> object(ReflectionClass)#73 (1) { ["name"]=> string(24) "BadFunctionCallException" } ["BadMethodCallException"]=> object(ReflectionClass)#74 (1) { ["name"]=> string(22) "BadMethodCallException" } ["DomainException"]=> object(ReflectionClass)#75 (1) { ["name"]=> string(15) "DomainException" } ["InvalidArgumentException"]=> object(ReflectionClass)#76 (1) { ["name"]=> string(24) "InvalidArgumentException" } ["LengthException"]=> object(ReflectionClass)#77 (1) { ["name"]=> string(15) "LengthException" } ["OutOfRangeException"]=> object(ReflectionClass)#78 (1) { ["name"]=> string(19) "OutOfRangeException" } ["RuntimeException"]=> object(ReflectionClass)#79 (1) { ["name"]=> string(16) "RuntimeException" } ["OutOfBoundsException"]=> object(ReflectionClass)#80 (1) { ["name"]=> string(20) "OutOfBoundsException" } ["OverflowException"]=> object(ReflectionClass)#81 (1) { ["name"]=> string(17) "OverflowException" } ["RangeException"]=> object(ReflectionClass)#82 (1) { ["name"]=> string(14) "RangeException" } ["UnderflowException"]=> object(ReflectionClass)#83 (1) { ["name"]=> string(18) "UnderflowException" } ["UnexpectedValueException"]=> object(ReflectionClass)#84 (1) { ["name"]=> string(24) "UnexpectedValueException" } ["RecursiveIterator"]=> object(ReflectionClass)#85 (1) { ["name"]=> string(17) "RecursiveIterator" } ["OuterIterator"]=> object(ReflectionClass)#86 (1) { ["name"]=> string(13) "OuterIterator" } ["RecursiveIteratorIterator"]=> object(ReflectionClass)#87 (1) { ["name"]=> string(25) "RecursiveIteratorIterator" } ["IteratorIterator"]=> object(ReflectionClass)#88 (1) { ["name"]=> string(16) "IteratorIterator" } ["FilterIterator"]=> object(ReflectionClass)#89 (1) { ["name"]=> string(14) "FilterIterator" } ["RecursiveFilterIterator"]=> object(ReflectionClass)#90 (1) { ["name"]=> string(23) "RecursiveFilterIterator" } ["CallbackFilterIterator"]=> object(ReflectionClass)#91 (1) { ["name"]=> string(22) "CallbackFilterIterator" } ["RecursiveCallbackFilterIterator"]=> object(ReflectionClass)#92 (1) { ["name"]=> string(31) "RecursiveCallbackFilterIterator" } ["ParentIterator"]=> object(ReflectionClass)#93 (1) { ["name"]=> string(14) "ParentIterator" } ["SeekableIterator"]=> object(ReflectionClass)#94 (1) { ["name"]=> string(16) "SeekableIterator" } ["LimitIterator"]=> object(ReflectionClass)#95 (1) { ["name"]=> string(13) "LimitIterator" } ["CachingIterator"]=> object(ReflectionClass)#96 (1) { ["name"]=> string(15) "CachingIterator" } ["RecursiveCachingIterator"]=> object(ReflectionClass)#97 (1) { ["name"]=> string(24) "RecursiveCachingIterator" } ["NoRewindIterator"]=> object(ReflectionClass)#98 (1) { ["name"]=> string(16) "NoRewindIterator" } ["AppendIterator"]=> object(ReflectionClass)#99 (1) { ["name"]=> string(14) "AppendIterator" } ["InfiniteIterator"]=> object(ReflectionClass)#100 (1) { ["name"]=> string(16) "InfiniteIterator" } ["RegexIterator"]=> object(ReflectionClass)#101 (1) { ["name"]=> string(13) "RegexIterator" } ["RecursiveRegexIterator"]=> object(ReflectionClass)#102 (1) { ["name"]=> string(22) "RecursiveRegexIterator" } ["EmptyIterator"]=> object(ReflectionClass)#103 (1) { ["name"]=> string(13) "EmptyIterator" } ["RecursiveTreeIterator"]=> object(ReflectionClass)#104 (1) { ["name"]=> string(21) "RecursiveTreeIterator" } ["ArrayObject"]=> object(ReflectionClass)#105 (1) { ["name"]=> string(11) "ArrayObject" } ["ArrayIterator"]=> object(ReflectionClass)#106 (1) { ["name"]=> string(13) "ArrayIterator" } ["RecursiveArrayIterator"]=> object(ReflectionClass)#107 (1) { ["name"]=> string(22) "RecursiveArrayIterator" } ["SplFileInfo"]=> object(ReflectionClass)#108 (1) { ["name"]=> string(11) "SplFileInfo" } ["DirectoryIterator"]=> object(ReflectionClass)#109 (1) { ["name"]=> string(17) "DirectoryIterator" } ["FilesystemIterator"]=> object(ReflectionClass)#110 (1) { ["name"]=> string(18) "FilesystemIterator" } ["RecursiveDirectoryIterator"]=> object(ReflectionClass)#111 (1) { ["name"]=> string(26) "RecursiveDirectoryIterator" } ["GlobIterator"]=> object(ReflectionClass)#112 (1) { ["name"]=> string(12) "GlobIterator" } ["SplFileObject"]=> object(ReflectionClass)#113 (1) { ["name"]=> string(13) "SplFileObject" } ["SplTempFileObject"]=> object(ReflectionClass)#114 (1) { ["name"]=> string(17) "SplTempFileObject" } ["SplDoublyLinkedList"]=> object(ReflectionClass)#115 (1) { ["name"]=> string(19) "SplDoublyLinkedList" } ["SplQueue"]=> object(ReflectionClass)#116 (1) { ["name"]=> string(8) "SplQueue" } ["SplStack"]=> object(ReflectionClass)#117 (1) { ["name"]=> string(8) "SplStack" } ["SplHeap"]=> object(ReflectionClass)#118 (1) { ["name"]=> string(7) "SplHeap" } ["SplMinHeap"]=> object(ReflectionClass)#119 (1) { ["name"]=> string(10) "SplMinHeap" } ["SplMaxHeap"]=> object(ReflectionClass)#120 (1) { ["name"]=> string(10) "SplMaxHeap" } ["SplPriorityQueue"]=> object(ReflectionClass)#121 (1) { ["name"]=> string(16) "SplPriorityQueue" } ["SplFixedArray"]=> object(ReflectionClass)#122 (1) { ["name"]=> string(13) "SplFixedArray" } ["SplObserver"]=> object(ReflectionClass)#123 (1) { ["name"]=> string(11) "SplObserver" } ["SplSubject"]=> object(ReflectionClass)#124 (1) { ["name"]=> string(10) "SplSubject" } ["SplObjectStorage"]=> object(ReflectionClass)#125 (1) { ["name"]=> string(16) "SplObjectStorage" } ["MultipleIterator"]=> object(ReflectionClass)#126 (1) { ["name"]=> string(16) "MultipleIterator" } ["PDOException"]=> object(ReflectionClass)#127 (1) { ["name"]=> string(12) "PDOException" } ["PDO"]=> object(ReflectionClass)#128 (1) { ["name"]=> string(3) "PDO" } ["PDOStatement"]=> object(ReflectionClass)#129 (1) { ["name"]=> string(12) "PDOStatement" } ["PDORow"]=> object(ReflectionClass)#130 (1) { ["name"]=> string(6) "PDORow" } ["SessionHandlerInterface"]=> object(ReflectionClass)#131 (1) { ["name"]=> string(23) "SessionHandlerInterface" } ["SessionIdInterface"]=> object(ReflectionClass)#132 (1) { ["name"]=> string(18) "SessionIdInterface" } ["SessionUpdateTimestampHandlerInterface"]=> object(ReflectionClass)#133 (1) { ["name"]=> string(38) "SessionUpdateTimestampHandlerInterface" } ["SessionHandler"]=> object(ReflectionClass)#134 (1) { ["name"]=> string(14) "SessionHandler" } ["ReflectionException"]=> object(ReflectionClass)#135 (1) { ["name"]=> string(19) "ReflectionException" } ["Reflection"]=> object(ReflectionClass)#136 (1) { ["name"]=> string(10) "Reflection" } ["Reflector"]=> object(ReflectionClass)#137 (1) { ["name"]=> string(9) "Reflector" } ["ReflectionFunctionAbstract"]=> object(ReflectionClass)#138 (1) { ["name"]=> string(26) "ReflectionFunctionAbstract" } ["ReflectionFunction"]=> object(ReflectionClass)#139 (1) { ["name"]=> string(18) "ReflectionFunction" } ["ReflectionGenerator"]=> object(ReflectionClass)#140 (1) { ["name"]=> string(19) "ReflectionGenerator" } ["ReflectionParameter"]=> object(ReflectionClass)#141 (1) { ["name"]=> string(19) "ReflectionParameter" } ["ReflectionType"]=> object(ReflectionClass)#142 (1) { ["name"]=> string(14) "ReflectionType" } ["ReflectionNamedType"]=> object(ReflectionClass)#143 (1) { ["name"]=> string(19) "ReflectionNamedType" } ["ReflectionUnionType"]=> object(ReflectionClass)#144 (1) { ["name"]=> string(19) "ReflectionUnionType" } ["ReflectionIntersectionType"]=> object(ReflectionClass)#145 (1) { ["name"]=> string(26) "ReflectionIntersectionType" } ["ReflectionMethod"]=> object(ReflectionClass)#146 (1) { ["name"]=> string(16) "ReflectionMethod" } ["ReflectionClass"]=> object(ReflectionClass)#147 (1) { ["name"]=> string(15) "ReflectionClass" } ["ReflectionObject"]=> object(ReflectionClass)#148 (1) { ["name"]=> string(16) "ReflectionObject" } ["ReflectionProperty"]=> object(ReflectionClass)#149 (1) { ["name"]=> string(18) "ReflectionProperty" } ["ReflectionClassConstant"]=> object(ReflectionClass)#150 (1) { ["name"]=> string(23) "ReflectionClassConstant" } ["ReflectionExtension"]=> object(ReflectionClass)#151 (1) { ["name"]=> string(19) "ReflectionExtension" } ["ReflectionZendExtension"]=> object(ReflectionClass)#152 (1) { ["name"]=> string(23) "ReflectionZendExtension" } ["ReflectionReference"]=> object(ReflectionClass)#153 (1) { ["name"]=> string(19) "ReflectionReference" } ["ReflectionAttribute"]=> object(ReflectionClass)#154 (1) { ["name"]=> string(19) "ReflectionAttribute" } ["ReflectionEnum"]=> object(ReflectionClass)#155 (1) { ["name"]=> string(14) "ReflectionEnum" } ["ReflectionEnumUnitCase"]=> object(ReflectionClass)#156 (1) { ["name"]=> string(22) "ReflectionEnumUnitCase" } ["ReflectionEnumBackedCase"]=> object(ReflectionClass)#157 (1) { ["name"]=> string(24) "ReflectionEnumBackedCase" } ["ReflectionFiber"]=> object(ReflectionClass)#158 (1) { ["name"]=> string(15) "ReflectionFiber" } ["__PHP_Incomplete_Class"]=> object(ReflectionClass)#159 (1) { ["name"]=> string(22) "__PHP_Incomplete_Class" } ["AssertionError"]=> object(ReflectionClass)#160 (1) { ["name"]=> string(14) "AssertionError" } ["php_user_filter"]=> object(ReflectionClass)#161 (1) { ["name"]=> string(15) "php_user_filter" } ["Directory"]=> object(ReflectionClass)#162 (1) { ["name"]=> string(9) "Directory" } ["SimpleXMLElement"]=> object(ReflectionClass)#163 (1) { ["name"]=> string(16) "SimpleXMLElement" } ["SimpleXMLIterator"]=> object(ReflectionClass)#164 (1) { ["name"]=> string(17) "SimpleXMLIterator" } ["PharException"]=> object(ReflectionClass)#165 (1) { ["name"]=> string(13) "PharException" } ["Phar"]=> object(ReflectionClass)#166 (1) { ["name"]=> string(4) "Phar" } ["PharData"]=> object(ReflectionClass)#167 (1) { ["name"]=> string(8) "PharData" } ["PharFileInfo"]=> object(ReflectionClass)#168 (1) { ["name"]=> string(12) "PharFileInfo" } ["PhpToken"]=> object(ReflectionClass)#169 (1) { ["name"]=> string(8) "PhpToken" } ["XMLParser"]=> object(ReflectionClass)#170 (1) { ["name"]=> string(9) "XMLParser" } ["XMLReader"]=> object(ReflectionClass)#171 (1) { ["name"]=> string(9) "XMLReader" } ["XMLWriter"]=> object(ReflectionClass)#172 (1) { ["name"]=> string(9) "XMLWriter" } ["GMP"]=> object(ReflectionClass)#173 (1) { ["name"]=> string(3) "GMP" } ["Collator"]=> object(ReflectionClass)#174 (1) { ["name"]=> string(8) "Collator" } ["NumberFormatter"]=> object(ReflectionClass)#175 (1) { ["name"]=> string(15) "NumberFormatter" } ["Normalizer"]=> object(ReflectionClass)#176 (1) { ["name"]=> string(10) "Normalizer" } ["Locale"]=> object(ReflectionClass)#177 (1) { ["name"]=> string(6) "Locale" } ["MessageFormatter"]=> object(ReflectionClass)#178 (1) { ["name"]=> string(16) "MessageFormatter" } ["IntlDateFormatter"]=> object(ReflectionClass)#179 (1) { ["name"]=> string(17) "IntlDateFormatter" } ["IntlDatePatternGenerator"]=> object(ReflectionClass)#180 (1) { ["name"]=> string(24) "IntlDatePatternGenerator" } ["ResourceBundle"]=> object(ReflectionClass)#181 (1) { ["name"]=> string(14) "ResourceBundle" } ["Transliterator"]=> object(ReflectionClass)#182 (1) { ["name"]=> string(14) "Transliterator" } ["IntlTimeZone"]=> object(ReflectionClass)#183 (1) { ["name"]=> string(12) "IntlTimeZone" } ["IntlCalendar"]=> object(ReflectionClass)#184 (1) { ["name"]=> string(12) "IntlCalendar" } ["IntlGregorianCalendar"]=> object(ReflectionClass)#185 (1) { ["name"]=> string(21) "IntlGregorianCalendar" } ["Spoofchecker"]=> object(ReflectionClass)#186 (1) { ["name"]=> string(12) "Spoofchecker" } ["IntlException"]=> object(ReflectionClass)#187 (1) { ["name"]=> string(13) "IntlException" } ["IntlIterator"]=> object(ReflectionClass)#188 (1) { ["name"]=> string(12) "IntlIterator" } ["IntlBreakIterator"]=> object(ReflectionClass)#189 (1) { ["name"]=> string(17) "IntlBreakIterator" } ["IntlRuleBasedBreakIterator"]=> object(ReflectionClass)#190 (1) { ["name"]=> string(26) "IntlRuleBasedBreakIterator" } ["IntlCodePointBreakIterator"]=> object(ReflectionClass)#191 (1) { ["name"]=> string(26) "IntlCodePointBreakIterator" } ["IntlPartsIterator"]=> object(ReflectionClass)#192 (1) { ["name"]=> string(17) "IntlPartsIterator" } ["UConverter"]=> object(ReflectionClass)#193 (1) { ["name"]=> string(10) "UConverter" } ["IntlChar"]=> object(ReflectionClass)#194 (1) { ["name"]=> string(8) "IntlChar" } ["SodiumException"]=> object(ReflectionClass)#195 (1) { ["name"]=> string(15) "SodiumException" } }
Output for 8.0.1 - 8.0.12, 8.0.14 - 8.0.30
array(183) { ["stdClass"]=> object(ReflectionClass)#2 (1) { ["name"]=> string(8) "stdClass" } ["Traversable"]=> object(ReflectionClass)#3 (1) { ["name"]=> string(11) "Traversable" } ["IteratorAggregate"]=> object(ReflectionClass)#4 (1) { ["name"]=> string(17) "IteratorAggregate" } ["Iterator"]=> object(ReflectionClass)#5 (1) { ["name"]=> string(8) "Iterator" } ["Serializable"]=> object(ReflectionClass)#6 (1) { ["name"]=> string(12) "Serializable" } ["ArrayAccess"]=> object(ReflectionClass)#7 (1) { ["name"]=> string(11) "ArrayAccess" } ["Countable"]=> object(ReflectionClass)#8 (1) { ["name"]=> string(9) "Countable" } ["Stringable"]=> object(ReflectionClass)#9 (1) { ["name"]=> string(10) "Stringable" } ["InternalIterator"]=> object(ReflectionClass)#10 (1) { ["name"]=> string(16) "InternalIterator" } ["Throwable"]=> object(ReflectionClass)#11 (1) { ["name"]=> string(9) "Throwable" } ["Exception"]=> object(ReflectionClass)#12 (1) { ["name"]=> string(9) "Exception" } ["ErrorException"]=> object(ReflectionClass)#13 (1) { ["name"]=> string(14) "ErrorException" } ["Error"]=> object(ReflectionClass)#14 (1) { ["name"]=> string(5) "Error" } ["CompileError"]=> object(ReflectionClass)#15 (1) { ["name"]=> string(12) "CompileError" } ["ParseError"]=> object(ReflectionClass)#16 (1) { ["name"]=> string(10) "ParseError" } ["TypeError"]=> object(ReflectionClass)#17 (1) { ["name"]=> string(9) "TypeError" } ["ArgumentCountError"]=> object(ReflectionClass)#18 (1) { ["name"]=> string(18) "ArgumentCountError" } ["ValueError"]=> object(ReflectionClass)#19 (1) { ["name"]=> string(10) "ValueError" } ["ArithmeticError"]=> object(ReflectionClass)#20 (1) { ["name"]=> string(15) "ArithmeticError" } ["DivisionByZeroError"]=> object(ReflectionClass)#21 (1) { ["name"]=> string(19) "DivisionByZeroError" } ["UnhandledMatchError"]=> object(ReflectionClass)#22 (1) { ["name"]=> string(19) "UnhandledMatchError" } ["Closure"]=> object(ReflectionClass)#23 (1) { ["name"]=> string(7) "Closure" } ["Generator"]=> object(ReflectionClass)#24 (1) { ["name"]=> string(9) "Generator" } ["ClosedGeneratorException"]=> object(ReflectionClass)#25 (1) { ["name"]=> string(24) "ClosedGeneratorException" } ["WeakReference"]=> object(ReflectionClass)#26 (1) { ["name"]=> string(13) "WeakReference" } ["WeakMap"]=> object(ReflectionClass)#27 (1) { ["name"]=> string(7) "WeakMap" } ["Attribute"]=> object(ReflectionClass)#28 (1) { ["name"]=> string(9) "Attribute" } ["DateTimeInterface"]=> object(ReflectionClass)#29 (1) { ["name"]=> string(17) "DateTimeInterface" } ["DateTime"]=> object(ReflectionClass)#30 (1) { ["name"]=> string(8) "DateTime" } ["DateTimeImmutable"]=> object(ReflectionClass)#31 (1) { ["name"]=> string(17) "DateTimeImmutable" } ["DateTimeZone"]=> object(ReflectionClass)#32 (1) { ["name"]=> string(12) "DateTimeZone" } ["DateInterval"]=> object(ReflectionClass)#33 (1) { ["name"]=> string(12) "DateInterval" } ["DatePeriod"]=> object(ReflectionClass)#34 (1) { ["name"]=> string(10) "DatePeriod" } ["LibXMLError"]=> object(ReflectionClass)#35 (1) { ["name"]=> string(11) "LibXMLError" } ["SQLite3"]=> object(ReflectionClass)#36 (1) { ["name"]=> string(7) "SQLite3" } ["SQLite3Stmt"]=> object(ReflectionClass)#37 (1) { ["name"]=> string(11) "SQLite3Stmt" } ["SQLite3Result"]=> object(ReflectionClass)#38 (1) { ["name"]=> string(13) "SQLite3Result" } ["InflateContext"]=> object(ReflectionClass)#39 (1) { ["name"]=> string(14) "InflateContext" } ["DeflateContext"]=> object(ReflectionClass)#40 (1) { ["name"]=> string(14) "DeflateContext" } ["DOMException"]=> object(ReflectionClass)#41 (1) { ["name"]=> string(12) "DOMException" } ["DOMParentNode"]=> object(ReflectionClass)#42 (1) { ["name"]=> string(13) "DOMParentNode" } ["DOMChildNode"]=> object(ReflectionClass)#43 (1) { ["name"]=> string(12) "DOMChildNode" } ["DOMImplementation"]=> object(ReflectionClass)#44 (1) { ["name"]=> string(17) "DOMImplementation" } ["DOMNode"]=> object(ReflectionClass)#45 (1) { ["name"]=> string(7) "DOMNode" } ["DOMNameSpaceNode"]=> object(ReflectionClass)#46 (1) { ["name"]=> string(16) "DOMNameSpaceNode" } ["DOMDocumentFragment"]=> object(ReflectionClass)#47 (1) { ["name"]=> string(19) "DOMDocumentFragment" } ["DOMDocument"]=> object(ReflectionClass)#48 (1) { ["name"]=> string(11) "DOMDocument" } ["DOMNodeList"]=> object(ReflectionClass)#49 (1) { ["name"]=> string(11) "DOMNodeList" } ["DOMNamedNodeMap"]=> object(ReflectionClass)#50 (1) { ["name"]=> string(15) "DOMNamedNodeMap" } ["DOMCharacterData"]=> object(ReflectionClass)#51 (1) { ["name"]=> string(16) "DOMCharacterData" } ["DOMAttr"]=> object(ReflectionClass)#52 (1) { ["name"]=> string(7) "DOMAttr" } ["DOMElement"]=> object(ReflectionClass)#53 (1) { ["name"]=> string(10) "DOMElement" } ["DOMText"]=> object(ReflectionClass)#54 (1) { ["name"]=> string(7) "DOMText" } ["DOMComment"]=> object(ReflectionClass)#55 (1) { ["name"]=> string(10) "DOMComment" } ["DOMCdataSection"]=> object(ReflectionClass)#56 (1) { ["name"]=> string(15) "DOMCdataSection" } ["DOMDocumentType"]=> object(ReflectionClass)#57 (1) { ["name"]=> string(15) "DOMDocumentType" } ["DOMNotation"]=> object(ReflectionClass)#58 (1) { ["name"]=> string(11) "DOMNotation" } ["DOMEntity"]=> object(ReflectionClass)#59 (1) { ["name"]=> string(9) "DOMEntity" } ["DOMEntityReference"]=> object(ReflectionClass)#60 (1) { ["name"]=> string(18) "DOMEntityReference" } ["DOMProcessingInstruction"]=> object(ReflectionClass)#61 (1) { ["name"]=> string(24) "DOMProcessingInstruction" } ["DOMXPath"]=> object(ReflectionClass)#62 (1) { ["name"]=> string(8) "DOMXPath" } ["finfo"]=> object(ReflectionClass)#63 (1) { ["name"]=> string(5) "finfo" } ["HashContext"]=> object(ReflectionClass)#64 (1) { ["name"]=> string(11) "HashContext" } ["JsonSerializable"]=> object(ReflectionClass)#65 (1) { ["name"]=> string(16) "JsonSerializable" } ["JsonException"]=> object(ReflectionClass)#66 (1) { ["name"]=> string(13) "JsonException" } ["LogicException"]=> object(ReflectionClass)#67 (1) { ["name"]=> string(14) "LogicException" } ["BadFunctionCallException"]=> object(ReflectionClass)#68 (1) { ["name"]=> string(24) "BadFunctionCallException" } ["BadMethodCallException"]=> object(ReflectionClass)#69 (1) { ["name"]=> string(22) "BadMethodCallException" } ["DomainException"]=> object(ReflectionClass)#70 (1) { ["name"]=> string(15) "DomainException" } ["InvalidArgumentException"]=> object(ReflectionClass)#71 (1) { ["name"]=> string(24) "InvalidArgumentException" } ["LengthException"]=> object(ReflectionClass)#72 (1) { ["name"]=> string(15) "LengthException" } ["OutOfRangeException"]=> object(ReflectionClass)#73 (1) { ["name"]=> string(19) "OutOfRangeException" } ["RuntimeException"]=> object(ReflectionClass)#74 (1) { ["name"]=> string(16) "RuntimeException" } ["OutOfBoundsException"]=> object(ReflectionClass)#75 (1) { ["name"]=> string(20) "OutOfBoundsException" } ["OverflowException"]=> object(ReflectionClass)#76 (1) { ["name"]=> string(17) "OverflowException" } ["RangeException"]=> object(ReflectionClass)#77 (1) { ["name"]=> string(14) "RangeException" } ["UnderflowException"]=> object(ReflectionClass)#78 (1) { ["name"]=> string(18) "UnderflowException" } ["UnexpectedValueException"]=> object(ReflectionClass)#79 (1) { ["name"]=> string(24) "UnexpectedValueException" } ["RecursiveIterator"]=> object(ReflectionClass)#80 (1) { ["name"]=> string(17) "RecursiveIterator" } ["RecursiveIteratorIterator"]=> object(ReflectionClass)#81 (1) { ["name"]=> string(25) "RecursiveIteratorIterator" } ["OuterIterator"]=> object(ReflectionClass)#82 (1) { ["name"]=> string(13) "OuterIterator" } ["IteratorIterator"]=> object(ReflectionClass)#83 (1) { ["name"]=> string(16) "IteratorIterator" } ["FilterIterator"]=> object(ReflectionClass)#84 (1) { ["name"]=> string(14) "FilterIterator" } ["RecursiveFilterIterator"]=> object(ReflectionClass)#85 (1) { ["name"]=> string(23) "RecursiveFilterIterator" } ["CallbackFilterIterator"]=> object(ReflectionClass)#86 (1) { ["name"]=> string(22) "CallbackFilterIterator" } ["RecursiveCallbackFilterIterator"]=> object(ReflectionClass)#87 (1) { ["name"]=> string(31) "RecursiveCallbackFilterIterator" } ["ParentIterator"]=> object(ReflectionClass)#88 (1) { ["name"]=> string(14) "ParentIterator" } ["SeekableIterator"]=> object(ReflectionClass)#89 (1) { ["name"]=> string(16) "SeekableIterator" } ["LimitIterator"]=> object(ReflectionClass)#90 (1) { ["name"]=> string(13) "LimitIterator" } ["CachingIterator"]=> object(ReflectionClass)#91 (1) { ["name"]=> string(15) "CachingIterator" } ["RecursiveCachingIterator"]=> object(ReflectionClass)#92 (1) { ["name"]=> string(24) "RecursiveCachingIterator" } ["NoRewindIterator"]=> object(ReflectionClass)#93 (1) { ["name"]=> string(16) "NoRewindIterator" } ["AppendIterator"]=> object(ReflectionClass)#94 (1) { ["name"]=> string(14) "AppendIterator" } ["InfiniteIterator"]=> object(ReflectionClass)#95 (1) { ["name"]=> string(16) "InfiniteIterator" } ["RegexIterator"]=> object(ReflectionClass)#96 (1) { ["name"]=> string(13) "RegexIterator" } ["RecursiveRegexIterator"]=> object(ReflectionClass)#97 (1) { ["name"]=> string(22) "RecursiveRegexIterator" } ["EmptyIterator"]=> object(ReflectionClass)#98 (1) { ["name"]=> string(13) "EmptyIterator" } ["RecursiveTreeIterator"]=> object(ReflectionClass)#99 (1) { ["name"]=> string(21) "RecursiveTreeIterator" } ["ArrayObject"]=> object(ReflectionClass)#100 (1) { ["name"]=> string(11) "ArrayObject" } ["ArrayIterator"]=> object(ReflectionClass)#101 (1) { ["name"]=> string(13) "ArrayIterator" } ["RecursiveArrayIterator"]=> object(ReflectionClass)#102 (1) { ["name"]=> string(22) "RecursiveArrayIterator" } ["SplFileInfo"]=> object(ReflectionClass)#103 (1) { ["name"]=> string(11) "SplFileInfo" } ["DirectoryIterator"]=> object(ReflectionClass)#104 (1) { ["name"]=> string(17) "DirectoryIterator" } ["FilesystemIterator"]=> object(ReflectionClass)#105 (1) { ["name"]=> string(18) "FilesystemIterator" } ["RecursiveDirectoryIterator"]=> object(ReflectionClass)#106 (1) { ["name"]=> string(26) "RecursiveDirectoryIterator" } ["GlobIterator"]=> object(ReflectionClass)#107 (1) { ["name"]=> string(12) "GlobIterator" } ["SplFileObject"]=> object(ReflectionClass)#108 (1) { ["name"]=> string(13) "SplFileObject" } ["SplTempFileObject"]=> object(ReflectionClass)#109 (1) { ["name"]=> string(17) "SplTempFileObject" } ["SplDoublyLinkedList"]=> object(ReflectionClass)#110 (1) { ["name"]=> string(19) "SplDoublyLinkedList" } ["SplQueue"]=> object(ReflectionClass)#111 (1) { ["name"]=> string(8) "SplQueue" } ["SplStack"]=> object(ReflectionClass)#112 (1) { ["name"]=> string(8) "SplStack" } ["SplHeap"]=> object(ReflectionClass)#113 (1) { ["name"]=> string(7) "SplHeap" } ["SplMinHeap"]=> object(ReflectionClass)#114 (1) { ["name"]=> string(10) "SplMinHeap" } ["SplMaxHeap"]=> object(ReflectionClass)#115 (1) { ["name"]=> string(10) "SplMaxHeap" } ["SplPriorityQueue"]=> object(ReflectionClass)#116 (1) { ["name"]=> string(16) "SplPriorityQueue" } ["SplFixedArray"]=> object(ReflectionClass)#117 (1) { ["name"]=> string(13) "SplFixedArray" } ["SplObserver"]=> object(ReflectionClass)#118 (1) { ["name"]=> string(11) "SplObserver" } ["SplSubject"]=> object(ReflectionClass)#119 (1) { ["name"]=> string(10) "SplSubject" } ["SplObjectStorage"]=> object(ReflectionClass)#120 (1) { ["name"]=> string(16) "SplObjectStorage" } ["MultipleIterator"]=> object(ReflectionClass)#121 (1) { ["name"]=> string(16) "MultipleIterator" } ["PDOException"]=> object(ReflectionClass)#122 (1) { ["name"]=> string(12) "PDOException" } ["PDO"]=> object(ReflectionClass)#123 (1) { ["name"]=> string(3) "PDO" } ["PDOStatement"]=> object(ReflectionClass)#124 (1) { ["name"]=> string(12) "PDOStatement" } ["PDORow"]=> object(ReflectionClass)#125 (1) { ["name"]=> string(6) "PDORow" } ["SessionHandlerInterface"]=> object(ReflectionClass)#126 (1) { ["name"]=> string(23) "SessionHandlerInterface" } ["SessionIdInterface"]=> object(ReflectionClass)#127 (1) { ["name"]=> string(18) "SessionIdInterface" } ["SessionUpdateTimestampHandlerInterface"]=> object(ReflectionClass)#128 (1) { ["name"]=> string(38) "SessionUpdateTimestampHandlerInterface" } ["SessionHandler"]=> object(ReflectionClass)#129 (1) { ["name"]=> string(14) "SessionHandler" } ["ReflectionException"]=> object(ReflectionClass)#130 (1) { ["name"]=> string(19) "ReflectionException" } ["Reflection"]=> object(ReflectionClass)#131 (1) { ["name"]=> string(10) "Reflection" } ["Reflector"]=> object(ReflectionClass)#132 (1) { ["name"]=> string(9) "Reflector" } ["ReflectionFunctionAbstract"]=> object(ReflectionClass)#133 (1) { ["name"]=> string(26) "ReflectionFunctionAbstract" } ["ReflectionFunction"]=> object(ReflectionClass)#134 (1) { ["name"]=> string(18) "ReflectionFunction" } ["ReflectionGenerator"]=> object(ReflectionClass)#135 (1) { ["name"]=> string(19) "ReflectionGenerator" } ["ReflectionParameter"]=> object(ReflectionClass)#136 (1) { ["name"]=> string(19) "ReflectionParameter" } ["ReflectionType"]=> object(ReflectionClass)#137 (1) { ["name"]=> string(14) "ReflectionType" } ["ReflectionNamedType"]=> object(ReflectionClass)#138 (1) { ["name"]=> string(19) "ReflectionNamedType" } ["ReflectionUnionType"]=> object(ReflectionClass)#139 (1) { ["name"]=> string(19) "ReflectionUnionType" } ["ReflectionMethod"]=> object(ReflectionClass)#140 (1) { ["name"]=> string(16) "ReflectionMethod" } ["ReflectionClass"]=> object(ReflectionClass)#141 (1) { ["name"]=> string(15) "ReflectionClass" } ["ReflectionObject"]=> object(ReflectionClass)#142 (1) { ["name"]=> string(16) "ReflectionObject" } ["ReflectionProperty"]=> object(ReflectionClass)#143 (1) { ["name"]=> string(18) "ReflectionProperty" } ["ReflectionClassConstant"]=> object(ReflectionClass)#144 (1) { ["name"]=> string(23) "ReflectionClassConstant" } ["ReflectionExtension"]=> object(ReflectionClass)#145 (1) { ["name"]=> string(19) "ReflectionExtension" } ["ReflectionZendExtension"]=> object(ReflectionClass)#146 (1) { ["name"]=> string(23) "ReflectionZendExtension" } ["ReflectionReference"]=> object(ReflectionClass)#147 (1) { ["name"]=> string(19) "ReflectionReference" } ["ReflectionAttribute"]=> object(ReflectionClass)#148 (1) { ["name"]=> string(19) "ReflectionAttribute" } ["__PHP_Incomplete_Class"]=> object(ReflectionClass)#149 (1) { ["name"]=> string(22) "__PHP_Incomplete_Class" } ["php_user_filter"]=> object(ReflectionClass)#150 (1) { ["name"]=> string(15) "php_user_filter" } ["Directory"]=> object(ReflectionClass)#151 (1) { ["name"]=> string(9) "Directory" } ["AssertionError"]=> object(ReflectionClass)#152 (1) { ["name"]=> string(14) "AssertionError" } ["SimpleXMLElement"]=> object(ReflectionClass)#153 (1) { ["name"]=> string(16) "SimpleXMLElement" } ["SimpleXMLIterator"]=> object(ReflectionClass)#154 (1) { ["name"]=> string(17) "SimpleXMLIterator" } ["PharException"]=> object(ReflectionClass)#155 (1) { ["name"]=> string(13) "PharException" } ["Phar"]=> object(ReflectionClass)#156 (1) { ["name"]=> string(4) "Phar" } ["PharData"]=> object(ReflectionClass)#157 (1) { ["name"]=> string(8) "PharData" } ["PharFileInfo"]=> object(ReflectionClass)#158 (1) { ["name"]=> string(12) "PharFileInfo" } ["PhpToken"]=> object(ReflectionClass)#159 (1) { ["name"]=> string(8) "PhpToken" } ["XMLParser"]=> object(ReflectionClass)#160 (1) { ["name"]=> string(9) "XMLParser" } ["XMLReader"]=> object(ReflectionClass)#161 (1) { ["name"]=> string(9) "XMLReader" } ["XMLWriter"]=> object(ReflectionClass)#162 (1) { ["name"]=> string(9) "XMLWriter" } ["GMP"]=> object(ReflectionClass)#163 (1) { ["name"]=> string(3) "GMP" } ["Collator"]=> object(ReflectionClass)#164 (1) { ["name"]=> string(8) "Collator" } ["NumberFormatter"]=> object(ReflectionClass)#165 (1) { ["name"]=> string(15) "NumberFormatter" } ["Normalizer"]=> object(ReflectionClass)#166 (1) { ["name"]=> string(10) "Normalizer" } ["Locale"]=> object(ReflectionClass)#167 (1) { ["name"]=> string(6) "Locale" } ["MessageFormatter"]=> object(ReflectionClass)#168 (1) { ["name"]=> string(16) "MessageFormatter" } ["IntlDateFormatter"]=> object(ReflectionClass)#169 (1) { ["name"]=> string(17) "IntlDateFormatter" } ["ResourceBundle"]=> object(ReflectionClass)#170 (1) { ["name"]=> string(14) "ResourceBundle" } ["Transliterator"]=> object(ReflectionClass)#171 (1) { ["name"]=> string(14) "Transliterator" } ["IntlTimeZone"]=> object(ReflectionClass)#172 (1) { ["name"]=> string(12) "IntlTimeZone" } ["IntlCalendar"]=> object(ReflectionClass)#173 (1) { ["name"]=> string(12) "IntlCalendar" } ["IntlGregorianCalendar"]=> object(ReflectionClass)#174 (1) { ["name"]=> string(21) "IntlGregorianCalendar" } ["Spoofchecker"]=> object(ReflectionClass)#175 (1) { ["name"]=> string(12) "Spoofchecker" } ["IntlException"]=> object(ReflectionClass)#176 (1) { ["name"]=> string(13) "IntlException" } ["IntlIterator"]=> object(ReflectionClass)#177 (1) { ["name"]=> string(12) "IntlIterator" } ["IntlBreakIterator"]=> object(ReflectionClass)#178 (1) { ["name"]=> string(17) "IntlBreakIterator" } ["IntlRuleBasedBreakIterator"]=> object(ReflectionClass)#179 (1) { ["name"]=> string(26) "IntlRuleBasedBreakIterator" } ["IntlCodePointBreakIterator"]=> object(ReflectionClass)#180 (1) { ["name"]=> string(26) "IntlCodePointBreakIterator" } ["IntlPartsIterator"]=> object(ReflectionClass)#181 (1) { ["name"]=> string(17) "IntlPartsIterator" } ["UConverter"]=> object(ReflectionClass)#182 (1) { ["name"]=> string(10) "UConverter" } ["IntlChar"]=> object(ReflectionClass)#183 (1) { ["name"]=> string(8) "IntlChar" } ["SodiumException"]=> object(ReflectionClass)#184 (1) { ["name"]=> string(15) "SodiumException" } }
Output for 8.0.13
array(162) { ["stdClass"]=> object(ReflectionClass)#2 (1) { ["name"]=> string(8) "stdClass" } ["Traversable"]=> object(ReflectionClass)#3 (1) { ["name"]=> string(11) "Traversable" } ["IteratorAggregate"]=> object(ReflectionClass)#4 (1) { ["name"]=> string(17) "IteratorAggregate" } ["Iterator"]=> object(ReflectionClass)#5 (1) { ["name"]=> string(8) "Iterator" } ["Serializable"]=> object(ReflectionClass)#6 (1) { ["name"]=> string(12) "Serializable" } ["ArrayAccess"]=> object(ReflectionClass)#7 (1) { ["name"]=> string(11) "ArrayAccess" } ["Countable"]=> object(ReflectionClass)#8 (1) { ["name"]=> string(9) "Countable" } ["Stringable"]=> object(ReflectionClass)#9 (1) { ["name"]=> string(10) "Stringable" } ["InternalIterator"]=> object(ReflectionClass)#10 (1) { ["name"]=> string(16) "InternalIterator" } ["Throwable"]=> object(ReflectionClass)#11 (1) { ["name"]=> string(9) "Throwable" } ["Exception"]=> object(ReflectionClass)#12 (1) { ["name"]=> string(9) "Exception" } ["ErrorException"]=> object(ReflectionClass)#13 (1) { ["name"]=> string(14) "ErrorException" } ["Error"]=> object(ReflectionClass)#14 (1) { ["name"]=> string(5) "Error" } ["CompileError"]=> object(ReflectionClass)#15 (1) { ["name"]=> string(12) "CompileError" } ["ParseError"]=> object(ReflectionClass)#16 (1) { ["name"]=> string(10) "ParseError" } ["TypeError"]=> object(ReflectionClass)#17 (1) { ["name"]=> string(9) "TypeError" } ["ArgumentCountError"]=> object(ReflectionClass)#18 (1) { ["name"]=> string(18) "ArgumentCountError" } ["ValueError"]=> object(ReflectionClass)#19 (1) { ["name"]=> string(10) "ValueError" } ["ArithmeticError"]=> object(ReflectionClass)#20 (1) { ["name"]=> string(15) "ArithmeticError" } ["DivisionByZeroError"]=> object(ReflectionClass)#21 (1) { ["name"]=> string(19) "DivisionByZeroError" } ["UnhandledMatchError"]=> object(ReflectionClass)#22 (1) { ["name"]=> string(19) "UnhandledMatchError" } ["Closure"]=> object(ReflectionClass)#23 (1) { ["name"]=> string(7) "Closure" } ["Generator"]=> object(ReflectionClass)#24 (1) { ["name"]=> string(9) "Generator" } ["ClosedGeneratorException"]=> object(ReflectionClass)#25 (1) { ["name"]=> string(24) "ClosedGeneratorException" } ["WeakReference"]=> object(ReflectionClass)#26 (1) { ["name"]=> string(13) "WeakReference" } ["WeakMap"]=> object(ReflectionClass)#27 (1) { ["name"]=> string(7) "WeakMap" } ["Attribute"]=> object(ReflectionClass)#28 (1) { ["name"]=> string(9) "Attribute" } ["DateTimeInterface"]=> object(ReflectionClass)#29 (1) { ["name"]=> string(17) "DateTimeInterface" } ["DateTime"]=> object(ReflectionClass)#30 (1) { ["name"]=> string(8) "DateTime" } ["DateTimeImmutable"]=> object(ReflectionClass)#31 (1) { ["name"]=> string(17) "DateTimeImmutable" } ["DateTimeZone"]=> object(ReflectionClass)#32 (1) { ["name"]=> string(12) "DateTimeZone" } ["DateInterval"]=> object(ReflectionClass)#33 (1) { ["name"]=> string(12) "DateInterval" } ["DatePeriod"]=> object(ReflectionClass)#34 (1) { ["name"]=> string(10) "DatePeriod" } ["LibXMLError"]=> object(ReflectionClass)#35 (1) { ["name"]=> string(11) "LibXMLError" } ["SQLite3"]=> object(ReflectionClass)#36 (1) { ["name"]=> string(7) "SQLite3" } ["SQLite3Stmt"]=> object(ReflectionClass)#37 (1) { ["name"]=> string(11) "SQLite3Stmt" } ["SQLite3Result"]=> object(ReflectionClass)#38 (1) { ["name"]=> string(13) "SQLite3Result" } ["InflateContext"]=> object(ReflectionClass)#39 (1) { ["name"]=> string(14) "InflateContext" } ["DeflateContext"]=> object(ReflectionClass)#40 (1) { ["name"]=> string(14) "DeflateContext" } ["DOMException"]=> object(ReflectionClass)#41 (1) { ["name"]=> string(12) "DOMException" } ["DOMParentNode"]=> object(ReflectionClass)#42 (1) { ["name"]=> string(13) "DOMParentNode" } ["DOMChildNode"]=> object(ReflectionClass)#43 (1) { ["name"]=> string(12) "DOMChildNode" } ["DOMImplementation"]=> object(ReflectionClass)#44 (1) { ["name"]=> string(17) "DOMImplementation" } ["DOMNode"]=> object(ReflectionClass)#45 (1) { ["name"]=> string(7) "DOMNode" } ["DOMNameSpaceNode"]=> object(ReflectionClass)#46 (1) { ["name"]=> string(16) "DOMNameSpaceNode" } ["DOMDocumentFragment"]=> object(ReflectionClass)#47 (1) { ["name"]=> string(19) "DOMDocumentFragment" } ["DOMDocument"]=> object(ReflectionClass)#48 (1) { ["name"]=> string(11) "DOMDocument" } ["DOMNodeList"]=> object(ReflectionClass)#49 (1) { ["name"]=> string(11) "DOMNodeList" } ["DOMNamedNodeMap"]=> object(ReflectionClass)#50 (1) { ["name"]=> string(15) "DOMNamedNodeMap" } ["DOMCharacterData"]=> object(ReflectionClass)#51 (1) { ["name"]=> string(16) "DOMCharacterData" } ["DOMAttr"]=> object(ReflectionClass)#52 (1) { ["name"]=> string(7) "DOMAttr" } ["DOMElement"]=> object(ReflectionClass)#53 (1) { ["name"]=> string(10) "DOMElement" } ["DOMText"]=> object(ReflectionClass)#54 (1) { ["name"]=> string(7) "DOMText" } ["DOMComment"]=> object(ReflectionClass)#55 (1) { ["name"]=> string(10) "DOMComment" } ["DOMCdataSection"]=> object(ReflectionClass)#56 (1) { ["name"]=> string(15) "DOMCdataSection" } ["DOMDocumentType"]=> object(ReflectionClass)#57 (1) { ["name"]=> string(15) "DOMDocumentType" } ["DOMNotation"]=> object(ReflectionClass)#58 (1) { ["name"]=> string(11) "DOMNotation" } ["DOMEntity"]=> object(ReflectionClass)#59 (1) { ["name"]=> string(9) "DOMEntity" } ["DOMEntityReference"]=> object(ReflectionClass)#60 (1) { ["name"]=> string(18) "DOMEntityReference" } ["DOMProcessingInstruction"]=> object(ReflectionClass)#61 (1) { ["name"]=> string(24) "DOMProcessingInstruction" } ["DOMXPath"]=> object(ReflectionClass)#62 (1) { ["name"]=> string(8) "DOMXPath" } ["finfo"]=> object(ReflectionClass)#63 (1) { ["name"]=> string(5) "finfo" } ["HashContext"]=> object(ReflectionClass)#64 (1) { ["name"]=> string(11) "HashContext" } ["JsonSerializable"]=> object(ReflectionClass)#65 (1) { ["name"]=> string(16) "JsonSerializable" } ["JsonException"]=> object(ReflectionClass)#66 (1) { ["name"]=> string(13) "JsonException" } ["LogicException"]=> object(ReflectionClass)#67 (1) { ["name"]=> string(14) "LogicException" } ["BadFunctionCallException"]=> object(ReflectionClass)#68 (1) { ["name"]=> string(24) "BadFunctionCallException" } ["BadMethodCallException"]=> object(ReflectionClass)#69 (1) { ["name"]=> string(22) "BadMethodCallException" } ["DomainException"]=> object(ReflectionClass)#70 (1) { ["name"]=> string(15) "DomainException" } ["InvalidArgumentException"]=> object(ReflectionClass)#71 (1) { ["name"]=> string(24) "InvalidArgumentException" } ["LengthException"]=> object(ReflectionClass)#72 (1) { ["name"]=> string(15) "LengthException" } ["OutOfRangeException"]=> object(ReflectionClass)#73 (1) { ["name"]=> string(19) "OutOfRangeException" } ["RuntimeException"]=> object(ReflectionClass)#74 (1) { ["name"]=> string(16) "RuntimeException" } ["OutOfBoundsException"]=> object(ReflectionClass)#75 (1) { ["name"]=> string(20) "OutOfBoundsException" } ["OverflowException"]=> object(ReflectionClass)#76 (1) { ["name"]=> string(17) "OverflowException" } ["RangeException"]=> object(ReflectionClass)#77 (1) { ["name"]=> string(14) "RangeException" } ["UnderflowException"]=> object(ReflectionClass)#78 (1) { ["name"]=> string(18) "UnderflowException" } ["UnexpectedValueException"]=> object(ReflectionClass)#79 (1) { ["name"]=> string(24) "UnexpectedValueException" } ["RecursiveIterator"]=> object(ReflectionClass)#80 (1) { ["name"]=> string(17) "RecursiveIterator" } ["RecursiveIteratorIterator"]=> object(ReflectionClass)#81 (1) { ["name"]=> string(25) "RecursiveIteratorIterator" } ["OuterIterator"]=> object(ReflectionClass)#82 (1) { ["name"]=> string(13) "OuterIterator" } ["IteratorIterator"]=> object(ReflectionClass)#83 (1) { ["name"]=> string(16) "IteratorIterator" } ["FilterIterator"]=> object(ReflectionClass)#84 (1) { ["name"]=> string(14) "FilterIterator" } ["RecursiveFilterIterator"]=> object(ReflectionClass)#85 (1) { ["name"]=> string(23) "RecursiveFilterIterator" } ["CallbackFilterIterator"]=> object(ReflectionClass)#86 (1) { ["name"]=> string(22) "CallbackFilterIterator" } ["RecursiveCallbackFilterIterator"]=> object(ReflectionClass)#87 (1) { ["name"]=> string(31) "RecursiveCallbackFilterIterator" } ["ParentIterator"]=> object(ReflectionClass)#88 (1) { ["name"]=> string(14) "ParentIterator" } ["SeekableIterator"]=> object(ReflectionClass)#89 (1) { ["name"]=> string(16) "SeekableIterator" } ["LimitIterator"]=> object(ReflectionClass)#90 (1) { ["name"]=> string(13) "LimitIterator" } ["CachingIterator"]=> object(ReflectionClass)#91 (1) { ["name"]=> string(15) "CachingIterator" } ["RecursiveCachingIterator"]=> object(ReflectionClass)#92 (1) { ["name"]=> string(24) "RecursiveCachingIterator" } ["NoRewindIterator"]=> object(ReflectionClass)#93 (1) { ["name"]=> string(16) "NoRewindIterator" } ["AppendIterator"]=> object(ReflectionClass)#94 (1) { ["name"]=> string(14) "AppendIterator" } ["InfiniteIterator"]=> object(ReflectionClass)#95 (1) { ["name"]=> string(16) "InfiniteIterator" } ["RegexIterator"]=> object(ReflectionClass)#96 (1) { ["name"]=> string(13) "RegexIterator" } ["RecursiveRegexIterator"]=> object(ReflectionClass)#97 (1) { ["name"]=> string(22) "RecursiveRegexIterator" } ["EmptyIterator"]=> object(ReflectionClass)#98 (1) { ["name"]=> string(13) "EmptyIterator" } ["RecursiveTreeIterator"]=> object(ReflectionClass)#99 (1) { ["name"]=> string(21) "RecursiveTreeIterator" } ["ArrayObject"]=> object(ReflectionClass)#100 (1) { ["name"]=> string(11) "ArrayObject" } ["ArrayIterator"]=> object(ReflectionClass)#101 (1) { ["name"]=> string(13) "ArrayIterator" } ["RecursiveArrayIterator"]=> object(ReflectionClass)#102 (1) { ["name"]=> string(22) "RecursiveArrayIterator" } ["SplFileInfo"]=> object(ReflectionClass)#103 (1) { ["name"]=> string(11) "SplFileInfo" } ["DirectoryIterator"]=> object(ReflectionClass)#104 (1) { ["name"]=> string(17) "DirectoryIterator" } ["FilesystemIterator"]=> object(ReflectionClass)#105 (1) { ["name"]=> string(18) "FilesystemIterator" } ["RecursiveDirectoryIterator"]=> object(ReflectionClass)#106 (1) { ["name"]=> string(26) "RecursiveDirectoryIterator" } ["GlobIterator"]=> object(ReflectionClass)#107 (1) { ["name"]=> string(12) "GlobIterator" } ["SplFileObject"]=> object(ReflectionClass)#108 (1) { ["name"]=> string(13) "SplFileObject" } ["SplTempFileObject"]=> object(ReflectionClass)#109 (1) { ["name"]=> string(17) "SplTempFileObject" } ["SplDoublyLinkedList"]=> object(ReflectionClass)#110 (1) { ["name"]=> string(19) "SplDoublyLinkedList" } ["SplQueue"]=> object(ReflectionClass)#111 (1) { ["name"]=> string(8) "SplQueue" } ["SplStack"]=> object(ReflectionClass)#112 (1) { ["name"]=> string(8) "SplStack" } ["SplHeap"]=> object(ReflectionClass)#113 (1) { ["name"]=> string(7) "SplHeap" } ["SplMinHeap"]=> object(ReflectionClass)#114 (1) { ["name"]=> string(10) "SplMinHeap" } ["SplMaxHeap"]=> object(ReflectionClass)#115 (1) { ["name"]=> string(10) "SplMaxHeap" } ["SplPriorityQueue"]=> object(ReflectionClass)#116 (1) { ["name"]=> string(16) "SplPriorityQueue" } ["SplFixedArray"]=> object(ReflectionClass)#117 (1) { ["name"]=> string(13) "SplFixedArray" } ["SplObserver"]=> object(ReflectionClass)#118 (1) { ["name"]=> string(11) "SplObserver" } ["SplSubject"]=> object(ReflectionClass)#119 (1) { ["name"]=> string(10) "SplSubject" } ["SplObjectStorage"]=> object(ReflectionClass)#120 (1) { ["name"]=> string(16) "SplObjectStorage" } ["MultipleIterator"]=> object(ReflectionClass)#121 (1) { ["name"]=> string(16) "MultipleIterator" } ["PDOException"]=> object(ReflectionClass)#122 (1) { ["name"]=> string(12) "PDOException" } ["PDO"]=> object(ReflectionClass)#123 (1) { ["name"]=> string(3) "PDO" } ["PDOStatement"]=> object(ReflectionClass)#124 (1) { ["name"]=> string(12) "PDOStatement" } ["PDORow"]=> object(ReflectionClass)#125 (1) { ["name"]=> string(6) "PDORow" } ["SessionHandlerInterface"]=> object(ReflectionClass)#126 (1) { ["name"]=> string(23) "SessionHandlerInterface" } ["SessionIdInterface"]=> object(ReflectionClass)#127 (1) { ["name"]=> string(18) "SessionIdInterface" } ["SessionUpdateTimestampHandlerInterface"]=> object(ReflectionClass)#128 (1) { ["name"]=> string(38) "SessionUpdateTimestampHandlerInterface" } ["SessionHandler"]=> object(ReflectionClass)#129 (1) { ["name"]=> string(14) "SessionHandler" } ["ReflectionException"]=> object(ReflectionClass)#130 (1) { ["name"]=> string(19) "ReflectionException" } ["Reflection"]=> object(ReflectionClass)#131 (1) { ["name"]=> string(10) "Reflection" } ["Reflector"]=> object(ReflectionClass)#132 (1) { ["name"]=> string(9) "Reflector" } ["ReflectionFunctionAbstract"]=> object(ReflectionClass)#133 (1) { ["name"]=> string(26) "ReflectionFunctionAbstract" } ["ReflectionFunction"]=> object(ReflectionClass)#134 (1) { ["name"]=> string(18) "ReflectionFunction" } ["ReflectionGenerator"]=> object(ReflectionClass)#135 (1) { ["name"]=> string(19) "ReflectionGenerator" } ["ReflectionParameter"]=> object(ReflectionClass)#136 (1) { ["name"]=> string(19) "ReflectionParameter" } ["ReflectionType"]=> object(ReflectionClass)#137 (1) { ["name"]=> string(14) "ReflectionType" } ["ReflectionNamedType"]=> object(ReflectionClass)#138 (1) { ["name"]=> string(19) "ReflectionNamedType" } ["ReflectionUnionType"]=> object(ReflectionClass)#139 (1) { ["name"]=> string(19) "ReflectionUnionType" } ["ReflectionMethod"]=> object(ReflectionClass)#140 (1) { ["name"]=> string(16) "ReflectionMethod" } ["ReflectionClass"]=> object(ReflectionClass)#141 (1) { ["name"]=> string(15) "ReflectionClass" } ["ReflectionObject"]=> object(ReflectionClass)#142 (1) { ["name"]=> string(16) "ReflectionObject" } ["ReflectionProperty"]=> object(ReflectionClass)#143 (1) { ["name"]=> string(18) "ReflectionProperty" } ["ReflectionClassConstant"]=> object(ReflectionClass)#144 (1) { ["name"]=> string(23) "ReflectionClassConstant" } ["ReflectionExtension"]=> object(ReflectionClass)#145 (1) { ["name"]=> string(19) "ReflectionExtension" } ["ReflectionZendExtension"]=> object(ReflectionClass)#146 (1) { ["name"]=> string(23) "ReflectionZendExtension" } ["ReflectionReference"]=> object(ReflectionClass)#147 (1) { ["name"]=> string(19) "ReflectionReference" } ["ReflectionAttribute"]=> object(ReflectionClass)#148 (1) { ["name"]=> string(19) "ReflectionAttribute" } ["__PHP_Incomplete_Class"]=> object(ReflectionClass)#149 (1) { ["name"]=> string(22) "__PHP_Incomplete_Class" } ["php_user_filter"]=> object(ReflectionClass)#150 (1) { ["name"]=> string(15) "php_user_filter" } ["Directory"]=> object(ReflectionClass)#151 (1) { ["name"]=> string(9) "Directory" } ["AssertionError"]=> object(ReflectionClass)#152 (1) { ["name"]=> string(14) "AssertionError" } ["SimpleXMLElement"]=> object(ReflectionClass)#153 (1) { ["name"]=> string(16) "SimpleXMLElement" } ["SimpleXMLIterator"]=> object(ReflectionClass)#154 (1) { ["name"]=> string(17) "SimpleXMLIterator" } ["PharException"]=> object(ReflectionClass)#155 (1) { ["name"]=> string(13) "PharException" } ["Phar"]=> object(ReflectionClass)#156 (1) { ["name"]=> string(4) "Phar" } ["PharData"]=> object(ReflectionClass)#157 (1) { ["name"]=> string(8) "PharData" } ["PharFileInfo"]=> object(ReflectionClass)#158 (1) { ["name"]=> string(12) "PharFileInfo" } ["PhpToken"]=> object(ReflectionClass)#159 (1) { ["name"]=> string(8) "PhpToken" } ["XMLParser"]=> object(ReflectionClass)#160 (1) { ["name"]=> string(9) "XMLParser" } ["XMLReader"]=> object(ReflectionClass)#161 (1) { ["name"]=> string(9) "XMLReader" } ["XMLWriter"]=> object(ReflectionClass)#162 (1) { ["name"]=> string(9) "XMLWriter" } ["SodiumException"]=> object(ReflectionClass)#163 (1) { ["name"]=> string(15) "SodiumException" } }
Output for 8.0.0
array(182) { ["stdClass"]=> object(ReflectionClass)#2 (1) { ["name"]=> string(8) "stdClass" } ["Traversable"]=> object(ReflectionClass)#3 (1) { ["name"]=> string(11) "Traversable" } ["IteratorAggregate"]=> object(ReflectionClass)#4 (1) { ["name"]=> string(17) "IteratorAggregate" } ["Iterator"]=> object(ReflectionClass)#5 (1) { ["name"]=> string(8) "Iterator" } ["Serializable"]=> object(ReflectionClass)#6 (1) { ["name"]=> string(12) "Serializable" } ["ArrayAccess"]=> object(ReflectionClass)#7 (1) { ["name"]=> string(11) "ArrayAccess" } ["Countable"]=> object(ReflectionClass)#8 (1) { ["name"]=> string(9) "Countable" } ["Stringable"]=> object(ReflectionClass)#9 (1) { ["name"]=> string(10) "Stringable" } ["InternalIterator"]=> object(ReflectionClass)#10 (1) { ["name"]=> string(16) "InternalIterator" } ["Throwable"]=> object(ReflectionClass)#11 (1) { ["name"]=> string(9) "Throwable" } ["Exception"]=> object(ReflectionClass)#12 (1) { ["name"]=> string(9) "Exception" } ["ErrorException"]=> object(ReflectionClass)#13 (1) { ["name"]=> string(14) "ErrorException" } ["Error"]=> object(ReflectionClass)#14 (1) { ["name"]=> string(5) "Error" } ["CompileError"]=> object(ReflectionClass)#15 (1) { ["name"]=> string(12) "CompileError" } ["ParseError"]=> object(ReflectionClass)#16 (1) { ["name"]=> string(10) "ParseError" } ["TypeError"]=> object(ReflectionClass)#17 (1) { ["name"]=> string(9) "TypeError" } ["ArgumentCountError"]=> object(ReflectionClass)#18 (1) { ["name"]=> string(18) "ArgumentCountError" } ["ValueError"]=> object(ReflectionClass)#19 (1) { ["name"]=> string(10) "ValueError" } ["ArithmeticError"]=> object(ReflectionClass)#20 (1) { ["name"]=> string(15) "ArithmeticError" } ["DivisionByZeroError"]=> object(ReflectionClass)#21 (1) { ["name"]=> string(19) "DivisionByZeroError" } ["UnhandledMatchError"]=> object(ReflectionClass)#22 (1) { ["name"]=> string(19) "UnhandledMatchError" } ["Closure"]=> object(ReflectionClass)#23 (1) { ["name"]=> string(7) "Closure" } ["Generator"]=> object(ReflectionClass)#24 (1) { ["name"]=> string(9) "Generator" } ["ClosedGeneratorException"]=> object(ReflectionClass)#25 (1) { ["name"]=> string(24) "ClosedGeneratorException" } ["WeakReference"]=> object(ReflectionClass)#26 (1) { ["name"]=> string(13) "WeakReference" } ["WeakMap"]=> object(ReflectionClass)#27 (1) { ["name"]=> string(7) "WeakMap" } ["Attribute"]=> object(ReflectionClass)#28 (1) { ["name"]=> string(9) "Attribute" } ["DateTimeInterface"]=> object(ReflectionClass)#29 (1) { ["name"]=> string(17) "DateTimeInterface" } ["DateTime"]=> object(ReflectionClass)#30 (1) { ["name"]=> string(8) "DateTime" } ["DateTimeImmutable"]=> object(ReflectionClass)#31 (1) { ["name"]=> string(17) "DateTimeImmutable" } ["DateTimeZone"]=> object(ReflectionClass)#32 (1) { ["name"]=> string(12) "DateTimeZone" } ["DateInterval"]=> object(ReflectionClass)#33 (1) { ["name"]=> string(12) "DateInterval" } ["DatePeriod"]=> object(ReflectionClass)#34 (1) { ["name"]=> string(10) "DatePeriod" } ["LibXMLError"]=> object(ReflectionClass)#35 (1) { ["name"]=> string(11) "LibXMLError" } ["SQLite3"]=> object(ReflectionClass)#36 (1) { ["name"]=> string(7) "SQLite3" } ["SQLite3Stmt"]=> object(ReflectionClass)#37 (1) { ["name"]=> string(11) "SQLite3Stmt" } ["SQLite3Result"]=> object(ReflectionClass)#38 (1) { ["name"]=> string(13) "SQLite3Result" } ["InflateContext"]=> object(ReflectionClass)#39 (1) { ["name"]=> string(14) "InflateContext" } ["DeflateContext"]=> object(ReflectionClass)#40 (1) { ["name"]=> string(14) "DeflateContext" } ["DOMException"]=> object(ReflectionClass)#41 (1) { ["name"]=> string(12) "DOMException" } ["DOMParentNode"]=> object(ReflectionClass)#42 (1) { ["name"]=> string(13) "DOMParentNode" } ["DOMChildNode"]=> object(ReflectionClass)#43 (1) { ["name"]=> string(12) "DOMChildNode" } ["DOMImplementation"]=> object(ReflectionClass)#44 (1) { ["name"]=> string(17) "DOMImplementation" } ["DOMNode"]=> object(ReflectionClass)#45 (1) { ["name"]=> string(7) "DOMNode" } ["DOMNameSpaceNode"]=> object(ReflectionClass)#46 (1) { ["name"]=> string(16) "DOMNameSpaceNode" } ["DOMDocumentFragment"]=> object(ReflectionClass)#47 (1) { ["name"]=> string(19) "DOMDocumentFragment" } ["DOMDocument"]=> object(ReflectionClass)#48 (1) { ["name"]=> string(11) "DOMDocument" } ["DOMNodeList"]=> object(ReflectionClass)#49 (1) { ["name"]=> string(11) "DOMNodeList" } ["DOMNamedNodeMap"]=> object(ReflectionClass)#50 (1) { ["name"]=> string(15) "DOMNamedNodeMap" } ["DOMCharacterData"]=> object(ReflectionClass)#51 (1) { ["name"]=> string(16) "DOMCharacterData" } ["DOMAttr"]=> object(ReflectionClass)#52 (1) { ["name"]=> string(7) "DOMAttr" } ["DOMElement"]=> object(ReflectionClass)#53 (1) { ["name"]=> string(10) "DOMElement" } ["DOMText"]=> object(ReflectionClass)#54 (1) { ["name"]=> string(7) "DOMText" } ["DOMComment"]=> object(ReflectionClass)#55 (1) { ["name"]=> string(10) "DOMComment" } ["DOMCdataSection"]=> object(ReflectionClass)#56 (1) { ["name"]=> string(15) "DOMCdataSection" } ["DOMDocumentType"]=> object(ReflectionClass)#57 (1) { ["name"]=> string(15) "DOMDocumentType" } ["DOMNotation"]=> object(ReflectionClass)#58 (1) { ["name"]=> string(11) "DOMNotation" } ["DOMEntity"]=> object(ReflectionClass)#59 (1) { ["name"]=> string(9) "DOMEntity" } ["DOMEntityReference"]=> object(ReflectionClass)#60 (1) { ["name"]=> string(18) "DOMEntityReference" } ["DOMProcessingInstruction"]=> object(ReflectionClass)#61 (1) { ["name"]=> string(24) "DOMProcessingInstruction" } ["DOMXPath"]=> object(ReflectionClass)#62 (1) { ["name"]=> string(8) "DOMXPath" } ["finfo"]=> object(ReflectionClass)#63 (1) { ["name"]=> string(5) "finfo" } ["HashContext"]=> object(ReflectionClass)#64 (1) { ["name"]=> string(11) "HashContext" } ["JsonSerializable"]=> object(ReflectionClass)#65 (1) { ["name"]=> string(16) "JsonSerializable" } ["JsonException"]=> object(ReflectionClass)#66 (1) { ["name"]=> string(13) "JsonException" } ["LogicException"]=> object(ReflectionClass)#67 (1) { ["name"]=> string(14) "LogicException" } ["BadFunctionCallException"]=> object(ReflectionClass)#68 (1) { ["name"]=> string(24) "BadFunctionCallException" } ["BadMethodCallException"]=> object(ReflectionClass)#69 (1) { ["name"]=> string(22) "BadMethodCallException" } ["DomainException"]=> object(ReflectionClass)#70 (1) { ["name"]=> string(15) "DomainException" } ["InvalidArgumentException"]=> object(ReflectionClass)#71 (1) { ["name"]=> string(24) "InvalidArgumentException" } ["LengthException"]=> object(ReflectionClass)#72 (1) { ["name"]=> string(15) "LengthException" } ["OutOfRangeException"]=> object(ReflectionClass)#73 (1) { ["name"]=> string(19) "OutOfRangeException" } ["RuntimeException"]=> object(ReflectionClass)#74 (1) { ["name"]=> string(16) "RuntimeException" } ["OutOfBoundsException"]=> object(ReflectionClass)#75 (1) { ["name"]=> string(20) "OutOfBoundsException" } ["OverflowException"]=> object(ReflectionClass)#76 (1) { ["name"]=> string(17) "OverflowException" } ["RangeException"]=> object(ReflectionClass)#77 (1) { ["name"]=> string(14) "RangeException" } ["UnderflowException"]=> object(ReflectionClass)#78 (1) { ["name"]=> string(18) "UnderflowException" } ["UnexpectedValueException"]=> object(ReflectionClass)#79 (1) { ["name"]=> string(24) "UnexpectedValueException" } ["RecursiveIterator"]=> object(ReflectionClass)#80 (1) { ["name"]=> string(17) "RecursiveIterator" } ["RecursiveIteratorIterator"]=> object(ReflectionClass)#81 (1) { ["name"]=> string(25) "RecursiveIteratorIterator" } ["OuterIterator"]=> object(ReflectionClass)#82 (1) { ["name"]=> string(13) "OuterIterator" } ["IteratorIterator"]=> object(ReflectionClass)#83 (1) { ["name"]=> string(16) "IteratorIterator" } ["FilterIterator"]=> object(ReflectionClass)#84 (1) { ["name"]=> string(14) "FilterIterator" } ["RecursiveFilterIterator"]=> object(ReflectionClass)#85 (1) { ["name"]=> string(23) "RecursiveFilterIterator" } ["CallbackFilterIterator"]=> object(ReflectionClass)#86 (1) { ["name"]=> string(22) "CallbackFilterIterator" } ["RecursiveCallbackFilterIterator"]=> object(ReflectionClass)#87 (1) { ["name"]=> string(31) "RecursiveCallbackFilterIterator" } ["ParentIterator"]=> object(ReflectionClass)#88 (1) { ["name"]=> string(14) "ParentIterator" } ["SeekableIterator"]=> object(ReflectionClass)#89 (1) { ["name"]=> string(16) "SeekableIterator" } ["LimitIterator"]=> object(ReflectionClass)#90 (1) { ["name"]=> string(13) "LimitIterator" } ["CachingIterator"]=> object(ReflectionClass)#91 (1) { ["name"]=> string(15) "CachingIterator" } ["RecursiveCachingIterator"]=> object(ReflectionClass)#92 (1) { ["name"]=> string(24) "RecursiveCachingIterator" } ["NoRewindIterator"]=> object(ReflectionClass)#93 (1) { ["name"]=> string(16) "NoRewindIterator" } ["AppendIterator"]=> object(ReflectionClass)#94 (1) { ["name"]=> string(14) "AppendIterator" } ["InfiniteIterator"]=> object(ReflectionClass)#95 (1) { ["name"]=> string(16) "InfiniteIterator" } ["RegexIterator"]=> object(ReflectionClass)#96 (1) { ["name"]=> string(13) "RegexIterator" } ["RecursiveRegexIterator"]=> object(ReflectionClass)#97 (1) { ["name"]=> string(22) "RecursiveRegexIterator" } ["EmptyIterator"]=> object(ReflectionClass)#98 (1) { ["name"]=> string(13) "EmptyIterator" } ["RecursiveTreeIterator"]=> object(ReflectionClass)#99 (1) { ["name"]=> string(21) "RecursiveTreeIterator" } ["ArrayObject"]=> object(ReflectionClass)#100 (1) { ["name"]=> string(11) "ArrayObject" } ["ArrayIterator"]=> object(ReflectionClass)#101 (1) { ["name"]=> string(13) "ArrayIterator" } ["RecursiveArrayIterator"]=> object(ReflectionClass)#102 (1) { ["name"]=> string(22) "RecursiveArrayIterator" } ["SplFileInfo"]=> object(ReflectionClass)#103 (1) { ["name"]=> string(11) "SplFileInfo" } ["DirectoryIterator"]=> object(ReflectionClass)#104 (1) { ["name"]=> string(17) "DirectoryIterator" } ["FilesystemIterator"]=> object(ReflectionClass)#105 (1) { ["name"]=> string(18) "FilesystemIterator" } ["RecursiveDirectoryIterator"]=> object(ReflectionClass)#106 (1) { ["name"]=> string(26) "RecursiveDirectoryIterator" } ["GlobIterator"]=> object(ReflectionClass)#107 (1) { ["name"]=> string(12) "GlobIterator" } ["SplFileObject"]=> object(ReflectionClass)#108 (1) { ["name"]=> string(13) "SplFileObject" } ["SplTempFileObject"]=> object(ReflectionClass)#109 (1) { ["name"]=> string(17) "SplTempFileObject" } ["SplDoublyLinkedList"]=> object(ReflectionClass)#110 (1) { ["name"]=> string(19) "SplDoublyLinkedList" } ["SplQueue"]=> object(ReflectionClass)#111 (1) { ["name"]=> string(8) "SplQueue" } ["SplStack"]=> object(ReflectionClass)#112 (1) { ["name"]=> string(8) "SplStack" } ["SplHeap"]=> object(ReflectionClass)#113 (1) { ["name"]=> string(7) "SplHeap" } ["SplMinHeap"]=> object(ReflectionClass)#114 (1) { ["name"]=> string(10) "SplMinHeap" } ["SplMaxHeap"]=> object(ReflectionClass)#115 (1) { ["name"]=> string(10) "SplMaxHeap" } ["SplPriorityQueue"]=> object(ReflectionClass)#116 (1) { ["name"]=> string(16) "SplPriorityQueue" } ["SplFixedArray"]=> object(ReflectionClass)#117 (1) { ["name"]=> string(13) "SplFixedArray" } ["SplObserver"]=> object(ReflectionClass)#118 (1) { ["name"]=> string(11) "SplObserver" } ["SplSubject"]=> object(ReflectionClass)#119 (1) { ["name"]=> string(10) "SplSubject" } ["SplObjectStorage"]=> object(ReflectionClass)#120 (1) { ["name"]=> string(16) "SplObjectStorage" } ["MultipleIterator"]=> object(ReflectionClass)#121 (1) { ["name"]=> string(16) "MultipleIterator" } ["PDOException"]=> object(ReflectionClass)#122 (1) { ["name"]=> string(12) "PDOException" } ["PDO"]=> object(ReflectionClass)#123 (1) { ["name"]=> string(3) "PDO" } ["PDOStatement"]=> object(ReflectionClass)#124 (1) { ["name"]=> string(12) "PDOStatement" } ["PDORow"]=> object(ReflectionClass)#125 (1) { ["name"]=> string(6) "PDORow" } ["SessionHandlerInterface"]=> object(ReflectionClass)#126 (1) { ["name"]=> string(23) "SessionHandlerInterface" } ["SessionIdInterface"]=> object(ReflectionClass)#127 (1) { ["name"]=> string(18) "SessionIdInterface" } ["SessionUpdateTimestampHandlerInterface"]=> object(ReflectionClass)#128 (1) { ["name"]=> string(38) "SessionUpdateTimestampHandlerInterface" } ["SessionHandler"]=> object(ReflectionClass)#129 (1) { ["name"]=> string(14) "SessionHandler" } ["ReflectionException"]=> object(ReflectionClass)#130 (1) { ["name"]=> string(19) "ReflectionException" } ["Reflection"]=> object(ReflectionClass)#131 (1) { ["name"]=> string(10) "Reflection" } ["Reflector"]=> object(ReflectionClass)#132 (1) { ["name"]=> string(9) "Reflector" } ["ReflectionFunctionAbstract"]=> object(ReflectionClass)#133 (1) { ["name"]=> string(26) "ReflectionFunctionAbstract" } ["ReflectionFunction"]=> object(ReflectionClass)#134 (1) { ["name"]=> string(18) "ReflectionFunction" } ["ReflectionGenerator"]=> object(ReflectionClass)#135 (1) { ["name"]=> string(19) "ReflectionGenerator" } ["ReflectionParameter"]=> object(ReflectionClass)#136 (1) { ["name"]=> string(19) "ReflectionParameter" } ["ReflectionType"]=> object(ReflectionClass)#137 (1) { ["name"]=> string(14) "ReflectionType" } ["ReflectionNamedType"]=> object(ReflectionClass)#138 (1) { ["name"]=> string(19) "ReflectionNamedType" } ["ReflectionUnionType"]=> object(ReflectionClass)#139 (1) { ["name"]=> string(19) "ReflectionUnionType" } ["ReflectionMethod"]=> object(ReflectionClass)#140 (1) { ["name"]=> string(16) "ReflectionMethod" } ["ReflectionClass"]=> object(ReflectionClass)#141 (1) { ["name"]=> string(15) "ReflectionClass" } ["ReflectionObject"]=> object(ReflectionClass)#142 (1) { ["name"]=> string(16) "ReflectionObject" } ["ReflectionProperty"]=> object(ReflectionClass)#143 (1) { ["name"]=> string(18) "ReflectionProperty" } ["ReflectionClassConstant"]=> object(ReflectionClass)#144 (1) { ["name"]=> string(23) "ReflectionClassConstant" } ["ReflectionExtension"]=> object(ReflectionClass)#145 (1) { ["name"]=> string(19) "ReflectionExtension" } ["ReflectionZendExtension"]=> object(ReflectionClass)#146 (1) { ["name"]=> string(23) "ReflectionZendExtension" } ["ReflectionReference"]=> object(ReflectionClass)#147 (1) { ["name"]=> string(19) "ReflectionReference" } ["ReflectionAttribute"]=> object(ReflectionClass)#148 (1) { ["name"]=> string(19) "ReflectionAttribute" } ["__PHP_Incomplete_Class"]=> object(ReflectionClass)#149 (1) { ["name"]=> string(22) "__PHP_Incomplete_Class" } ["php_user_filter"]=> object(ReflectionClass)#150 (1) { ["name"]=> string(15) "php_user_filter" } ["Directory"]=> object(ReflectionClass)#151 (1) { ["name"]=> string(9) "Directory" } ["AssertionError"]=> object(ReflectionClass)#152 (1) { ["name"]=> string(14) "AssertionError" } ["SimpleXMLElement"]=> object(ReflectionClass)#153 (1) { ["name"]=> string(16) "SimpleXMLElement" } ["SimpleXMLIterator"]=> object(ReflectionClass)#154 (1) { ["name"]=> string(17) "SimpleXMLIterator" } ["PharException"]=> object(ReflectionClass)#155 (1) { ["name"]=> string(13) "PharException" } ["Phar"]=> object(ReflectionClass)#156 (1) { ["name"]=> string(4) "Phar" } ["PharData"]=> object(ReflectionClass)#157 (1) { ["name"]=> string(8) "PharData" } ["PharFileInfo"]=> object(ReflectionClass)#158 (1) { ["name"]=> string(12) "PharFileInfo" } ["PhpToken"]=> object(ReflectionClass)#159 (1) { ["name"]=> string(8) "PhpToken" } ["XmlParser"]=> object(ReflectionClass)#160 (1) { ["name"]=> string(9) "XmlParser" } ["XMLReader"]=> object(ReflectionClass)#161 (1) { ["name"]=> string(9) "XMLReader" } ["XMLWriter"]=> object(ReflectionClass)#162 (1) { ["name"]=> string(9) "XMLWriter" } ["GMP"]=> object(ReflectionClass)#163 (1) { ["name"]=> string(3) "GMP" } ["Collator"]=> object(ReflectionClass)#164 (1) { ["name"]=> string(8) "Collator" } ["NumberFormatter"]=> object(ReflectionClass)#165 (1) { ["name"]=> string(15) "NumberFormatter" } ["Normalizer"]=> object(ReflectionClass)#166 (1) { ["name"]=> string(10) "Normalizer" } ["Locale"]=> object(ReflectionClass)#167 (1) { ["name"]=> string(6) "Locale" } ["MessageFormatter"]=> object(ReflectionClass)#168 (1) { ["name"]=> string(16) "MessageFormatter" } ["IntlDateFormatter"]=> object(ReflectionClass)#169 (1) { ["name"]=> string(17) "IntlDateFormatter" } ["ResourceBundle"]=> object(ReflectionClass)#170 (1) { ["name"]=> string(14) "ResourceBundle" } ["Transliterator"]=> object(ReflectionClass)#171 (1) { ["name"]=> string(14) "Transliterator" } ["IntlTimeZone"]=> object(ReflectionClass)#172 (1) { ["name"]=> string(12) "IntlTimeZone" } ["IntlCalendar"]=> object(ReflectionClass)#173 (1) { ["name"]=> string(12) "IntlCalendar" } ["IntlGregorianCalendar"]=> object(ReflectionClass)#174 (1) { ["name"]=> string(21) "IntlGregorianCalendar" } ["Spoofchecker"]=> object(ReflectionClass)#175 (1) { ["name"]=> string(12) "Spoofchecker" } ["IntlException"]=> object(ReflectionClass)#176 (1) { ["name"]=> string(13) "IntlException" } ["IntlIterator"]=> object(ReflectionClass)#177 (1) { ["name"]=> string(12) "IntlIterator" } ["IntlBreakIterator"]=> object(ReflectionClass)#178 (1) { ["name"]=> string(17) "IntlBreakIterator" } ["IntlRuleBasedBreakIterator"]=> object(ReflectionClass)#179 (1) { ["name"]=> string(26) "IntlRuleBasedBreakIterator" } ["IntlCodePointBreakIterator"]=> object(ReflectionClass)#180 (1) { ["name"]=> string(26) "IntlCodePointBreakIterator" } ["IntlPartsIterator"]=> object(ReflectionClass)#181 (1) { ["name"]=> string(17) "IntlPartsIterator" } ["UConverter"]=> object(ReflectionClass)#182 (1) { ["name"]=> string(10) "UConverter" } ["IntlChar"]=> object(ReflectionClass)#183 (1) { ["name"]=> string(8) "IntlChar" } }
Output for 7.4.33
array(158) { ["stdClass"]=> object(ReflectionClass)#2 (1) { ["name"]=> string(8) "stdClass" } ["Traversable"]=> object(ReflectionClass)#3 (1) { ["name"]=> string(11) "Traversable" } ["IteratorAggregate"]=> object(ReflectionClass)#4 (1) { ["name"]=> string(17) "IteratorAggregate" } ["Iterator"]=> object(ReflectionClass)#5 (1) { ["name"]=> string(8) "Iterator" } ["ArrayAccess"]=> object(ReflectionClass)#6 (1) { ["name"]=> string(11) "ArrayAccess" } ["Serializable"]=> object(ReflectionClass)#7 (1) { ["name"]=> string(12) "Serializable" } ["Countable"]=> object(ReflectionClass)#8 (1) { ["name"]=> string(9) "Countable" } ["Throwable"]=> object(ReflectionClass)#9 (1) { ["name"]=> string(9) "Throwable" } ["Exception"]=> object(ReflectionClass)#10 (1) { ["name"]=> string(9) "Exception" } ["ErrorException"]=> object(ReflectionClass)#11 (1) { ["name"]=> string(14) "ErrorException" } ["Error"]=> object(ReflectionClass)#12 (1) { ["name"]=> string(5) "Error" } ["CompileError"]=> object(ReflectionClass)#13 (1) { ["name"]=> string(12) "CompileError" } ["ParseError"]=> object(ReflectionClass)#14 (1) { ["name"]=> string(10) "ParseError" } ["TypeError"]=> object(ReflectionClass)#15 (1) { ["name"]=> string(9) "TypeError" } ["ArgumentCountError"]=> object(ReflectionClass)#16 (1) { ["name"]=> string(18) "ArgumentCountError" } ["ArithmeticError"]=> object(ReflectionClass)#17 (1) { ["name"]=> string(15) "ArithmeticError" } ["DivisionByZeroError"]=> object(ReflectionClass)#18 (1) { ["name"]=> string(19) "DivisionByZeroError" } ["Closure"]=> object(ReflectionClass)#19 (1) { ["name"]=> string(7) "Closure" } ["Generator"]=> object(ReflectionClass)#20 (1) { ["name"]=> string(9) "Generator" } ["ClosedGeneratorException"]=> object(ReflectionClass)#21 (1) { ["name"]=> string(24) "ClosedGeneratorException" } ["WeakReference"]=> object(ReflectionClass)#22 (1) { ["name"]=> string(13) "WeakReference" } ["DateTimeInterface"]=> object(ReflectionClass)#23 (1) { ["name"]=> string(17) "DateTimeInterface" } ["DateTime"]=> object(ReflectionClass)#24 (1) { ["name"]=> string(8) "DateTime" } ["DateTimeImmutable"]=> object(ReflectionClass)#25 (1) { ["name"]=> string(17) "DateTimeImmutable" } ["DateTimeZone"]=> object(ReflectionClass)#26 (1) { ["name"]=> string(12) "DateTimeZone" } ["DateInterval"]=> object(ReflectionClass)#27 (1) { ["name"]=> string(12) "DateInterval" } ["DatePeriod"]=> object(ReflectionClass)#28 (1) { ["name"]=> string(10) "DatePeriod" } ["LibXMLError"]=> object(ReflectionClass)#29 (1) { ["name"]=> string(11) "LibXMLError" } ["SQLite3"]=> object(ReflectionClass)#30 (1) { ["name"]=> string(7) "SQLite3" } ["SQLite3Stmt"]=> object(ReflectionClass)#31 (1) { ["name"]=> string(11) "SQLite3Stmt" } ["SQLite3Result"]=> object(ReflectionClass)#32 (1) { ["name"]=> string(13) "SQLite3Result" } ["DOMException"]=> object(ReflectionClass)#33 (1) { ["name"]=> string(12) "DOMException" } ["DOMStringList"]=> object(ReflectionClass)#34 (1) { ["name"]=> string(13) "DOMStringList" } ["DOMNameList"]=> object(ReflectionClass)#35 (1) { ["name"]=> string(11) "DOMNameList" } ["DOMImplementationList"]=> object(ReflectionClass)#36 (1) { ["name"]=> string(21) "DOMImplementationList" } ["DOMImplementationSource"]=> object(ReflectionClass)#37 (1) { ["name"]=> string(23) "DOMImplementationSource" } ["DOMImplementation"]=> object(ReflectionClass)#38 (1) { ["name"]=> string(17) "DOMImplementation" } ["DOMNode"]=> object(ReflectionClass)#39 (1) { ["name"]=> string(7) "DOMNode" } ["DOMNameSpaceNode"]=> object(ReflectionClass)#40 (1) { ["name"]=> string(16) "DOMNameSpaceNode" } ["DOMDocumentFragment"]=> object(ReflectionClass)#41 (1) { ["name"]=> string(19) "DOMDocumentFragment" } ["DOMDocument"]=> object(ReflectionClass)#42 (1) { ["name"]=> string(11) "DOMDocument" } ["DOMNodeList"]=> object(ReflectionClass)#43 (1) { ["name"]=> string(11) "DOMNodeList" } ["DOMNamedNodeMap"]=> object(ReflectionClass)#44 (1) { ["name"]=> string(15) "DOMNamedNodeMap" } ["DOMCharacterData"]=> object(ReflectionClass)#45 (1) { ["name"]=> string(16) "DOMCharacterData" } ["DOMAttr"]=> object(ReflectionClass)#46 (1) { ["name"]=> string(7) "DOMAttr" } ["DOMElement"]=> object(ReflectionClass)#47 (1) { ["name"]=> string(10) "DOMElement" } ["DOMText"]=> object(ReflectionClass)#48 (1) { ["name"]=> string(7) "DOMText" } ["DOMComment"]=> object(ReflectionClass)#49 (1) { ["name"]=> string(10) "DOMComment" } ["DOMTypeinfo"]=> object(ReflectionClass)#50 (1) { ["name"]=> string(11) "DOMTypeinfo" } ["DOMUserDataHandler"]=> object(ReflectionClass)#51 (1) { ["name"]=> string(18) "DOMUserDataHandler" } ["DOMDomError"]=> object(ReflectionClass)#52 (1) { ["name"]=> string(11) "DOMDomError" } ["DOMErrorHandler"]=> object(ReflectionClass)#53 (1) { ["name"]=> string(15) "DOMErrorHandler" } ["DOMLocator"]=> object(ReflectionClass)#54 (1) { ["name"]=> string(10) "DOMLocator" } ["DOMConfiguration"]=> object(ReflectionClass)#55 (1) { ["name"]=> string(16) "DOMConfiguration" } ["DOMCdataSection"]=> object(ReflectionClass)#56 (1) { ["name"]=> string(15) "DOMCdataSection" } ["DOMDocumentType"]=> object(ReflectionClass)#57 (1) { ["name"]=> string(15) "DOMDocumentType" } ["DOMNotation"]=> object(ReflectionClass)#58 (1) { ["name"]=> string(11) "DOMNotation" } ["DOMEntity"]=> object(ReflectionClass)#59 (1) { ["name"]=> string(9) "DOMEntity" } ["DOMEntityReference"]=> object(ReflectionClass)#60 (1) { ["name"]=> string(18) "DOMEntityReference" } ["DOMProcessingInstruction"]=> object(ReflectionClass)#61 (1) { ["name"]=> string(24) "DOMProcessingInstruction" } ["DOMStringExtend"]=> object(ReflectionClass)#62 (1) { ["name"]=> string(15) "DOMStringExtend" } ["DOMXPath"]=> object(ReflectionClass)#63 (1) { ["name"]=> string(8) "DOMXPath" } ["finfo"]=> object(ReflectionClass)#64 (1) { ["name"]=> string(5) "finfo" } ["HashContext"]=> object(ReflectionClass)#65 (1) { ["name"]=> string(11) "HashContext" } ["JsonSerializable"]=> object(ReflectionClass)#66 (1) { ["name"]=> string(16) "JsonSerializable" } ["JsonException"]=> object(ReflectionClass)#67 (1) { ["name"]=> string(13) "JsonException" } ["LogicException"]=> object(ReflectionClass)#68 (1) { ["name"]=> string(14) "LogicException" } ["BadFunctionCallException"]=> object(ReflectionClass)#69 (1) { ["name"]=> string(24) "BadFunctionCallException" } ["BadMethodCallException"]=> object(ReflectionClass)#70 (1) { ["name"]=> string(22) "BadMethodCallException" } ["DomainException"]=> object(ReflectionClass)#71 (1) { ["name"]=> string(15) "DomainException" } ["InvalidArgumentException"]=> object(ReflectionClass)#72 (1) { ["name"]=> string(24) "InvalidArgumentException" } ["LengthException"]=> object(ReflectionClass)#73 (1) { ["name"]=> string(15) "LengthException" } ["OutOfRangeException"]=> object(ReflectionClass)#74 (1) { ["name"]=> string(19) "OutOfRangeException" } ["RuntimeException"]=> object(ReflectionClass)#75 (1) { ["name"]=> string(16) "RuntimeException" } ["OutOfBoundsException"]=> object(ReflectionClass)#76 (1) { ["name"]=> string(20) "OutOfBoundsException" } ["OverflowException"]=> object(ReflectionClass)#77 (1) { ["name"]=> string(17) "OverflowException" } ["RangeException"]=> object(ReflectionClass)#78 (1) { ["name"]=> string(14) "RangeException" } ["UnderflowException"]=> object(ReflectionClass)#79 (1) { ["name"]=> string(18) "UnderflowException" } ["UnexpectedValueException"]=> object(ReflectionClass)#80 (1) { ["name"]=> string(24) "UnexpectedValueException" } ["RecursiveIterator"]=> object(ReflectionClass)#81 (1) { ["name"]=> string(17) "RecursiveIterator" } ["RecursiveIteratorIterator"]=> object(ReflectionClass)#82 (1) { ["name"]=> string(25) "RecursiveIteratorIterator" } ["OuterIterator"]=> object(ReflectionClass)#83 (1) { ["name"]=> string(13) "OuterIterator" } ["IteratorIterator"]=> object(ReflectionClass)#84 (1) { ["name"]=> string(16) "IteratorIterator" } ["FilterIterator"]=> object(ReflectionClass)#85 (1) { ["name"]=> string(14) "FilterIterator" } ["RecursiveFilterIterator"]=> object(ReflectionClass)#86 (1) { ["name"]=> string(23) "RecursiveFilterIterator" } ["CallbackFilterIterator"]=> object(ReflectionClass)#87 (1) { ["name"]=> string(22) "CallbackFilterIterator" } ["RecursiveCallbackFilterIterator"]=> object(ReflectionClass)#88 (1) { ["name"]=> string(31) "RecursiveCallbackFilterIterator" } ["ParentIterator"]=> object(ReflectionClass)#89 (1) { ["name"]=> string(14) "ParentIterator" } ["SeekableIterator"]=> object(ReflectionClass)#90 (1) { ["name"]=> string(16) "SeekableIterator" } ["LimitIterator"]=> object(ReflectionClass)#91 (1) { ["name"]=> string(13) "LimitIterator" } ["CachingIterator"]=> object(ReflectionClass)#92 (1) { ["name"]=> string(15) "CachingIterator" } ["RecursiveCachingIterator"]=> object(ReflectionClass)#93 (1) { ["name"]=> string(24) "RecursiveCachingIterator" } ["NoRewindIterator"]=> object(ReflectionClass)#94 (1) { ["name"]=> string(16) "NoRewindIterator" } ["AppendIterator"]=> object(ReflectionClass)#95 (1) { ["name"]=> string(14) "AppendIterator" } ["InfiniteIterator"]=> object(ReflectionClass)#96 (1) { ["name"]=> string(16) "InfiniteIterator" } ["RegexIterator"]=> object(ReflectionClass)#97 (1) { ["name"]=> string(13) "RegexIterator" } ["RecursiveRegexIterator"]=> object(ReflectionClass)#98 (1) { ["name"]=> string(22) "RecursiveRegexIterator" } ["EmptyIterator"]=> object(ReflectionClass)#99 (1) { ["name"]=> string(13) "EmptyIterator" } ["RecursiveTreeIterator"]=> object(ReflectionClass)#100 (1) { ["name"]=> string(21) "RecursiveTreeIterator" } ["ArrayObject"]=> object(ReflectionClass)#101 (1) { ["name"]=> string(11) "ArrayObject" } ["ArrayIterator"]=> object(ReflectionClass)#102 (1) { ["name"]=> string(13) "ArrayIterator" } ["RecursiveArrayIterator"]=> object(ReflectionClass)#103 (1) { ["name"]=> string(22) "RecursiveArrayIterator" } ["SplFileInfo"]=> object(ReflectionClass)#104 (1) { ["name"]=> string(11) "SplFileInfo" } ["DirectoryIterator"]=> object(ReflectionClass)#105 (1) { ["name"]=> string(17) "DirectoryIterator" } ["FilesystemIterator"]=> object(ReflectionClass)#106 (1) { ["name"]=> string(18) "FilesystemIterator" } ["RecursiveDirectoryIterator"]=> object(ReflectionClass)#107 (1) { ["name"]=> string(26) "RecursiveDirectoryIterator" } ["GlobIterator"]=> object(ReflectionClass)#108 (1) { ["name"]=> string(12) "GlobIterator" } ["SplFileObject"]=> object(ReflectionClass)#109 (1) { ["name"]=> string(13) "SplFileObject" } ["SplTempFileObject"]=> object(ReflectionClass)#110 (1) { ["name"]=> string(17) "SplTempFileObject" } ["SplDoublyLinkedList"]=> object(ReflectionClass)#111 (1) { ["name"]=> string(19) "SplDoublyLinkedList" } ["SplQueue"]=> object(ReflectionClass)#112 (1) { ["name"]=> string(8) "SplQueue" } ["SplStack"]=> object(ReflectionClass)#113 (1) { ["name"]=> string(8) "SplStack" } ["SplHeap"]=> object(ReflectionClass)#114 (1) { ["name"]=> string(7) "SplHeap" } ["SplMinHeap"]=> object(ReflectionClass)#115 (1) { ["name"]=> string(10) "SplMinHeap" } ["SplMaxHeap"]=> object(ReflectionClass)#116 (1) { ["name"]=> string(10) "SplMaxHeap" } ["SplPriorityQueue"]=> object(ReflectionClass)#117 (1) { ["name"]=> string(16) "SplPriorityQueue" } ["SplFixedArray"]=> object(ReflectionClass)#118 (1) { ["name"]=> string(13) "SplFixedArray" } ["SplObserver"]=> object(ReflectionClass)#119 (1) { ["name"]=> string(11) "SplObserver" } ["SplSubject"]=> object(ReflectionClass)#120 (1) { ["name"]=> string(10) "SplSubject" } ["SplObjectStorage"]=> object(ReflectionClass)#121 (1) { ["name"]=> string(16) "SplObjectStorage" } ["MultipleIterator"]=> object(ReflectionClass)#122 (1) { ["name"]=> string(16) "MultipleIterator" } ["PDOException"]=> object(ReflectionClass)#123 (1) { ["name"]=> string(12) "PDOException" } ["PDO"]=> object(ReflectionClass)#124 (1) { ["name"]=> string(3) "PDO" } ["PDOStatement"]=> object(ReflectionClass)#125 (1) { ["name"]=> string(12) "PDOStatement" } ["PDORow"]=> object(ReflectionClass)#126 (1) { ["name"]=> string(6) "PDORow" } ["SessionHandlerInterface"]=> object(ReflectionClass)#127 (1) { ["name"]=> string(23) "SessionHandlerInterface" } ["SessionIdInterface"]=> object(ReflectionClass)#128 (1) { ["name"]=> string(18) "SessionIdInterface" } ["SessionUpdateTimestampHandlerInterface"]=> object(ReflectionClass)#129 (1) { ["name"]=> string(38) "SessionUpdateTimestampHandlerInterface" } ["SessionHandler"]=> object(ReflectionClass)#130 (1) { ["name"]=> string(14) "SessionHandler" } ["ReflectionException"]=> object(ReflectionClass)#131 (1) { ["name"]=> string(19) "ReflectionException" } ["Reflection"]=> object(ReflectionClass)#132 (1) { ["name"]=> string(10) "Reflection" } ["Reflector"]=> object(ReflectionClass)#133 (1) { ["name"]=> string(9) "Reflector" } ["ReflectionFunctionAbstract"]=> object(ReflectionClass)#134 (1) { ["name"]=> string(26) "ReflectionFunctionAbstract" } ["ReflectionFunction"]=> object(ReflectionClass)#135 (1) { ["name"]=> string(18) "ReflectionFunction" } ["ReflectionGenerator"]=> object(ReflectionClass)#136 (1) { ["name"]=> string(19) "ReflectionGenerator" } ["ReflectionParameter"]=> object(ReflectionClass)#137 (1) { ["name"]=> string(19) "ReflectionParameter" } ["ReflectionType"]=> object(ReflectionClass)#138 (1) { ["name"]=> string(14) "ReflectionType" } ["ReflectionNamedType"]=> object(ReflectionClass)#139 (1) { ["name"]=> string(19) "ReflectionNamedType" } ["ReflectionMethod"]=> object(ReflectionClass)#140 (1) { ["name"]=> string(16) "ReflectionMethod" } ["ReflectionClass"]=> object(ReflectionClass)#141 (1) { ["name"]=> string(15) "ReflectionClass" } ["ReflectionObject"]=> object(ReflectionClass)#142 (1) { ["name"]=> string(16) "ReflectionObject" } ["ReflectionProperty"]=> object(ReflectionClass)#143 (1) { ["name"]=> string(18) "ReflectionProperty" } ["ReflectionClassConstant"]=> object(ReflectionClass)#144 (1) { ["name"]=> string(23) "ReflectionClassConstant" } ["ReflectionExtension"]=> object(ReflectionClass)#145 (1) { ["name"]=> string(19) "ReflectionExtension" } ["ReflectionZendExtension"]=> object(ReflectionClass)#146 (1) { ["name"]=> string(23) "ReflectionZendExtension" } ["ReflectionReference"]=> object(ReflectionClass)#147 (1) { ["name"]=> string(19) "ReflectionReference" } ["__PHP_Incomplete_Class"]=> object(ReflectionClass)#148 (1) { ["name"]=> string(22) "__PHP_Incomplete_Class" } ["php_user_filter"]=> object(ReflectionClass)#149 (1) { ["name"]=> string(15) "php_user_filter" } ["Directory"]=> object(ReflectionClass)#150 (1) { ["name"]=> string(9) "Directory" } ["AssertionError"]=> object(ReflectionClass)#151 (1) { ["name"]=> string(14) "AssertionError" } ["SimpleXMLElement"]=> object(ReflectionClass)#152 (1) { ["name"]=> string(16) "SimpleXMLElement" } ["SimpleXMLIterator"]=> object(ReflectionClass)#153 (1) { ["name"]=> string(17) "SimpleXMLIterator" } ["PharException"]=> object(ReflectionClass)#154 (1) { ["name"]=> string(13) "PharException" } ["Phar"]=> object(ReflectionClass)#155 (1) { ["name"]=> string(4) "Phar" } ["PharData"]=> object(ReflectionClass)#156 (1) { ["name"]=> string(8) "PharData" } ["PharFileInfo"]=> object(ReflectionClass)#157 (1) { ["name"]=> string(12) "PharFileInfo" } ["XMLReader"]=> object(ReflectionClass)#158 (1) { ["name"]=> string(9) "XMLReader" } ["XMLWriter"]=> object(ReflectionClass)#159 (1) { ["name"]=> string(9) "XMLWriter" } }
Output for 7.4.0 - 7.4.25, 7.4.27 - 7.4.32
array(180) { ["stdClass"]=> object(ReflectionClass)#2 (1) { ["name"]=> string(8) "stdClass" } ["Traversable"]=> object(ReflectionClass)#3 (1) { ["name"]=> string(11) "Traversable" } ["IteratorAggregate"]=> object(ReflectionClass)#4 (1) { ["name"]=> string(17) "IteratorAggregate" } ["Iterator"]=> object(ReflectionClass)#5 (1) { ["name"]=> string(8) "Iterator" } ["ArrayAccess"]=> object(ReflectionClass)#6 (1) { ["name"]=> string(11) "ArrayAccess" } ["Serializable"]=> object(ReflectionClass)#7 (1) { ["name"]=> string(12) "Serializable" } ["Countable"]=> object(ReflectionClass)#8 (1) { ["name"]=> string(9) "Countable" } ["Throwable"]=> object(ReflectionClass)#9 (1) { ["name"]=> string(9) "Throwable" } ["Exception"]=> object(ReflectionClass)#10 (1) { ["name"]=> string(9) "Exception" } ["ErrorException"]=> object(ReflectionClass)#11 (1) { ["name"]=> string(14) "ErrorException" } ["Error"]=> object(ReflectionClass)#12 (1) { ["name"]=> string(5) "Error" } ["CompileError"]=> object(ReflectionClass)#13 (1) { ["name"]=> string(12) "CompileError" } ["ParseError"]=> object(ReflectionClass)#14 (1) { ["name"]=> string(10) "ParseError" } ["TypeError"]=> object(ReflectionClass)#15 (1) { ["name"]=> string(9) "TypeError" } ["ArgumentCountError"]=> object(ReflectionClass)#16 (1) { ["name"]=> string(18) "ArgumentCountError" } ["ArithmeticError"]=> object(ReflectionClass)#17 (1) { ["name"]=> string(15) "ArithmeticError" } ["DivisionByZeroError"]=> object(ReflectionClass)#18 (1) { ["name"]=> string(19) "DivisionByZeroError" } ["Closure"]=> object(ReflectionClass)#19 (1) { ["name"]=> string(7) "Closure" } ["Generator"]=> object(ReflectionClass)#20 (1) { ["name"]=> string(9) "Generator" } ["ClosedGeneratorException"]=> object(ReflectionClass)#21 (1) { ["name"]=> string(24) "ClosedGeneratorException" } ["WeakReference"]=> object(ReflectionClass)#22 (1) { ["name"]=> string(13) "WeakReference" } ["DateTimeInterface"]=> object(ReflectionClass)#23 (1) { ["name"]=> string(17) "DateTimeInterface" } ["DateTime"]=> object(ReflectionClass)#24 (1) { ["name"]=> string(8) "DateTime" } ["DateTimeImmutable"]=> object(ReflectionClass)#25 (1) { ["name"]=> string(17) "DateTimeImmutable" } ["DateTimeZone"]=> object(ReflectionClass)#26 (1) { ["name"]=> string(12) "DateTimeZone" } ["DateInterval"]=> object(ReflectionClass)#27 (1) { ["name"]=> string(12) "DateInterval" } ["DatePeriod"]=> object(ReflectionClass)#28 (1) { ["name"]=> string(10) "DatePeriod" } ["LibXMLError"]=> object(ReflectionClass)#29 (1) { ["name"]=> string(11) "LibXMLError" } ["SQLite3"]=> object(ReflectionClass)#30 (1) { ["name"]=> string(7) "SQLite3" } ["SQLite3Stmt"]=> object(ReflectionClass)#31 (1) { ["name"]=> string(11) "SQLite3Stmt" } ["SQLite3Result"]=> object(ReflectionClass)#32 (1) { ["name"]=> string(13) "SQLite3Result" } ["DOMException"]=> object(ReflectionClass)#33 (1) { ["name"]=> string(12) "DOMException" } ["DOMStringList"]=> object(ReflectionClass)#34 (1) { ["name"]=> string(13) "DOMStringList" } ["DOMNameList"]=> object(ReflectionClass)#35 (1) { ["name"]=> string(11) "DOMNameList" } ["DOMImplementationList"]=> object(ReflectionClass)#36 (1) { ["name"]=> string(21) "DOMImplementationList" } ["DOMImplementationSource"]=> object(ReflectionClass)#37 (1) { ["name"]=> string(23) "DOMImplementationSource" } ["DOMImplementation"]=> object(ReflectionClass)#38 (1) { ["name"]=> string(17) "DOMImplementation" } ["DOMNode"]=> object(ReflectionClass)#39 (1) { ["name"]=> string(7) "DOMNode" } ["DOMNameSpaceNode"]=> object(ReflectionClass)#40 (1) { ["name"]=> string(16) "DOMNameSpaceNode" } ["DOMDocumentFragment"]=> object(ReflectionClass)#41 (1) { ["name"]=> string(19) "DOMDocumentFragment" } ["DOMDocument"]=> object(ReflectionClass)#42 (1) { ["name"]=> string(11) "DOMDocument" } ["DOMNodeList"]=> object(ReflectionClass)#43 (1) { ["name"]=> string(11) "DOMNodeList" } ["DOMNamedNodeMap"]=> object(ReflectionClass)#44 (1) { ["name"]=> string(15) "DOMNamedNodeMap" } ["DOMCharacterData"]=> object(ReflectionClass)#45 (1) { ["name"]=> string(16) "DOMCharacterData" } ["DOMAttr"]=> object(ReflectionClass)#46 (1) { ["name"]=> string(7) "DOMAttr" } ["DOMElement"]=> object(ReflectionClass)#47 (1) { ["name"]=> string(10) "DOMElement" } ["DOMText"]=> object(ReflectionClass)#48 (1) { ["name"]=> string(7) "DOMText" } ["DOMComment"]=> object(ReflectionClass)#49 (1) { ["name"]=> string(10) "DOMComment" } ["DOMTypeinfo"]=> object(ReflectionClass)#50 (1) { ["name"]=> string(11) "DOMTypeinfo" } ["DOMUserDataHandler"]=> object(ReflectionClass)#51 (1) { ["name"]=> string(18) "DOMUserDataHandler" } ["DOMDomError"]=> object(ReflectionClass)#52 (1) { ["name"]=> string(11) "DOMDomError" } ["DOMErrorHandler"]=> object(ReflectionClass)#53 (1) { ["name"]=> string(15) "DOMErrorHandler" } ["DOMLocator"]=> object(ReflectionClass)#54 (1) { ["name"]=> string(10) "DOMLocator" } ["DOMConfiguration"]=> object(ReflectionClass)#55 (1) { ["name"]=> string(16) "DOMConfiguration" } ["DOMCdataSection"]=> object(ReflectionClass)#56 (1) { ["name"]=> string(15) "DOMCdataSection" } ["DOMDocumentType"]=> object(ReflectionClass)#57 (1) { ["name"]=> string(15) "DOMDocumentType" } ["DOMNotation"]=> object(ReflectionClass)#58 (1) { ["name"]=> string(11) "DOMNotation" } ["DOMEntity"]=> object(ReflectionClass)#59 (1) { ["name"]=> string(9) "DOMEntity" } ["DOMEntityReference"]=> object(ReflectionClass)#60 (1) { ["name"]=> string(18) "DOMEntityReference" } ["DOMProcessingInstruction"]=> object(ReflectionClass)#61 (1) { ["name"]=> string(24) "DOMProcessingInstruction" } ["DOMStringExtend"]=> object(ReflectionClass)#62 (1) { ["name"]=> string(15) "DOMStringExtend" } ["DOMXPath"]=> object(ReflectionClass)#63 (1) { ["name"]=> string(8) "DOMXPath" } ["finfo"]=> object(ReflectionClass)#64 (1) { ["name"]=> string(5) "finfo" } ["HashContext"]=> object(ReflectionClass)#65 (1) { ["name"]=> string(11) "HashContext" } ["JsonSerializable"]=> object(ReflectionClass)#66 (1) { ["name"]=> string(16) "JsonSerializable" } ["JsonException"]=> object(ReflectionClass)#67 (1) { ["name"]=> string(13) "JsonException" } ["LogicException"]=> object(ReflectionClass)#68 (1) { ["name"]=> string(14) "LogicException" } ["BadFunctionCallException"]=> object(ReflectionClass)#69 (1) { ["name"]=> string(24) "BadFunctionCallException" } ["BadMethodCallException"]=> object(ReflectionClass)#70 (1) { ["name"]=> string(22) "BadMethodCallException" } ["DomainException"]=> object(ReflectionClass)#71 (1) { ["name"]=> string(15) "DomainException" } ["InvalidArgumentException"]=> object(ReflectionClass)#72 (1) { ["name"]=> string(24) "InvalidArgumentException" } ["LengthException"]=> object(ReflectionClass)#73 (1) { ["name"]=> string(15) "LengthException" } ["OutOfRangeException"]=> object(ReflectionClass)#74 (1) { ["name"]=> string(19) "OutOfRangeException" } ["RuntimeException"]=> object(ReflectionClass)#75 (1) { ["name"]=> string(16) "RuntimeException" } ["OutOfBoundsException"]=> object(ReflectionClass)#76 (1) { ["name"]=> string(20) "OutOfBoundsException" } ["OverflowException"]=> object(ReflectionClass)#77 (1) { ["name"]=> string(17) "OverflowException" } ["RangeException"]=> object(ReflectionClass)#78 (1) { ["name"]=> string(14) "RangeException" } ["UnderflowException"]=> object(ReflectionClass)#79 (1) { ["name"]=> string(18) "UnderflowException" } ["UnexpectedValueException"]=> object(ReflectionClass)#80 (1) { ["name"]=> string(24) "UnexpectedValueException" } ["RecursiveIterator"]=> object(ReflectionClass)#81 (1) { ["name"]=> string(17) "RecursiveIterator" } ["RecursiveIteratorIterator"]=> object(ReflectionClass)#82 (1) { ["name"]=> string(25) "RecursiveIteratorIterator" } ["OuterIterator"]=> object(ReflectionClass)#83 (1) { ["name"]=> string(13) "OuterIterator" } ["IteratorIterator"]=> object(ReflectionClass)#84 (1) { ["name"]=> string(16) "IteratorIterator" } ["FilterIterator"]=> object(ReflectionClass)#85 (1) { ["name"]=> string(14) "FilterIterator" } ["RecursiveFilterIterator"]=> object(ReflectionClass)#86 (1) { ["name"]=> string(23) "RecursiveFilterIterator" } ["CallbackFilterIterator"]=> object(ReflectionClass)#87 (1) { ["name"]=> string(22) "CallbackFilterIterator" } ["RecursiveCallbackFilterIterator"]=> object(ReflectionClass)#88 (1) { ["name"]=> string(31) "RecursiveCallbackFilterIterator" } ["ParentIterator"]=> object(ReflectionClass)#89 (1) { ["name"]=> string(14) "ParentIterator" } ["SeekableIterator"]=> object(ReflectionClass)#90 (1) { ["name"]=> string(16) "SeekableIterator" } ["LimitIterator"]=> object(ReflectionClass)#91 (1) { ["name"]=> string(13) "LimitIterator" } ["CachingIterator"]=> object(ReflectionClass)#92 (1) { ["name"]=> string(15) "CachingIterator" } ["RecursiveCachingIterator"]=> object(ReflectionClass)#93 (1) { ["name"]=> string(24) "RecursiveCachingIterator" } ["NoRewindIterator"]=> object(ReflectionClass)#94 (1) { ["name"]=> string(16) "NoRewindIterator" } ["AppendIterator"]=> object(ReflectionClass)#95 (1) { ["name"]=> string(14) "AppendIterator" } ["InfiniteIterator"]=> object(ReflectionClass)#96 (1) { ["name"]=> string(16) "InfiniteIterator" } ["RegexIterator"]=> object(ReflectionClass)#97 (1) { ["name"]=> string(13) "RegexIterator" } ["RecursiveRegexIterator"]=> object(ReflectionClass)#98 (1) { ["name"]=> string(22) "RecursiveRegexIterator" } ["EmptyIterator"]=> object(ReflectionClass)#99 (1) { ["name"]=> string(13) "EmptyIterator" } ["RecursiveTreeIterator"]=> object(ReflectionClass)#100 (1) { ["name"]=> string(21) "RecursiveTreeIterator" } ["ArrayObject"]=> object(ReflectionClass)#101 (1) { ["name"]=> string(11) "ArrayObject" } ["ArrayIterator"]=> object(ReflectionClass)#102 (1) { ["name"]=> string(13) "ArrayIterator" } ["RecursiveArrayIterator"]=> object(ReflectionClass)#103 (1) { ["name"]=> string(22) "RecursiveArrayIterator" } ["SplFileInfo"]=> object(ReflectionClass)#104 (1) { ["name"]=> string(11) "SplFileInfo" } ["DirectoryIterator"]=> object(ReflectionClass)#105 (1) { ["name"]=> string(17) "DirectoryIterator" } ["FilesystemIterator"]=> object(ReflectionClass)#106 (1) { ["name"]=> string(18) "FilesystemIterator" } ["RecursiveDirectoryIterator"]=> object(ReflectionClass)#107 (1) { ["name"]=> string(26) "RecursiveDirectoryIterator" } ["GlobIterator"]=> object(ReflectionClass)#108 (1) { ["name"]=> string(12) "GlobIterator" } ["SplFileObject"]=> object(ReflectionClass)#109 (1) { ["name"]=> string(13) "SplFileObject" } ["SplTempFileObject"]=> object(ReflectionClass)#110 (1) { ["name"]=> string(17) "SplTempFileObject" } ["SplDoublyLinkedList"]=> object(ReflectionClass)#111 (1) { ["name"]=> string(19) "SplDoublyLinkedList" } ["SplQueue"]=> object(ReflectionClass)#112 (1) { ["name"]=> string(8) "SplQueue" } ["SplStack"]=> object(ReflectionClass)#113 (1) { ["name"]=> string(8) "SplStack" } ["SplHeap"]=> object(ReflectionClass)#114 (1) { ["name"]=> string(7) "SplHeap" } ["SplMinHeap"]=> object(ReflectionClass)#115 (1) { ["name"]=> string(10) "SplMinHeap" } ["SplMaxHeap"]=> object(ReflectionClass)#116 (1) { ["name"]=> string(10) "SplMaxHeap" } ["SplPriorityQueue"]=> object(ReflectionClass)#117 (1) { ["name"]=> string(16) "SplPriorityQueue" } ["SplFixedArray"]=> object(ReflectionClass)#118 (1) { ["name"]=> string(13) "SplFixedArray" } ["SplObserver"]=> object(ReflectionClass)#119 (1) { ["name"]=> string(11) "SplObserver" } ["SplSubject"]=> object(ReflectionClass)#120 (1) { ["name"]=> string(10) "SplSubject" } ["SplObjectStorage"]=> object(ReflectionClass)#121 (1) { ["name"]=> string(16) "SplObjectStorage" } ["MultipleIterator"]=> object(ReflectionClass)#122 (1) { ["name"]=> string(16) "MultipleIterator" } ["PDOException"]=> object(ReflectionClass)#123 (1) { ["name"]=> string(12) "PDOException" } ["PDO"]=> object(ReflectionClass)#124 (1) { ["name"]=> string(3) "PDO" } ["PDOStatement"]=> object(ReflectionClass)#125 (1) { ["name"]=> string(12) "PDOStatement" } ["PDORow"]=> object(ReflectionClass)#126 (1) { ["name"]=> string(6) "PDORow" } ["SessionHandlerInterface"]=> object(ReflectionClass)#127 (1) { ["name"]=> string(23) "SessionHandlerInterface" } ["SessionIdInterface"]=> object(ReflectionClass)#128 (1) { ["name"]=> string(18) "SessionIdInterface" } ["SessionUpdateTimestampHandlerInterface"]=> object(ReflectionClass)#129 (1) { ["name"]=> string(38) "SessionUpdateTimestampHandlerInterface" } ["SessionHandler"]=> object(ReflectionClass)#130 (1) { ["name"]=> string(14) "SessionHandler" } ["ReflectionException"]=> object(ReflectionClass)#131 (1) { ["name"]=> string(19) "ReflectionException" } ["Reflection"]=> object(ReflectionClass)#132 (1) { ["name"]=> string(10) "Reflection" } ["Reflector"]=> object(ReflectionClass)#133 (1) { ["name"]=> string(9) "Reflector" } ["ReflectionFunctionAbstract"]=> object(ReflectionClass)#134 (1) { ["name"]=> string(26) "ReflectionFunctionAbstract" } ["ReflectionFunction"]=> object(ReflectionClass)#135 (1) { ["name"]=> string(18) "ReflectionFunction" } ["ReflectionGenerator"]=> object(ReflectionClass)#136 (1) { ["name"]=> string(19) "ReflectionGenerator" } ["ReflectionParameter"]=> object(ReflectionClass)#137 (1) { ["name"]=> string(19) "ReflectionParameter" } ["ReflectionType"]=> object(ReflectionClass)#138 (1) { ["name"]=> string(14) "ReflectionType" } ["ReflectionNamedType"]=> object(ReflectionClass)#139 (1) { ["name"]=> string(19) "ReflectionNamedType" } ["ReflectionMethod"]=> object(ReflectionClass)#140 (1) { ["name"]=> string(16) "ReflectionMethod" } ["ReflectionClass"]=> object(ReflectionClass)#141 (1) { ["name"]=> string(15) "ReflectionClass" } ["ReflectionObject"]=> object(ReflectionClass)#142 (1) { ["name"]=> string(16) "ReflectionObject" } ["ReflectionProperty"]=> object(ReflectionClass)#143 (1) { ["name"]=> string(18) "ReflectionProperty" } ["ReflectionClassConstant"]=> object(ReflectionClass)#144 (1) { ["name"]=> string(23) "ReflectionClassConstant" } ["ReflectionExtension"]=> object(ReflectionClass)#145 (1) { ["name"]=> string(19) "ReflectionExtension" } ["ReflectionZendExtension"]=> object(ReflectionClass)#146 (1) { ["name"]=> string(23) "ReflectionZendExtension" } ["ReflectionReference"]=> object(ReflectionClass)#147 (1) { ["name"]=> string(19) "ReflectionReference" } ["__PHP_Incomplete_Class"]=> object(ReflectionClass)#148 (1) { ["name"]=> string(22) "__PHP_Incomplete_Class" } ["php_user_filter"]=> object(ReflectionClass)#149 (1) { ["name"]=> string(15) "php_user_filter" } ["Directory"]=> object(ReflectionClass)#150 (1) { ["name"]=> string(9) "Directory" } ["AssertionError"]=> object(ReflectionClass)#151 (1) { ["name"]=> string(14) "AssertionError" } ["SimpleXMLElement"]=> object(ReflectionClass)#152 (1) { ["name"]=> string(16) "SimpleXMLElement" } ["SimpleXMLIterator"]=> object(ReflectionClass)#153 (1) { ["name"]=> string(17) "SimpleXMLIterator" } ["PharException"]=> object(ReflectionClass)#154 (1) { ["name"]=> string(13) "PharException" } ["Phar"]=> object(ReflectionClass)#155 (1) { ["name"]=> string(4) "Phar" } ["PharData"]=> object(ReflectionClass)#156 (1) { ["name"]=> string(8) "PharData" } ["PharFileInfo"]=> object(ReflectionClass)#157 (1) { ["name"]=> string(12) "PharFileInfo" } ["XMLReader"]=> object(ReflectionClass)#158 (1) { ["name"]=> string(9) "XMLReader" } ["XMLWriter"]=> object(ReflectionClass)#159 (1) { ["name"]=> string(9) "XMLWriter" } ["GMP"]=> object(ReflectionClass)#160 (1) { ["name"]=> string(3) "GMP" } ["Collator"]=> object(ReflectionClass)#161 (1) { ["name"]=> string(8) "Collator" } ["NumberFormatter"]=> object(ReflectionClass)#162 (1) { ["name"]=> string(15) "NumberFormatter" } ["Normalizer"]=> object(ReflectionClass)#163 (1) { ["name"]=> string(10) "Normalizer" } ["Locale"]=> object(ReflectionClass)#164 (1) { ["name"]=> string(6) "Locale" } ["MessageFormatter"]=> object(ReflectionClass)#165 (1) { ["name"]=> string(16) "MessageFormatter" } ["IntlDateFormatter"]=> object(ReflectionClass)#166 (1) { ["name"]=> string(17) "IntlDateFormatter" } ["ResourceBundle"]=> object(ReflectionClass)#167 (1) { ["name"]=> string(14) "ResourceBundle" } ["Transliterator"]=> object(ReflectionClass)#168 (1) { ["name"]=> string(14) "Transliterator" } ["IntlTimeZone"]=> object(ReflectionClass)#169 (1) { ["name"]=> string(12) "IntlTimeZone" } ["IntlCalendar"]=> object(ReflectionClass)#170 (1) { ["name"]=> string(12) "IntlCalendar" } ["IntlGregorianCalendar"]=> object(ReflectionClass)#171 (1) { ["name"]=> string(21) "IntlGregorianCalendar" } ["Spoofchecker"]=> object(ReflectionClass)#172 (1) { ["name"]=> string(12) "Spoofchecker" } ["IntlException"]=> object(ReflectionClass)#173 (1) { ["name"]=> string(13) "IntlException" } ["IntlIterator"]=> object(ReflectionClass)#174 (1) { ["name"]=> string(12) "IntlIterator" } ["IntlBreakIterator"]=> object(ReflectionClass)#175 (1) { ["name"]=> string(17) "IntlBreakIterator" } ["IntlRuleBasedBreakIterator"]=> object(ReflectionClass)#176 (1) { ["name"]=> string(26) "IntlRuleBasedBreakIterator" } ["IntlCodePointBreakIterator"]=> object(ReflectionClass)#177 (1) { ["name"]=> string(26) "IntlCodePointBreakIterator" } ["IntlPartsIterator"]=> object(ReflectionClass)#178 (1) { ["name"]=> string(17) "IntlPartsIterator" } ["UConverter"]=> object(ReflectionClass)#179 (1) { ["name"]=> string(10) "UConverter" } ["IntlChar"]=> object(ReflectionClass)#180 (1) { ["name"]=> string(8) "IntlChar" } ["SodiumException"]=> object(ReflectionClass)#181 (1) { ["name"]=> string(15) "SodiumException" } }
Output for 7.4.26
array(159) { ["stdClass"]=> object(ReflectionClass)#2 (1) { ["name"]=> string(8) "stdClass" } ["Traversable"]=> object(ReflectionClass)#3 (1) { ["name"]=> string(11) "Traversable" } ["IteratorAggregate"]=> object(ReflectionClass)#4 (1) { ["name"]=> string(17) "IteratorAggregate" } ["Iterator"]=> object(ReflectionClass)#5 (1) { ["name"]=> string(8) "Iterator" } ["ArrayAccess"]=> object(ReflectionClass)#6 (1) { ["name"]=> string(11) "ArrayAccess" } ["Serializable"]=> object(ReflectionClass)#7 (1) { ["name"]=> string(12) "Serializable" } ["Countable"]=> object(ReflectionClass)#8 (1) { ["name"]=> string(9) "Countable" } ["Throwable"]=> object(ReflectionClass)#9 (1) { ["name"]=> string(9) "Throwable" } ["Exception"]=> object(ReflectionClass)#10 (1) { ["name"]=> string(9) "Exception" } ["ErrorException"]=> object(ReflectionClass)#11 (1) { ["name"]=> string(14) "ErrorException" } ["Error"]=> object(ReflectionClass)#12 (1) { ["name"]=> string(5) "Error" } ["CompileError"]=> object(ReflectionClass)#13 (1) { ["name"]=> string(12) "CompileError" } ["ParseError"]=> object(ReflectionClass)#14 (1) { ["name"]=> string(10) "ParseError" } ["TypeError"]=> object(ReflectionClass)#15 (1) { ["name"]=> string(9) "TypeError" } ["ArgumentCountError"]=> object(ReflectionClass)#16 (1) { ["name"]=> string(18) "ArgumentCountError" } ["ArithmeticError"]=> object(ReflectionClass)#17 (1) { ["name"]=> string(15) "ArithmeticError" } ["DivisionByZeroError"]=> object(ReflectionClass)#18 (1) { ["name"]=> string(19) "DivisionByZeroError" } ["Closure"]=> object(ReflectionClass)#19 (1) { ["name"]=> string(7) "Closure" } ["Generator"]=> object(ReflectionClass)#20 (1) { ["name"]=> string(9) "Generator" } ["ClosedGeneratorException"]=> object(ReflectionClass)#21 (1) { ["name"]=> string(24) "ClosedGeneratorException" } ["WeakReference"]=> object(ReflectionClass)#22 (1) { ["name"]=> string(13) "WeakReference" } ["DateTimeInterface"]=> object(ReflectionClass)#23 (1) { ["name"]=> string(17) "DateTimeInterface" } ["DateTime"]=> object(ReflectionClass)#24 (1) { ["name"]=> string(8) "DateTime" } ["DateTimeImmutable"]=> object(ReflectionClass)#25 (1) { ["name"]=> string(17) "DateTimeImmutable" } ["DateTimeZone"]=> object(ReflectionClass)#26 (1) { ["name"]=> string(12) "DateTimeZone" } ["DateInterval"]=> object(ReflectionClass)#27 (1) { ["name"]=> string(12) "DateInterval" } ["DatePeriod"]=> object(ReflectionClass)#28 (1) { ["name"]=> string(10) "DatePeriod" } ["LibXMLError"]=> object(ReflectionClass)#29 (1) { ["name"]=> string(11) "LibXMLError" } ["SQLite3"]=> object(ReflectionClass)#30 (1) { ["name"]=> string(7) "SQLite3" } ["SQLite3Stmt"]=> object(ReflectionClass)#31 (1) { ["name"]=> string(11) "SQLite3Stmt" } ["SQLite3Result"]=> object(ReflectionClass)#32 (1) { ["name"]=> string(13) "SQLite3Result" } ["DOMException"]=> object(ReflectionClass)#33 (1) { ["name"]=> string(12) "DOMException" } ["DOMStringList"]=> object(ReflectionClass)#34 (1) { ["name"]=> string(13) "DOMStringList" } ["DOMNameList"]=> object(ReflectionClass)#35 (1) { ["name"]=> string(11) "DOMNameList" } ["DOMImplementationList"]=> object(ReflectionClass)#36 (1) { ["name"]=> string(21) "DOMImplementationList" } ["DOMImplementationSource"]=> object(ReflectionClass)#37 (1) { ["name"]=> string(23) "DOMImplementationSource" } ["DOMImplementation"]=> object(ReflectionClass)#38 (1) { ["name"]=> string(17) "DOMImplementation" } ["DOMNode"]=> object(ReflectionClass)#39 (1) { ["name"]=> string(7) "DOMNode" } ["DOMNameSpaceNode"]=> object(ReflectionClass)#40 (1) { ["name"]=> string(16) "DOMNameSpaceNode" } ["DOMDocumentFragment"]=> object(ReflectionClass)#41 (1) { ["name"]=> string(19) "DOMDocumentFragment" } ["DOMDocument"]=> object(ReflectionClass)#42 (1) { ["name"]=> string(11) "DOMDocument" } ["DOMNodeList"]=> object(ReflectionClass)#43 (1) { ["name"]=> string(11) "DOMNodeList" } ["DOMNamedNodeMap"]=> object(ReflectionClass)#44 (1) { ["name"]=> string(15) "DOMNamedNodeMap" } ["DOMCharacterData"]=> object(ReflectionClass)#45 (1) { ["name"]=> string(16) "DOMCharacterData" } ["DOMAttr"]=> object(ReflectionClass)#46 (1) { ["name"]=> string(7) "DOMAttr" } ["DOMElement"]=> object(ReflectionClass)#47 (1) { ["name"]=> string(10) "DOMElement" } ["DOMText"]=> object(ReflectionClass)#48 (1) { ["name"]=> string(7) "DOMText" } ["DOMComment"]=> object(ReflectionClass)#49 (1) { ["name"]=> string(10) "DOMComment" } ["DOMTypeinfo"]=> object(ReflectionClass)#50 (1) { ["name"]=> string(11) "DOMTypeinfo" } ["DOMUserDataHandler"]=> object(ReflectionClass)#51 (1) { ["name"]=> string(18) "DOMUserDataHandler" } ["DOMDomError"]=> object(ReflectionClass)#52 (1) { ["name"]=> string(11) "DOMDomError" } ["DOMErrorHandler"]=> object(ReflectionClass)#53 (1) { ["name"]=> string(15) "DOMErrorHandler" } ["DOMLocator"]=> object(ReflectionClass)#54 (1) { ["name"]=> string(10) "DOMLocator" } ["DOMConfiguration"]=> object(ReflectionClass)#55 (1) { ["name"]=> string(16) "DOMConfiguration" } ["DOMCdataSection"]=> object(ReflectionClass)#56 (1) { ["name"]=> string(15) "DOMCdataSection" } ["DOMDocumentType"]=> object(ReflectionClass)#57 (1) { ["name"]=> string(15) "DOMDocumentType" } ["DOMNotation"]=> object(ReflectionClass)#58 (1) { ["name"]=> string(11) "DOMNotation" } ["DOMEntity"]=> object(ReflectionClass)#59 (1) { ["name"]=> string(9) "DOMEntity" } ["DOMEntityReference"]=> object(ReflectionClass)#60 (1) { ["name"]=> string(18) "DOMEntityReference" } ["DOMProcessingInstruction"]=> object(ReflectionClass)#61 (1) { ["name"]=> string(24) "DOMProcessingInstruction" } ["DOMStringExtend"]=> object(ReflectionClass)#62 (1) { ["name"]=> string(15) "DOMStringExtend" } ["DOMXPath"]=> object(ReflectionClass)#63 (1) { ["name"]=> string(8) "DOMXPath" } ["finfo"]=> object(ReflectionClass)#64 (1) { ["name"]=> string(5) "finfo" } ["HashContext"]=> object(ReflectionClass)#65 (1) { ["name"]=> string(11) "HashContext" } ["JsonSerializable"]=> object(ReflectionClass)#66 (1) { ["name"]=> string(16) "JsonSerializable" } ["JsonException"]=> object(ReflectionClass)#67 (1) { ["name"]=> string(13) "JsonException" } ["LogicException"]=> object(ReflectionClass)#68 (1) { ["name"]=> string(14) "LogicException" } ["BadFunctionCallException"]=> object(ReflectionClass)#69 (1) { ["name"]=> string(24) "BadFunctionCallException" } ["BadMethodCallException"]=> object(ReflectionClass)#70 (1) { ["name"]=> string(22) "BadMethodCallException" } ["DomainException"]=> object(ReflectionClass)#71 (1) { ["name"]=> string(15) "DomainException" } ["InvalidArgumentException"]=> object(ReflectionClass)#72 (1) { ["name"]=> string(24) "InvalidArgumentException" } ["LengthException"]=> object(ReflectionClass)#73 (1) { ["name"]=> string(15) "LengthException" } ["OutOfRangeException"]=> object(ReflectionClass)#74 (1) { ["name"]=> string(19) "OutOfRangeException" } ["RuntimeException"]=> object(ReflectionClass)#75 (1) { ["name"]=> string(16) "RuntimeException" } ["OutOfBoundsException"]=> object(ReflectionClass)#76 (1) { ["name"]=> string(20) "OutOfBoundsException" } ["OverflowException"]=> object(ReflectionClass)#77 (1) { ["name"]=> string(17) "OverflowException" } ["RangeException"]=> object(ReflectionClass)#78 (1) { ["name"]=> string(14) "RangeException" } ["UnderflowException"]=> object(ReflectionClass)#79 (1) { ["name"]=> string(18) "UnderflowException" } ["UnexpectedValueException"]=> object(ReflectionClass)#80 (1) { ["name"]=> string(24) "UnexpectedValueException" } ["RecursiveIterator"]=> object(ReflectionClass)#81 (1) { ["name"]=> string(17) "RecursiveIterator" } ["RecursiveIteratorIterator"]=> object(ReflectionClass)#82 (1) { ["name"]=> string(25) "RecursiveIteratorIterator" } ["OuterIterator"]=> object(ReflectionClass)#83 (1) { ["name"]=> string(13) "OuterIterator" } ["IteratorIterator"]=> object(ReflectionClass)#84 (1) { ["name"]=> string(16) "IteratorIterator" } ["FilterIterator"]=> object(ReflectionClass)#85 (1) { ["name"]=> string(14) "FilterIterator" } ["RecursiveFilterIterator"]=> object(ReflectionClass)#86 (1) { ["name"]=> string(23) "RecursiveFilterIterator" } ["CallbackFilterIterator"]=> object(ReflectionClass)#87 (1) { ["name"]=> string(22) "CallbackFilterIterator" } ["RecursiveCallbackFilterIterator"]=> object(ReflectionClass)#88 (1) { ["name"]=> string(31) "RecursiveCallbackFilterIterator" } ["ParentIterator"]=> object(ReflectionClass)#89 (1) { ["name"]=> string(14) "ParentIterator" } ["SeekableIterator"]=> object(ReflectionClass)#90 (1) { ["name"]=> string(16) "SeekableIterator" } ["LimitIterator"]=> object(ReflectionClass)#91 (1) { ["name"]=> string(13) "LimitIterator" } ["CachingIterator"]=> object(ReflectionClass)#92 (1) { ["name"]=> string(15) "CachingIterator" } ["RecursiveCachingIterator"]=> object(ReflectionClass)#93 (1) { ["name"]=> string(24) "RecursiveCachingIterator" } ["NoRewindIterator"]=> object(ReflectionClass)#94 (1) { ["name"]=> string(16) "NoRewindIterator" } ["AppendIterator"]=> object(ReflectionClass)#95 (1) { ["name"]=> string(14) "AppendIterator" } ["InfiniteIterator"]=> object(ReflectionClass)#96 (1) { ["name"]=> string(16) "InfiniteIterator" } ["RegexIterator"]=> object(ReflectionClass)#97 (1) { ["name"]=> string(13) "RegexIterator" } ["RecursiveRegexIterator"]=> object(ReflectionClass)#98 (1) { ["name"]=> string(22) "RecursiveRegexIterator" } ["EmptyIterator"]=> object(ReflectionClass)#99 (1) { ["name"]=> string(13) "EmptyIterator" } ["RecursiveTreeIterator"]=> object(ReflectionClass)#100 (1) { ["name"]=> string(21) "RecursiveTreeIterator" } ["ArrayObject"]=> object(ReflectionClass)#101 (1) { ["name"]=> string(11) "ArrayObject" } ["ArrayIterator"]=> object(ReflectionClass)#102 (1) { ["name"]=> string(13) "ArrayIterator" } ["RecursiveArrayIterator"]=> object(ReflectionClass)#103 (1) { ["name"]=> string(22) "RecursiveArrayIterator" } ["SplFileInfo"]=> object(ReflectionClass)#104 (1) { ["name"]=> string(11) "SplFileInfo" } ["DirectoryIterator"]=> object(ReflectionClass)#105 (1) { ["name"]=> string(17) "DirectoryIterator" } ["FilesystemIterator"]=> object(ReflectionClass)#106 (1) { ["name"]=> string(18) "FilesystemIterator" } ["RecursiveDirectoryIterator"]=> object(ReflectionClass)#107 (1) { ["name"]=> string(26) "RecursiveDirectoryIterator" } ["GlobIterator"]=> object(ReflectionClass)#108 (1) { ["name"]=> string(12) "GlobIterator" } ["SplFileObject"]=> object(ReflectionClass)#109 (1) { ["name"]=> string(13) "SplFileObject" } ["SplTempFileObject"]=> object(ReflectionClass)#110 (1) { ["name"]=> string(17) "SplTempFileObject" } ["SplDoublyLinkedList"]=> object(ReflectionClass)#111 (1) { ["name"]=> string(19) "SplDoublyLinkedList" } ["SplQueue"]=> object(ReflectionClass)#112 (1) { ["name"]=> string(8) "SplQueue" } ["SplStack"]=> object(ReflectionClass)#113 (1) { ["name"]=> string(8) "SplStack" } ["SplHeap"]=> object(ReflectionClass)#114 (1) { ["name"]=> string(7) "SplHeap" } ["SplMinHeap"]=> object(ReflectionClass)#115 (1) { ["name"]=> string(10) "SplMinHeap" } ["SplMaxHeap"]=> object(ReflectionClass)#116 (1) { ["name"]=> string(10) "SplMaxHeap" } ["SplPriorityQueue"]=> object(ReflectionClass)#117 (1) { ["name"]=> string(16) "SplPriorityQueue" } ["SplFixedArray"]=> object(ReflectionClass)#118 (1) { ["name"]=> string(13) "SplFixedArray" } ["SplObserver"]=> object(ReflectionClass)#119 (1) { ["name"]=> string(11) "SplObserver" } ["SplSubject"]=> object(ReflectionClass)#120 (1) { ["name"]=> string(10) "SplSubject" } ["SplObjectStorage"]=> object(ReflectionClass)#121 (1) { ["name"]=> string(16) "SplObjectStorage" } ["MultipleIterator"]=> object(ReflectionClass)#122 (1) { ["name"]=> string(16) "MultipleIterator" } ["PDOException"]=> object(ReflectionClass)#123 (1) { ["name"]=> string(12) "PDOException" } ["PDO"]=> object(ReflectionClass)#124 (1) { ["name"]=> string(3) "PDO" } ["PDOStatement"]=> object(ReflectionClass)#125 (1) { ["name"]=> string(12) "PDOStatement" } ["PDORow"]=> object(ReflectionClass)#126 (1) { ["name"]=> string(6) "PDORow" } ["SessionHandlerInterface"]=> object(ReflectionClass)#127 (1) { ["name"]=> string(23) "SessionHandlerInterface" } ["SessionIdInterface"]=> object(ReflectionClass)#128 (1) { ["name"]=> string(18) "SessionIdInterface" } ["SessionUpdateTimestampHandlerInterface"]=> object(ReflectionClass)#129 (1) { ["name"]=> string(38) "SessionUpdateTimestampHandlerInterface" } ["SessionHandler"]=> object(ReflectionClass)#130 (1) { ["name"]=> string(14) "SessionHandler" } ["ReflectionException"]=> object(ReflectionClass)#131 (1) { ["name"]=> string(19) "ReflectionException" } ["Reflection"]=> object(ReflectionClass)#132 (1) { ["name"]=> string(10) "Reflection" } ["Reflector"]=> object(ReflectionClass)#133 (1) { ["name"]=> string(9) "Reflector" } ["ReflectionFunctionAbstract"]=> object(ReflectionClass)#134 (1) { ["name"]=> string(26) "ReflectionFunctionAbstract" } ["ReflectionFunction"]=> object(ReflectionClass)#135 (1) { ["name"]=> string(18) "ReflectionFunction" } ["ReflectionGenerator"]=> object(ReflectionClass)#136 (1) { ["name"]=> string(19) "ReflectionGenerator" } ["ReflectionParameter"]=> object(ReflectionClass)#137 (1) { ["name"]=> string(19) "ReflectionParameter" } ["ReflectionType"]=> object(ReflectionClass)#138 (1) { ["name"]=> string(14) "ReflectionType" } ["ReflectionNamedType"]=> object(ReflectionClass)#139 (1) { ["name"]=> string(19) "ReflectionNamedType" } ["ReflectionMethod"]=> object(ReflectionClass)#140 (1) { ["name"]=> string(16) "ReflectionMethod" } ["ReflectionClass"]=> object(ReflectionClass)#141 (1) { ["name"]=> string(15) "ReflectionClass" } ["ReflectionObject"]=> object(ReflectionClass)#142 (1) { ["name"]=> string(16) "ReflectionObject" } ["ReflectionProperty"]=> object(ReflectionClass)#143 (1) { ["name"]=> string(18) "ReflectionProperty" } ["ReflectionClassConstant"]=> object(ReflectionClass)#144 (1) { ["name"]=> string(23) "ReflectionClassConstant" } ["ReflectionExtension"]=> object(ReflectionClass)#145 (1) { ["name"]=> string(19) "ReflectionExtension" } ["ReflectionZendExtension"]=> object(ReflectionClass)#146 (1) { ["name"]=> string(23) "ReflectionZendExtension" } ["ReflectionReference"]=> object(ReflectionClass)#147 (1) { ["name"]=> string(19) "ReflectionReference" } ["__PHP_Incomplete_Class"]=> object(ReflectionClass)#148 (1) { ["name"]=> string(22) "__PHP_Incomplete_Class" } ["php_user_filter"]=> object(ReflectionClass)#149 (1) { ["name"]=> string(15) "php_user_filter" } ["Directory"]=> object(ReflectionClass)#150 (1) { ["name"]=> string(9) "Directory" } ["AssertionError"]=> object(ReflectionClass)#151 (1) { ["name"]=> string(14) "AssertionError" } ["SimpleXMLElement"]=> object(ReflectionClass)#152 (1) { ["name"]=> string(16) "SimpleXMLElement" } ["SimpleXMLIterator"]=> object(ReflectionClass)#153 (1) { ["name"]=> string(17) "SimpleXMLIterator" } ["PharException"]=> object(ReflectionClass)#154 (1) { ["name"]=> string(13) "PharException" } ["Phar"]=> object(ReflectionClass)#155 (1) { ["name"]=> string(4) "Phar" } ["PharData"]=> object(ReflectionClass)#156 (1) { ["name"]=> string(8) "PharData" } ["PharFileInfo"]=> object(ReflectionClass)#157 (1) { ["name"]=> string(12) "PharFileInfo" } ["XMLReader"]=> object(ReflectionClass)#158 (1) { ["name"]=> string(9) "XMLReader" } ["XMLWriter"]=> object(ReflectionClass)#159 (1) { ["name"]=> string(9) "XMLWriter" } ["SodiumException"]=> object(ReflectionClass)#160 (1) { ["name"]=> string(15) "SodiumException" } }
Output for 7.3.0 - 7.3.31, 7.3.33
array(178) { ["stdClass"]=> object(ReflectionClass)#2 (1) { ["name"]=> string(8) "stdClass" } ["Traversable"]=> object(ReflectionClass)#3 (1) { ["name"]=> string(11) "Traversable" } ["IteratorAggregate"]=> object(ReflectionClass)#4 (1) { ["name"]=> string(17) "IteratorAggregate" } ["Iterator"]=> object(ReflectionClass)#5 (1) { ["name"]=> string(8) "Iterator" } ["ArrayAccess"]=> object(ReflectionClass)#6 (1) { ["name"]=> string(11) "ArrayAccess" } ["Serializable"]=> object(ReflectionClass)#7 (1) { ["name"]=> string(12) "Serializable" } ["Countable"]=> object(ReflectionClass)#8 (1) { ["name"]=> string(9) "Countable" } ["Throwable"]=> object(ReflectionClass)#9 (1) { ["name"]=> string(9) "Throwable" } ["Exception"]=> object(ReflectionClass)#10 (1) { ["name"]=> string(9) "Exception" } ["ErrorException"]=> object(ReflectionClass)#11 (1) { ["name"]=> string(14) "ErrorException" } ["Error"]=> object(ReflectionClass)#12 (1) { ["name"]=> string(5) "Error" } ["CompileError"]=> object(ReflectionClass)#13 (1) { ["name"]=> string(12) "CompileError" } ["ParseError"]=> object(ReflectionClass)#14 (1) { ["name"]=> string(10) "ParseError" } ["TypeError"]=> object(ReflectionClass)#15 (1) { ["name"]=> string(9) "TypeError" } ["ArgumentCountError"]=> object(ReflectionClass)#16 (1) { ["name"]=> string(18) "ArgumentCountError" } ["ArithmeticError"]=> object(ReflectionClass)#17 (1) { ["name"]=> string(15) "ArithmeticError" } ["DivisionByZeroError"]=> object(ReflectionClass)#18 (1) { ["name"]=> string(19) "DivisionByZeroError" } ["Closure"]=> object(ReflectionClass)#19 (1) { ["name"]=> string(7) "Closure" } ["Generator"]=> object(ReflectionClass)#20 (1) { ["name"]=> string(9) "Generator" } ["ClosedGeneratorException"]=> object(ReflectionClass)#21 (1) { ["name"]=> string(24) "ClosedGeneratorException" } ["DateTimeInterface"]=> object(ReflectionClass)#22 (1) { ["name"]=> string(17) "DateTimeInterface" } ["DateTime"]=> object(ReflectionClass)#23 (1) { ["name"]=> string(8) "DateTime" } ["DateTimeImmutable"]=> object(ReflectionClass)#24 (1) { ["name"]=> string(17) "DateTimeImmutable" } ["DateTimeZone"]=> object(ReflectionClass)#25 (1) { ["name"]=> string(12) "DateTimeZone" } ["DateInterval"]=> object(ReflectionClass)#26 (1) { ["name"]=> string(12) "DateInterval" } ["DatePeriod"]=> object(ReflectionClass)#27 (1) { ["name"]=> string(10) "DatePeriod" } ["LibXMLError"]=> object(ReflectionClass)#28 (1) { ["name"]=> string(11) "LibXMLError" } ["SQLite3"]=> object(ReflectionClass)#29 (1) { ["name"]=> string(7) "SQLite3" } ["SQLite3Stmt"]=> object(ReflectionClass)#30 (1) { ["name"]=> string(11) "SQLite3Stmt" } ["SQLite3Result"]=> object(ReflectionClass)#31 (1) { ["name"]=> string(13) "SQLite3Result" } ["DOMException"]=> object(ReflectionClass)#32 (1) { ["name"]=> string(12) "DOMException" } ["DOMStringList"]=> object(ReflectionClass)#33 (1) { ["name"]=> string(13) "DOMStringList" } ["DOMNameList"]=> object(ReflectionClass)#34 (1) { ["name"]=> string(11) "DOMNameList" } ["DOMImplementationList"]=> object(ReflectionClass)#35 (1) { ["name"]=> string(21) "DOMImplementationList" } ["DOMImplementationSource"]=> object(ReflectionClass)#36 (1) { ["name"]=> string(23) "DOMImplementationSource" } ["DOMImplementation"]=> object(ReflectionClass)#37 (1) { ["name"]=> string(17) "DOMImplementation" } ["DOMNode"]=> object(ReflectionClass)#38 (1) { ["name"]=> string(7) "DOMNode" } ["DOMNameSpaceNode"]=> object(ReflectionClass)#39 (1) { ["name"]=> string(16) "DOMNameSpaceNode" } ["DOMDocumentFragment"]=> object(ReflectionClass)#40 (1) { ["name"]=> string(19) "DOMDocumentFragment" } ["DOMDocument"]=> object(ReflectionClass)#41 (1) { ["name"]=> string(11) "DOMDocument" } ["DOMNodeList"]=> object(ReflectionClass)#42 (1) { ["name"]=> string(11) "DOMNodeList" } ["DOMNamedNodeMap"]=> object(ReflectionClass)#43 (1) { ["name"]=> string(15) "DOMNamedNodeMap" } ["DOMCharacterData"]=> object(ReflectionClass)#44 (1) { ["name"]=> string(16) "DOMCharacterData" } ["DOMAttr"]=> object(ReflectionClass)#45 (1) { ["name"]=> string(7) "DOMAttr" } ["DOMElement"]=> object(ReflectionClass)#46 (1) { ["name"]=> string(10) "DOMElement" } ["DOMText"]=> object(ReflectionClass)#47 (1) { ["name"]=> string(7) "DOMText" } ["DOMComment"]=> object(ReflectionClass)#48 (1) { ["name"]=> string(10) "DOMComment" } ["DOMTypeinfo"]=> object(ReflectionClass)#49 (1) { ["name"]=> string(11) "DOMTypeinfo" } ["DOMUserDataHandler"]=> object(ReflectionClass)#50 (1) { ["name"]=> string(18) "DOMUserDataHandler" } ["DOMDomError"]=> object(ReflectionClass)#51 (1) { ["name"]=> string(11) "DOMDomError" } ["DOMErrorHandler"]=> object(ReflectionClass)#52 (1) { ["name"]=> string(15) "DOMErrorHandler" } ["DOMLocator"]=> object(ReflectionClass)#53 (1) { ["name"]=> string(10) "DOMLocator" } ["DOMConfiguration"]=> object(ReflectionClass)#54 (1) { ["name"]=> string(16) "DOMConfiguration" } ["DOMCdataSection"]=> object(ReflectionClass)#55 (1) { ["name"]=> string(15) "DOMCdataSection" } ["DOMDocumentType"]=> object(ReflectionClass)#56 (1) { ["name"]=> string(15) "DOMDocumentType" } ["DOMNotation"]=> object(ReflectionClass)#57 (1) { ["name"]=> string(11) "DOMNotation" } ["DOMEntity"]=> object(ReflectionClass)#58 (1) { ["name"]=> string(9) "DOMEntity" } ["DOMEntityReference"]=> object(ReflectionClass)#59 (1) { ["name"]=> string(18) "DOMEntityReference" } ["DOMProcessingInstruction"]=> object(ReflectionClass)#60 (1) { ["name"]=> string(24) "DOMProcessingInstruction" } ["DOMStringExtend"]=> object(ReflectionClass)#61 (1) { ["name"]=> string(15) "DOMStringExtend" } ["DOMXPath"]=> object(ReflectionClass)#62 (1) { ["name"]=> string(8) "DOMXPath" } ["finfo"]=> object(ReflectionClass)#63 (1) { ["name"]=> string(5) "finfo" } ["HashContext"]=> object(ReflectionClass)#64 (1) { ["name"]=> string(11) "HashContext" } ["JsonSerializable"]=> object(ReflectionClass)#65 (1) { ["name"]=> string(16) "JsonSerializable" } ["JsonException"]=> object(ReflectionClass)#66 (1) { ["name"]=> string(13) "JsonException" } ["LogicException"]=> object(ReflectionClass)#67 (1) { ["name"]=> string(14) "LogicException" } ["BadFunctionCallException"]=> object(ReflectionClass)#68 (1) { ["name"]=> string(24) "BadFunctionCallException" } ["BadMethodCallException"]=> object(ReflectionClass)#69 (1) { ["name"]=> string(22) "BadMethodCallException" } ["DomainException"]=> object(ReflectionClass)#70 (1) { ["name"]=> string(15) "DomainException" } ["InvalidArgumentException"]=> object(ReflectionClass)#71 (1) { ["name"]=> string(24) "InvalidArgumentException" } ["LengthException"]=> object(ReflectionClass)#72 (1) { ["name"]=> string(15) "LengthException" } ["OutOfRangeException"]=> object(ReflectionClass)#73 (1) { ["name"]=> string(19) "OutOfRangeException" } ["RuntimeException"]=> object(ReflectionClass)#74 (1) { ["name"]=> string(16) "RuntimeException" } ["OutOfBoundsException"]=> object(ReflectionClass)#75 (1) { ["name"]=> string(20) "OutOfBoundsException" } ["OverflowException"]=> object(ReflectionClass)#76 (1) { ["name"]=> string(17) "OverflowException" } ["RangeException"]=> object(ReflectionClass)#77 (1) { ["name"]=> string(14) "RangeException" } ["UnderflowException"]=> object(ReflectionClass)#78 (1) { ["name"]=> string(18) "UnderflowException" } ["UnexpectedValueException"]=> object(ReflectionClass)#79 (1) { ["name"]=> string(24) "UnexpectedValueException" } ["RecursiveIterator"]=> object(ReflectionClass)#80 (1) { ["name"]=> string(17) "RecursiveIterator" } ["RecursiveIteratorIterator"]=> object(ReflectionClass)#81 (1) { ["name"]=> string(25) "RecursiveIteratorIterator" } ["OuterIterator"]=> object(ReflectionClass)#82 (1) { ["name"]=> string(13) "OuterIterator" } ["IteratorIterator"]=> object(ReflectionClass)#83 (1) { ["name"]=> string(16) "IteratorIterator" } ["FilterIterator"]=> object(ReflectionClass)#84 (1) { ["name"]=> string(14) "FilterIterator" } ["RecursiveFilterIterator"]=> object(ReflectionClass)#85 (1) { ["name"]=> string(23) "RecursiveFilterIterator" } ["CallbackFilterIterator"]=> object(ReflectionClass)#86 (1) { ["name"]=> string(22) "CallbackFilterIterator" } ["RecursiveCallbackFilterIterator"]=> object(ReflectionClass)#87 (1) { ["name"]=> string(31) "RecursiveCallbackFilterIterator" } ["ParentIterator"]=> object(ReflectionClass)#88 (1) { ["name"]=> string(14) "ParentIterator" } ["SeekableIterator"]=> object(ReflectionClass)#89 (1) { ["name"]=> string(16) "SeekableIterator" } ["LimitIterator"]=> object(ReflectionClass)#90 (1) { ["name"]=> string(13) "LimitIterator" } ["CachingIterator"]=> object(ReflectionClass)#91 (1) { ["name"]=> string(15) "CachingIterator" } ["RecursiveCachingIterator"]=> object(ReflectionClass)#92 (1) { ["name"]=> string(24) "RecursiveCachingIterator" } ["NoRewindIterator"]=> object(ReflectionClass)#93 (1) { ["name"]=> string(16) "NoRewindIterator" } ["AppendIterator"]=> object(ReflectionClass)#94 (1) { ["name"]=> string(14) "AppendIterator" } ["InfiniteIterator"]=> object(ReflectionClass)#95 (1) { ["name"]=> string(16) "InfiniteIterator" } ["RegexIterator"]=> object(ReflectionClass)#96 (1) { ["name"]=> string(13) "RegexIterator" } ["RecursiveRegexIterator"]=> object(ReflectionClass)#97 (1) { ["name"]=> string(22) "RecursiveRegexIterator" } ["EmptyIterator"]=> object(ReflectionClass)#98 (1) { ["name"]=> string(13) "EmptyIterator" } ["RecursiveTreeIterator"]=> object(ReflectionClass)#99 (1) { ["name"]=> string(21) "RecursiveTreeIterator" } ["ArrayObject"]=> object(ReflectionClass)#100 (1) { ["name"]=> string(11) "ArrayObject" } ["ArrayIterator"]=> object(ReflectionClass)#101 (1) { ["name"]=> string(13) "ArrayIterator" } ["RecursiveArrayIterator"]=> object(ReflectionClass)#102 (1) { ["name"]=> string(22) "RecursiveArrayIterator" } ["SplFileInfo"]=> object(ReflectionClass)#103 (1) { ["name"]=> string(11) "SplFileInfo" } ["DirectoryIterator"]=> object(ReflectionClass)#104 (1) { ["name"]=> string(17) "DirectoryIterator" } ["FilesystemIterator"]=> object(ReflectionClass)#105 (1) { ["name"]=> string(18) "FilesystemIterator" } ["RecursiveDirectoryIterator"]=> object(ReflectionClass)#106 (1) { ["name"]=> string(26) "RecursiveDirectoryIterator" } ["GlobIterator"]=> object(ReflectionClass)#107 (1) { ["name"]=> string(12) "GlobIterator" } ["SplFileObject"]=> object(ReflectionClass)#108 (1) { ["name"]=> string(13) "SplFileObject" } ["SplTempFileObject"]=> object(ReflectionClass)#109 (1) { ["name"]=> string(17) "SplTempFileObject" } ["SplDoublyLinkedList"]=> object(ReflectionClass)#110 (1) { ["name"]=> string(19) "SplDoublyLinkedList" } ["SplQueue"]=> object(ReflectionClass)#111 (1) { ["name"]=> string(8) "SplQueue" } ["SplStack"]=> object(ReflectionClass)#112 (1) { ["name"]=> string(8) "SplStack" } ["SplHeap"]=> object(ReflectionClass)#113 (1) { ["name"]=> string(7) "SplHeap" } ["SplMinHeap"]=> object(ReflectionClass)#114 (1) { ["name"]=> string(10) "SplMinHeap" } ["SplMaxHeap"]=> object(ReflectionClass)#115 (1) { ["name"]=> string(10) "SplMaxHeap" } ["SplPriorityQueue"]=> object(ReflectionClass)#116 (1) { ["name"]=> string(16) "SplPriorityQueue" } ["SplFixedArray"]=> object(ReflectionClass)#117 (1) { ["name"]=> string(13) "SplFixedArray" } ["SplObserver"]=> object(ReflectionClass)#118 (1) { ["name"]=> string(11) "SplObserver" } ["SplSubject"]=> object(ReflectionClass)#119 (1) { ["name"]=> string(10) "SplSubject" } ["SplObjectStorage"]=> object(ReflectionClass)#120 (1) { ["name"]=> string(16) "SplObjectStorage" } ["MultipleIterator"]=> object(ReflectionClass)#121 (1) { ["name"]=> string(16) "MultipleIterator" } ["PDOException"]=> object(ReflectionClass)#122 (1) { ["name"]=> string(12) "PDOException" } ["PDO"]=> object(ReflectionClass)#123 (1) { ["name"]=> string(3) "PDO" } ["PDOStatement"]=> object(ReflectionClass)#124 (1) { ["name"]=> string(12) "PDOStatement" } ["PDORow"]=> object(ReflectionClass)#125 (1) { ["name"]=> string(6) "PDORow" } ["SessionHandlerInterface"]=> object(ReflectionClass)#126 (1) { ["name"]=> string(23) "SessionHandlerInterface" } ["SessionIdInterface"]=> object(ReflectionClass)#127 (1) { ["name"]=> string(18) "SessionIdInterface" } ["SessionUpdateTimestampHandlerInterface"]=> object(ReflectionClass)#128 (1) { ["name"]=> string(38) "SessionUpdateTimestampHandlerInterface" } ["SessionHandler"]=> object(ReflectionClass)#129 (1) { ["name"]=> string(14) "SessionHandler" } ["ReflectionException"]=> object(ReflectionClass)#130 (1) { ["name"]=> string(19) "ReflectionException" } ["Reflection"]=> object(ReflectionClass)#131 (1) { ["name"]=> string(10) "Reflection" } ["Reflector"]=> object(ReflectionClass)#132 (1) { ["name"]=> string(9) "Reflector" } ["ReflectionFunctionAbstract"]=> object(ReflectionClass)#133 (1) { ["name"]=> string(26) "ReflectionFunctionAbstract" } ["ReflectionFunction"]=> object(ReflectionClass)#134 (1) { ["name"]=> string(18) "ReflectionFunction" } ["ReflectionGenerator"]=> object(ReflectionClass)#135 (1) { ["name"]=> string(19) "ReflectionGenerator" } ["ReflectionParameter"]=> object(ReflectionClass)#136 (1) { ["name"]=> string(19) "ReflectionParameter" } ["ReflectionType"]=> object(ReflectionClass)#137 (1) { ["name"]=> string(14) "ReflectionType" } ["ReflectionNamedType"]=> object(ReflectionClass)#138 (1) { ["name"]=> string(19) "ReflectionNamedType" } ["ReflectionMethod"]=> object(ReflectionClass)#139 (1) { ["name"]=> string(16) "ReflectionMethod" } ["ReflectionClass"]=> object(ReflectionClass)#140 (1) { ["name"]=> string(15) "ReflectionClass" } ["ReflectionObject"]=> object(ReflectionClass)#141 (1) { ["name"]=> string(16) "ReflectionObject" } ["ReflectionProperty"]=> object(ReflectionClass)#142 (1) { ["name"]=> string(18) "ReflectionProperty" } ["ReflectionClassConstant"]=> object(ReflectionClass)#143 (1) { ["name"]=> string(23) "ReflectionClassConstant" } ["ReflectionExtension"]=> object(ReflectionClass)#144 (1) { ["name"]=> string(19) "ReflectionExtension" } ["ReflectionZendExtension"]=> object(ReflectionClass)#145 (1) { ["name"]=> string(23) "ReflectionZendExtension" } ["__PHP_Incomplete_Class"]=> object(ReflectionClass)#146 (1) { ["name"]=> string(22) "__PHP_Incomplete_Class" } ["php_user_filter"]=> object(ReflectionClass)#147 (1) { ["name"]=> string(15) "php_user_filter" } ["Directory"]=> object(ReflectionClass)#148 (1) { ["name"]=> string(9) "Directory" } ["AssertionError"]=> object(ReflectionClass)#149 (1) { ["name"]=> string(14) "AssertionError" } ["SimpleXMLElement"]=> object(ReflectionClass)#150 (1) { ["name"]=> string(16) "SimpleXMLElement" } ["SimpleXMLIterator"]=> object(ReflectionClass)#151 (1) { ["name"]=> string(17) "SimpleXMLIterator" } ["PharException"]=> object(ReflectionClass)#152 (1) { ["name"]=> string(13) "PharException" } ["Phar"]=> object(ReflectionClass)#153 (1) { ["name"]=> string(4) "Phar" } ["PharData"]=> object(ReflectionClass)#154 (1) { ["name"]=> string(8) "PharData" } ["PharFileInfo"]=> object(ReflectionClass)#155 (1) { ["name"]=> string(12) "PharFileInfo" } ["XMLReader"]=> object(ReflectionClass)#156 (1) { ["name"]=> string(9) "XMLReader" } ["XMLWriter"]=> object(ReflectionClass)#157 (1) { ["name"]=> string(9) "XMLWriter" } ["GMP"]=> object(ReflectionClass)#158 (1) { ["name"]=> string(3) "GMP" } ["Collator"]=> object(ReflectionClass)#159 (1) { ["name"]=> string(8) "Collator" } ["NumberFormatter"]=> object(ReflectionClass)#160 (1) { ["name"]=> string(15) "NumberFormatter" } ["Normalizer"]=> object(ReflectionClass)#161 (1) { ["name"]=> string(10) "Normalizer" } ["Locale"]=> object(ReflectionClass)#162 (1) { ["name"]=> string(6) "Locale" } ["MessageFormatter"]=> object(ReflectionClass)#163 (1) { ["name"]=> string(16) "MessageFormatter" } ["IntlDateFormatter"]=> object(ReflectionClass)#164 (1) { ["name"]=> string(17) "IntlDateFormatter" } ["ResourceBundle"]=> object(ReflectionClass)#165 (1) { ["name"]=> string(14) "ResourceBundle" } ["Transliterator"]=> object(ReflectionClass)#166 (1) { ["name"]=> string(14) "Transliterator" } ["IntlTimeZone"]=> object(ReflectionClass)#167 (1) { ["name"]=> string(12) "IntlTimeZone" } ["IntlCalendar"]=> object(ReflectionClass)#168 (1) { ["name"]=> string(12) "IntlCalendar" } ["IntlGregorianCalendar"]=> object(ReflectionClass)#169 (1) { ["name"]=> string(21) "IntlGregorianCalendar" } ["Spoofchecker"]=> object(ReflectionClass)#170 (1) { ["name"]=> string(12) "Spoofchecker" } ["IntlException"]=> object(ReflectionClass)#171 (1) { ["name"]=> string(13) "IntlException" } ["IntlIterator"]=> object(ReflectionClass)#172 (1) { ["name"]=> string(12) "IntlIterator" } ["IntlBreakIterator"]=> object(ReflectionClass)#173 (1) { ["name"]=> string(17) "IntlBreakIterator" } ["IntlRuleBasedBreakIterator"]=> object(ReflectionClass)#174 (1) { ["name"]=> string(26) "IntlRuleBasedBreakIterator" } ["IntlCodePointBreakIterator"]=> object(ReflectionClass)#175 (1) { ["name"]=> string(26) "IntlCodePointBreakIterator" } ["IntlPartsIterator"]=> object(ReflectionClass)#176 (1) { ["name"]=> string(17) "IntlPartsIterator" } ["UConverter"]=> object(ReflectionClass)#177 (1) { ["name"]=> string(10) "UConverter" } ["IntlChar"]=> object(ReflectionClass)#178 (1) { ["name"]=> string(8) "IntlChar" } ["SodiumException"]=> object(ReflectionClass)#179 (1) { ["name"]=> string(15) "SodiumException" } }
Output for 7.3.32
array(157) { ["stdClass"]=> object(ReflectionClass)#2 (1) { ["name"]=> string(8) "stdClass" } ["Traversable"]=> object(ReflectionClass)#3 (1) { ["name"]=> string(11) "Traversable" } ["IteratorAggregate"]=> object(ReflectionClass)#4 (1) { ["name"]=> string(17) "IteratorAggregate" } ["Iterator"]=> object(ReflectionClass)#5 (1) { ["name"]=> string(8) "Iterator" } ["ArrayAccess"]=> object(ReflectionClass)#6 (1) { ["name"]=> string(11) "ArrayAccess" } ["Serializable"]=> object(ReflectionClass)#7 (1) { ["name"]=> string(12) "Serializable" } ["Countable"]=> object(ReflectionClass)#8 (1) { ["name"]=> string(9) "Countable" } ["Throwable"]=> object(ReflectionClass)#9 (1) { ["name"]=> string(9) "Throwable" } ["Exception"]=> object(ReflectionClass)#10 (1) { ["name"]=> string(9) "Exception" } ["ErrorException"]=> object(ReflectionClass)#11 (1) { ["name"]=> string(14) "ErrorException" } ["Error"]=> object(ReflectionClass)#12 (1) { ["name"]=> string(5) "Error" } ["CompileError"]=> object(ReflectionClass)#13 (1) { ["name"]=> string(12) "CompileError" } ["ParseError"]=> object(ReflectionClass)#14 (1) { ["name"]=> string(10) "ParseError" } ["TypeError"]=> object(ReflectionClass)#15 (1) { ["name"]=> string(9) "TypeError" } ["ArgumentCountError"]=> object(ReflectionClass)#16 (1) { ["name"]=> string(18) "ArgumentCountError" } ["ArithmeticError"]=> object(ReflectionClass)#17 (1) { ["name"]=> string(15) "ArithmeticError" } ["DivisionByZeroError"]=> object(ReflectionClass)#18 (1) { ["name"]=> string(19) "DivisionByZeroError" } ["Closure"]=> object(ReflectionClass)#19 (1) { ["name"]=> string(7) "Closure" } ["Generator"]=> object(ReflectionClass)#20 (1) { ["name"]=> string(9) "Generator" } ["ClosedGeneratorException"]=> object(ReflectionClass)#21 (1) { ["name"]=> string(24) "ClosedGeneratorException" } ["DateTimeInterface"]=> object(ReflectionClass)#22 (1) { ["name"]=> string(17) "DateTimeInterface" } ["DateTime"]=> object(ReflectionClass)#23 (1) { ["name"]=> string(8) "DateTime" } ["DateTimeImmutable"]=> object(ReflectionClass)#24 (1) { ["name"]=> string(17) "DateTimeImmutable" } ["DateTimeZone"]=> object(ReflectionClass)#25 (1) { ["name"]=> string(12) "DateTimeZone" } ["DateInterval"]=> object(ReflectionClass)#26 (1) { ["name"]=> string(12) "DateInterval" } ["DatePeriod"]=> object(ReflectionClass)#27 (1) { ["name"]=> string(10) "DatePeriod" } ["LibXMLError"]=> object(ReflectionClass)#28 (1) { ["name"]=> string(11) "LibXMLError" } ["SQLite3"]=> object(ReflectionClass)#29 (1) { ["name"]=> string(7) "SQLite3" } ["SQLite3Stmt"]=> object(ReflectionClass)#30 (1) { ["name"]=> string(11) "SQLite3Stmt" } ["SQLite3Result"]=> object(ReflectionClass)#31 (1) { ["name"]=> string(13) "SQLite3Result" } ["DOMException"]=> object(ReflectionClass)#32 (1) { ["name"]=> string(12) "DOMException" } ["DOMStringList"]=> object(ReflectionClass)#33 (1) { ["name"]=> string(13) "DOMStringList" } ["DOMNameList"]=> object(ReflectionClass)#34 (1) { ["name"]=> string(11) "DOMNameList" } ["DOMImplementationList"]=> object(ReflectionClass)#35 (1) { ["name"]=> string(21) "DOMImplementationList" } ["DOMImplementationSource"]=> object(ReflectionClass)#36 (1) { ["name"]=> string(23) "DOMImplementationSource" } ["DOMImplementation"]=> object(ReflectionClass)#37 (1) { ["name"]=> string(17) "DOMImplementation" } ["DOMNode"]=> object(ReflectionClass)#38 (1) { ["name"]=> string(7) "DOMNode" } ["DOMNameSpaceNode"]=> object(ReflectionClass)#39 (1) { ["name"]=> string(16) "DOMNameSpaceNode" } ["DOMDocumentFragment"]=> object(ReflectionClass)#40 (1) { ["name"]=> string(19) "DOMDocumentFragment" } ["DOMDocument"]=> object(ReflectionClass)#41 (1) { ["name"]=> string(11) "DOMDocument" } ["DOMNodeList"]=> object(ReflectionClass)#42 (1) { ["name"]=> string(11) "DOMNodeList" } ["DOMNamedNodeMap"]=> object(ReflectionClass)#43 (1) { ["name"]=> string(15) "DOMNamedNodeMap" } ["DOMCharacterData"]=> object(ReflectionClass)#44 (1) { ["name"]=> string(16) "DOMCharacterData" } ["DOMAttr"]=> object(ReflectionClass)#45 (1) { ["name"]=> string(7) "DOMAttr" } ["DOMElement"]=> object(ReflectionClass)#46 (1) { ["name"]=> string(10) "DOMElement" } ["DOMText"]=> object(ReflectionClass)#47 (1) { ["name"]=> string(7) "DOMText" } ["DOMComment"]=> object(ReflectionClass)#48 (1) { ["name"]=> string(10) "DOMComment" } ["DOMTypeinfo"]=> object(ReflectionClass)#49 (1) { ["name"]=> string(11) "DOMTypeinfo" } ["DOMUserDataHandler"]=> object(ReflectionClass)#50 (1) { ["name"]=> string(18) "DOMUserDataHandler" } ["DOMDomError"]=> object(ReflectionClass)#51 (1) { ["name"]=> string(11) "DOMDomError" } ["DOMErrorHandler"]=> object(ReflectionClass)#52 (1) { ["name"]=> string(15) "DOMErrorHandler" } ["DOMLocator"]=> object(ReflectionClass)#53 (1) { ["name"]=> string(10) "DOMLocator" } ["DOMConfiguration"]=> object(ReflectionClass)#54 (1) { ["name"]=> string(16) "DOMConfiguration" } ["DOMCdataSection"]=> object(ReflectionClass)#55 (1) { ["name"]=> string(15) "DOMCdataSection" } ["DOMDocumentType"]=> object(ReflectionClass)#56 (1) { ["name"]=> string(15) "DOMDocumentType" } ["DOMNotation"]=> object(ReflectionClass)#57 (1) { ["name"]=> string(11) "DOMNotation" } ["DOMEntity"]=> object(ReflectionClass)#58 (1) { ["name"]=> string(9) "DOMEntity" } ["DOMEntityReference"]=> object(ReflectionClass)#59 (1) { ["name"]=> string(18) "DOMEntityReference" } ["DOMProcessingInstruction"]=> object(ReflectionClass)#60 (1) { ["name"]=> string(24) "DOMProcessingInstruction" } ["DOMStringExtend"]=> object(ReflectionClass)#61 (1) { ["name"]=> string(15) "DOMStringExtend" } ["DOMXPath"]=> object(ReflectionClass)#62 (1) { ["name"]=> string(8) "DOMXPath" } ["finfo"]=> object(ReflectionClass)#63 (1) { ["name"]=> string(5) "finfo" } ["HashContext"]=> object(ReflectionClass)#64 (1) { ["name"]=> string(11) "HashContext" } ["JsonSerializable"]=> object(ReflectionClass)#65 (1) { ["name"]=> string(16) "JsonSerializable" } ["JsonException"]=> object(ReflectionClass)#66 (1) { ["name"]=> string(13) "JsonException" } ["LogicException"]=> object(ReflectionClass)#67 (1) { ["name"]=> string(14) "LogicException" } ["BadFunctionCallException"]=> object(ReflectionClass)#68 (1) { ["name"]=> string(24) "BadFunctionCallException" } ["BadMethodCallException"]=> object(ReflectionClass)#69 (1) { ["name"]=> string(22) "BadMethodCallException" } ["DomainException"]=> object(ReflectionClass)#70 (1) { ["name"]=> string(15) "DomainException" } ["InvalidArgumentException"]=> object(ReflectionClass)#71 (1) { ["name"]=> string(24) "InvalidArgumentException" } ["LengthException"]=> object(ReflectionClass)#72 (1) { ["name"]=> string(15) "LengthException" } ["OutOfRangeException"]=> object(ReflectionClass)#73 (1) { ["name"]=> string(19) "OutOfRangeException" } ["RuntimeException"]=> object(ReflectionClass)#74 (1) { ["name"]=> string(16) "RuntimeException" } ["OutOfBoundsException"]=> object(ReflectionClass)#75 (1) { ["name"]=> string(20) "OutOfBoundsException" } ["OverflowException"]=> object(ReflectionClass)#76 (1) { ["name"]=> string(17) "OverflowException" } ["RangeException"]=> object(ReflectionClass)#77 (1) { ["name"]=> string(14) "RangeException" } ["UnderflowException"]=> object(ReflectionClass)#78 (1) { ["name"]=> string(18) "UnderflowException" } ["UnexpectedValueException"]=> object(ReflectionClass)#79 (1) { ["name"]=> string(24) "UnexpectedValueException" } ["RecursiveIterator"]=> object(ReflectionClass)#80 (1) { ["name"]=> string(17) "RecursiveIterator" } ["RecursiveIteratorIterator"]=> object(ReflectionClass)#81 (1) { ["name"]=> string(25) "RecursiveIteratorIterator" } ["OuterIterator"]=> object(ReflectionClass)#82 (1) { ["name"]=> string(13) "OuterIterator" } ["IteratorIterator"]=> object(ReflectionClass)#83 (1) { ["name"]=> string(16) "IteratorIterator" } ["FilterIterator"]=> object(ReflectionClass)#84 (1) { ["name"]=> string(14) "FilterIterator" } ["RecursiveFilterIterator"]=> object(ReflectionClass)#85 (1) { ["name"]=> string(23) "RecursiveFilterIterator" } ["CallbackFilterIterator"]=> object(ReflectionClass)#86 (1) { ["name"]=> string(22) "CallbackFilterIterator" } ["RecursiveCallbackFilterIterator"]=> object(ReflectionClass)#87 (1) { ["name"]=> string(31) "RecursiveCallbackFilterIterator" } ["ParentIterator"]=> object(ReflectionClass)#88 (1) { ["name"]=> string(14) "ParentIterator" } ["SeekableIterator"]=> object(ReflectionClass)#89 (1) { ["name"]=> string(16) "SeekableIterator" } ["LimitIterator"]=> object(ReflectionClass)#90 (1) { ["name"]=> string(13) "LimitIterator" } ["CachingIterator"]=> object(ReflectionClass)#91 (1) { ["name"]=> string(15) "CachingIterator" } ["RecursiveCachingIterator"]=> object(ReflectionClass)#92 (1) { ["name"]=> string(24) "RecursiveCachingIterator" } ["NoRewindIterator"]=> object(ReflectionClass)#93 (1) { ["name"]=> string(16) "NoRewindIterator" } ["AppendIterator"]=> object(ReflectionClass)#94 (1) { ["name"]=> string(14) "AppendIterator" } ["InfiniteIterator"]=> object(ReflectionClass)#95 (1) { ["name"]=> string(16) "InfiniteIterator" } ["RegexIterator"]=> object(ReflectionClass)#96 (1) { ["name"]=> string(13) "RegexIterator" } ["RecursiveRegexIterator"]=> object(ReflectionClass)#97 (1) { ["name"]=> string(22) "RecursiveRegexIterator" } ["EmptyIterator"]=> object(ReflectionClass)#98 (1) { ["name"]=> string(13) "EmptyIterator" } ["RecursiveTreeIterator"]=> object(ReflectionClass)#99 (1) { ["name"]=> string(21) "RecursiveTreeIterator" } ["ArrayObject"]=> object(ReflectionClass)#100 (1) { ["name"]=> string(11) "ArrayObject" } ["ArrayIterator"]=> object(ReflectionClass)#101 (1) { ["name"]=> string(13) "ArrayIterator" } ["RecursiveArrayIterator"]=> object(ReflectionClass)#102 (1) { ["name"]=> string(22) "RecursiveArrayIterator" } ["SplFileInfo"]=> object(ReflectionClass)#103 (1) { ["name"]=> string(11) "SplFileInfo" } ["DirectoryIterator"]=> object(ReflectionClass)#104 (1) { ["name"]=> string(17) "DirectoryIterator" } ["FilesystemIterator"]=> object(ReflectionClass)#105 (1) { ["name"]=> string(18) "FilesystemIterator" } ["RecursiveDirectoryIterator"]=> object(ReflectionClass)#106 (1) { ["name"]=> string(26) "RecursiveDirectoryIterator" } ["GlobIterator"]=> object(ReflectionClass)#107 (1) { ["name"]=> string(12) "GlobIterator" } ["SplFileObject"]=> object(ReflectionClass)#108 (1) { ["name"]=> string(13) "SplFileObject" } ["SplTempFileObject"]=> object(ReflectionClass)#109 (1) { ["name"]=> string(17) "SplTempFileObject" } ["SplDoublyLinkedList"]=> object(ReflectionClass)#110 (1) { ["name"]=> string(19) "SplDoublyLinkedList" } ["SplQueue"]=> object(ReflectionClass)#111 (1) { ["name"]=> string(8) "SplQueue" } ["SplStack"]=> object(ReflectionClass)#112 (1) { ["name"]=> string(8) "SplStack" } ["SplHeap"]=> object(ReflectionClass)#113 (1) { ["name"]=> string(7) "SplHeap" } ["SplMinHeap"]=> object(ReflectionClass)#114 (1) { ["name"]=> string(10) "SplMinHeap" } ["SplMaxHeap"]=> object(ReflectionClass)#115 (1) { ["name"]=> string(10) "SplMaxHeap" } ["SplPriorityQueue"]=> object(ReflectionClass)#116 (1) { ["name"]=> string(16) "SplPriorityQueue" } ["SplFixedArray"]=> object(ReflectionClass)#117 (1) { ["name"]=> string(13) "SplFixedArray" } ["SplObserver"]=> object(ReflectionClass)#118 (1) { ["name"]=> string(11) "SplObserver" } ["SplSubject"]=> object(ReflectionClass)#119 (1) { ["name"]=> string(10) "SplSubject" } ["SplObjectStorage"]=> object(ReflectionClass)#120 (1) { ["name"]=> string(16) "SplObjectStorage" } ["MultipleIterator"]=> object(ReflectionClass)#121 (1) { ["name"]=> string(16) "MultipleIterator" } ["PDOException"]=> object(ReflectionClass)#122 (1) { ["name"]=> string(12) "PDOException" } ["PDO"]=> object(ReflectionClass)#123 (1) { ["name"]=> string(3) "PDO" } ["PDOStatement"]=> object(ReflectionClass)#124 (1) { ["name"]=> string(12) "PDOStatement" } ["PDORow"]=> object(ReflectionClass)#125 (1) { ["name"]=> string(6) "PDORow" } ["SessionHandlerInterface"]=> object(ReflectionClass)#126 (1) { ["name"]=> string(23) "SessionHandlerInterface" } ["SessionIdInterface"]=> object(ReflectionClass)#127 (1) { ["name"]=> string(18) "SessionIdInterface" } ["SessionUpdateTimestampHandlerInterface"]=> object(ReflectionClass)#128 (1) { ["name"]=> string(38) "SessionUpdateTimestampHandlerInterface" } ["SessionHandler"]=> object(ReflectionClass)#129 (1) { ["name"]=> string(14) "SessionHandler" } ["ReflectionException"]=> object(ReflectionClass)#130 (1) { ["name"]=> string(19) "ReflectionException" } ["Reflection"]=> object(ReflectionClass)#131 (1) { ["name"]=> string(10) "Reflection" } ["Reflector"]=> object(ReflectionClass)#132 (1) { ["name"]=> string(9) "Reflector" } ["ReflectionFunctionAbstract"]=> object(ReflectionClass)#133 (1) { ["name"]=> string(26) "ReflectionFunctionAbstract" } ["ReflectionFunction"]=> object(ReflectionClass)#134 (1) { ["name"]=> string(18) "ReflectionFunction" } ["ReflectionGenerator"]=> object(ReflectionClass)#135 (1) { ["name"]=> string(19) "ReflectionGenerator" } ["ReflectionParameter"]=> object(ReflectionClass)#136 (1) { ["name"]=> string(19) "ReflectionParameter" } ["ReflectionType"]=> object(ReflectionClass)#137 (1) { ["name"]=> string(14) "ReflectionType" } ["ReflectionNamedType"]=> object(ReflectionClass)#138 (1) { ["name"]=> string(19) "ReflectionNamedType" } ["ReflectionMethod"]=> object(ReflectionClass)#139 (1) { ["name"]=> string(16) "ReflectionMethod" } ["ReflectionClass"]=> object(ReflectionClass)#140 (1) { ["name"]=> string(15) "ReflectionClass" } ["ReflectionObject"]=> object(ReflectionClass)#141 (1) { ["name"]=> string(16) "ReflectionObject" } ["ReflectionProperty"]=> object(ReflectionClass)#142 (1) { ["name"]=> string(18) "ReflectionProperty" } ["ReflectionClassConstant"]=> object(ReflectionClass)#143 (1) { ["name"]=> string(23) "ReflectionClassConstant" } ["ReflectionExtension"]=> object(ReflectionClass)#144 (1) { ["name"]=> string(19) "ReflectionExtension" } ["ReflectionZendExtension"]=> object(ReflectionClass)#145 (1) { ["name"]=> string(23) "ReflectionZendExtension" } ["__PHP_Incomplete_Class"]=> object(ReflectionClass)#146 (1) { ["name"]=> string(22) "__PHP_Incomplete_Class" } ["php_user_filter"]=> object(ReflectionClass)#147 (1) { ["name"]=> string(15) "php_user_filter" } ["Directory"]=> object(ReflectionClass)#148 (1) { ["name"]=> string(9) "Directory" } ["AssertionError"]=> object(ReflectionClass)#149 (1) { ["name"]=> string(14) "AssertionError" } ["SimpleXMLElement"]=> object(ReflectionClass)#150 (1) { ["name"]=> string(16) "SimpleXMLElement" } ["SimpleXMLIterator"]=> object(ReflectionClass)#151 (1) { ["name"]=> string(17) "SimpleXMLIterator" } ["PharException"]=> object(ReflectionClass)#152 (1) { ["name"]=> string(13) "PharException" } ["Phar"]=> object(ReflectionClass)#153 (1) { ["name"]=> string(4) "Phar" } ["PharData"]=> object(ReflectionClass)#154 (1) { ["name"]=> string(8) "PharData" } ["PharFileInfo"]=> object(ReflectionClass)#155 (1) { ["name"]=> string(12) "PharFileInfo" } ["XMLReader"]=> object(ReflectionClass)#156 (1) { ["name"]=> string(9) "XMLReader" } ["XMLWriter"]=> object(ReflectionClass)#157 (1) { ["name"]=> string(9) "XMLWriter" } ["SodiumException"]=> object(ReflectionClass)#158 (1) { ["name"]=> string(15) "SodiumException" } }
Output for 7.2.0 - 7.2.33
array(176) { ["stdClass"]=> object(ReflectionClass)#2 (1) { ["name"]=> string(8) "stdClass" } ["Traversable"]=> object(ReflectionClass)#3 (1) { ["name"]=> string(11) "Traversable" } ["IteratorAggregate"]=> object(ReflectionClass)#4 (1) { ["name"]=> string(17) "IteratorAggregate" } ["Iterator"]=> object(ReflectionClass)#5 (1) { ["name"]=> string(8) "Iterator" } ["ArrayAccess"]=> object(ReflectionClass)#6 (1) { ["name"]=> string(11) "ArrayAccess" } ["Serializable"]=> object(ReflectionClass)#7 (1) { ["name"]=> string(12) "Serializable" } ["Countable"]=> object(ReflectionClass)#8 (1) { ["name"]=> string(9) "Countable" } ["Throwable"]=> object(ReflectionClass)#9 (1) { ["name"]=> string(9) "Throwable" } ["Exception"]=> object(ReflectionClass)#10 (1) { ["name"]=> string(9) "Exception" } ["ErrorException"]=> object(ReflectionClass)#11 (1) { ["name"]=> string(14) "ErrorException" } ["Error"]=> object(ReflectionClass)#12 (1) { ["name"]=> string(5) "Error" } ["ParseError"]=> object(ReflectionClass)#13 (1) { ["name"]=> string(10) "ParseError" } ["TypeError"]=> object(ReflectionClass)#14 (1) { ["name"]=> string(9) "TypeError" } ["ArgumentCountError"]=> object(ReflectionClass)#15 (1) { ["name"]=> string(18) "ArgumentCountError" } ["ArithmeticError"]=> object(ReflectionClass)#16 (1) { ["name"]=> string(15) "ArithmeticError" } ["DivisionByZeroError"]=> object(ReflectionClass)#17 (1) { ["name"]=> string(19) "DivisionByZeroError" } ["Closure"]=> object(ReflectionClass)#18 (1) { ["name"]=> string(7) "Closure" } ["Generator"]=> object(ReflectionClass)#19 (1) { ["name"]=> string(9) "Generator" } ["ClosedGeneratorException"]=> object(ReflectionClass)#20 (1) { ["name"]=> string(24) "ClosedGeneratorException" } ["DateTimeInterface"]=> object(ReflectionClass)#21 (1) { ["name"]=> string(17) "DateTimeInterface" } ["DateTime"]=> object(ReflectionClass)#22 (1) { ["name"]=> string(8) "DateTime" } ["DateTimeImmutable"]=> object(ReflectionClass)#23 (1) { ["name"]=> string(17) "DateTimeImmutable" } ["DateTimeZone"]=> object(ReflectionClass)#24 (1) { ["name"]=> string(12) "DateTimeZone" } ["DateInterval"]=> object(ReflectionClass)#25 (1) { ["name"]=> string(12) "DateInterval" } ["DatePeriod"]=> object(ReflectionClass)#26 (1) { ["name"]=> string(10) "DatePeriod" } ["LibXMLError"]=> object(ReflectionClass)#27 (1) { ["name"]=> string(11) "LibXMLError" } ["SQLite3"]=> object(ReflectionClass)#28 (1) { ["name"]=> string(7) "SQLite3" } ["SQLite3Stmt"]=> object(ReflectionClass)#29 (1) { ["name"]=> string(11) "SQLite3Stmt" } ["SQLite3Result"]=> object(ReflectionClass)#30 (1) { ["name"]=> string(13) "SQLite3Result" } ["DOMException"]=> object(ReflectionClass)#31 (1) { ["name"]=> string(12) "DOMException" } ["DOMStringList"]=> object(ReflectionClass)#32 (1) { ["name"]=> string(13) "DOMStringList" } ["DOMNameList"]=> object(ReflectionClass)#33 (1) { ["name"]=> string(11) "DOMNameList" } ["DOMImplementationList"]=> object(ReflectionClass)#34 (1) { ["name"]=> string(21) "DOMImplementationList" } ["DOMImplementationSource"]=> object(ReflectionClass)#35 (1) { ["name"]=> string(23) "DOMImplementationSource" } ["DOMImplementation"]=> object(ReflectionClass)#36 (1) { ["name"]=> string(17) "DOMImplementation" } ["DOMNode"]=> object(ReflectionClass)#37 (1) { ["name"]=> string(7) "DOMNode" } ["DOMNameSpaceNode"]=> object(ReflectionClass)#38 (1) { ["name"]=> string(16) "DOMNameSpaceNode" } ["DOMDocumentFragment"]=> object(ReflectionClass)#39 (1) { ["name"]=> string(19) "DOMDocumentFragment" } ["DOMDocument"]=> object(ReflectionClass)#40 (1) { ["name"]=> string(11) "DOMDocument" } ["DOMNodeList"]=> object(ReflectionClass)#41 (1) { ["name"]=> string(11) "DOMNodeList" } ["DOMNamedNodeMap"]=> object(ReflectionClass)#42 (1) { ["name"]=> string(15) "DOMNamedNodeMap" } ["DOMCharacterData"]=> object(ReflectionClass)#43 (1) { ["name"]=> string(16) "DOMCharacterData" } ["DOMAttr"]=> object(ReflectionClass)#44 (1) { ["name"]=> string(7) "DOMAttr" } ["DOMElement"]=> object(ReflectionClass)#45 (1) { ["name"]=> string(10) "DOMElement" } ["DOMText"]=> object(ReflectionClass)#46 (1) { ["name"]=> string(7) "DOMText" } ["DOMComment"]=> object(ReflectionClass)#47 (1) { ["name"]=> string(10) "DOMComment" } ["DOMTypeinfo"]=> object(ReflectionClass)#48 (1) { ["name"]=> string(11) "DOMTypeinfo" } ["DOMUserDataHandler"]=> object(ReflectionClass)#49 (1) { ["name"]=> string(18) "DOMUserDataHandler" } ["DOMDomError"]=> object(ReflectionClass)#50 (1) { ["name"]=> string(11) "DOMDomError" } ["DOMErrorHandler"]=> object(ReflectionClass)#51 (1) { ["name"]=> string(15) "DOMErrorHandler" } ["DOMLocator"]=> object(ReflectionClass)#52 (1) { ["name"]=> string(10) "DOMLocator" } ["DOMConfiguration"]=> object(ReflectionClass)#53 (1) { ["name"]=> string(16) "DOMConfiguration" } ["DOMCdataSection"]=> object(ReflectionClass)#54 (1) { ["name"]=> string(15) "DOMCdataSection" } ["DOMDocumentType"]=> object(ReflectionClass)#55 (1) { ["name"]=> string(15) "DOMDocumentType" } ["DOMNotation"]=> object(ReflectionClass)#56 (1) { ["name"]=> string(11) "DOMNotation" } ["DOMEntity"]=> object(ReflectionClass)#57 (1) { ["name"]=> string(9) "DOMEntity" } ["DOMEntityReference"]=> object(ReflectionClass)#58 (1) { ["name"]=> string(18) "DOMEntityReference" } ["DOMProcessingInstruction"]=> object(ReflectionClass)#59 (1) { ["name"]=> string(24) "DOMProcessingInstruction" } ["DOMStringExtend"]=> object(ReflectionClass)#60 (1) { ["name"]=> string(15) "DOMStringExtend" } ["DOMXPath"]=> object(ReflectionClass)#61 (1) { ["name"]=> string(8) "DOMXPath" } ["finfo"]=> object(ReflectionClass)#62 (1) { ["name"]=> string(5) "finfo" } ["HashContext"]=> object(ReflectionClass)#63 (1) { ["name"]=> string(11) "HashContext" } ["JsonSerializable"]=> object(ReflectionClass)#64 (1) { ["name"]=> string(16) "JsonSerializable" } ["LogicException"]=> object(ReflectionClass)#65 (1) { ["name"]=> string(14) "LogicException" } ["BadFunctionCallException"]=> object(ReflectionClass)#66 (1) { ["name"]=> string(24) "BadFunctionCallException" } ["BadMethodCallException"]=> object(ReflectionClass)#67 (1) { ["name"]=> string(22) "BadMethodCallException" } ["DomainException"]=> object(ReflectionClass)#68 (1) { ["name"]=> string(15) "DomainException" } ["InvalidArgumentException"]=> object(ReflectionClass)#69 (1) { ["name"]=> string(24) "InvalidArgumentException" } ["LengthException"]=> object(ReflectionClass)#70 (1) { ["name"]=> string(15) "LengthException" } ["OutOfRangeException"]=> object(ReflectionClass)#71 (1) { ["name"]=> string(19) "OutOfRangeException" } ["RuntimeException"]=> object(ReflectionClass)#72 (1) { ["name"]=> string(16) "RuntimeException" } ["OutOfBoundsException"]=> object(ReflectionClass)#73 (1) { ["name"]=> string(20) "OutOfBoundsException" } ["OverflowException"]=> object(ReflectionClass)#74 (1) { ["name"]=> string(17) "OverflowException" } ["RangeException"]=> object(ReflectionClass)#75 (1) { ["name"]=> string(14) "RangeException" } ["UnderflowException"]=> object(ReflectionClass)#76 (1) { ["name"]=> string(18) "UnderflowException" } ["UnexpectedValueException"]=> object(ReflectionClass)#77 (1) { ["name"]=> string(24) "UnexpectedValueException" } ["RecursiveIterator"]=> object(ReflectionClass)#78 (1) { ["name"]=> string(17) "RecursiveIterator" } ["RecursiveIteratorIterator"]=> object(ReflectionClass)#79 (1) { ["name"]=> string(25) "RecursiveIteratorIterator" } ["OuterIterator"]=> object(ReflectionClass)#80 (1) { ["name"]=> string(13) "OuterIterator" } ["IteratorIterator"]=> object(ReflectionClass)#81 (1) { ["name"]=> string(16) "IteratorIterator" } ["FilterIterator"]=> object(ReflectionClass)#82 (1) { ["name"]=> string(14) "FilterIterator" } ["RecursiveFilterIterator"]=> object(ReflectionClass)#83 (1) { ["name"]=> string(23) "RecursiveFilterIterator" } ["CallbackFilterIterator"]=> object(ReflectionClass)#84 (1) { ["name"]=> string(22) "CallbackFilterIterator" } ["RecursiveCallbackFilterIterator"]=> object(ReflectionClass)#85 (1) { ["name"]=> string(31) "RecursiveCallbackFilterIterator" } ["ParentIterator"]=> object(ReflectionClass)#86 (1) { ["name"]=> string(14) "ParentIterator" } ["SeekableIterator"]=> object(ReflectionClass)#87 (1) { ["name"]=> string(16) "SeekableIterator" } ["LimitIterator"]=> object(ReflectionClass)#88 (1) { ["name"]=> string(13) "LimitIterator" } ["CachingIterator"]=> object(ReflectionClass)#89 (1) { ["name"]=> string(15) "CachingIterator" } ["RecursiveCachingIterator"]=> object(ReflectionClass)#90 (1) { ["name"]=> string(24) "RecursiveCachingIterator" } ["NoRewindIterator"]=> object(ReflectionClass)#91 (1) { ["name"]=> string(16) "NoRewindIterator" } ["AppendIterator"]=> object(ReflectionClass)#92 (1) { ["name"]=> string(14) "AppendIterator" } ["InfiniteIterator"]=> object(ReflectionClass)#93 (1) { ["name"]=> string(16) "InfiniteIterator" } ["RegexIterator"]=> object(ReflectionClass)#94 (1) { ["name"]=> string(13) "RegexIterator" } ["RecursiveRegexIterator"]=> object(ReflectionClass)#95 (1) { ["name"]=> string(22) "RecursiveRegexIterator" } ["EmptyIterator"]=> object(ReflectionClass)#96 (1) { ["name"]=> string(13) "EmptyIterator" } ["RecursiveTreeIterator"]=> object(ReflectionClass)#97 (1) { ["name"]=> string(21) "RecursiveTreeIterator" } ["ArrayObject"]=> object(ReflectionClass)#98 (1) { ["name"]=> string(11) "ArrayObject" } ["ArrayIterator"]=> object(ReflectionClass)#99 (1) { ["name"]=> string(13) "ArrayIterator" } ["RecursiveArrayIterator"]=> object(ReflectionClass)#100 (1) { ["name"]=> string(22) "RecursiveArrayIterator" } ["SplFileInfo"]=> object(ReflectionClass)#101 (1) { ["name"]=> string(11) "SplFileInfo" } ["DirectoryIterator"]=> object(ReflectionClass)#102 (1) { ["name"]=> string(17) "DirectoryIterator" } ["FilesystemIterator"]=> object(ReflectionClass)#103 (1) { ["name"]=> string(18) "FilesystemIterator" } ["RecursiveDirectoryIterator"]=> object(ReflectionClass)#104 (1) { ["name"]=> string(26) "RecursiveDirectoryIterator" } ["GlobIterator"]=> object(ReflectionClass)#105 (1) { ["name"]=> string(12) "GlobIterator" } ["SplFileObject"]=> object(ReflectionClass)#106 (1) { ["name"]=> string(13) "SplFileObject" } ["SplTempFileObject"]=> object(ReflectionClass)#107 (1) { ["name"]=> string(17) "SplTempFileObject" } ["SplDoublyLinkedList"]=> object(ReflectionClass)#108 (1) { ["name"]=> string(19) "SplDoublyLinkedList" } ["SplQueue"]=> object(ReflectionClass)#109 (1) { ["name"]=> string(8) "SplQueue" } ["SplStack"]=> object(ReflectionClass)#110 (1) { ["name"]=> string(8) "SplStack" } ["SplHeap"]=> object(ReflectionClass)#111 (1) { ["name"]=> string(7) "SplHeap" } ["SplMinHeap"]=> object(ReflectionClass)#112 (1) { ["name"]=> string(10) "SplMinHeap" } ["SplMaxHeap"]=> object(ReflectionClass)#113 (1) { ["name"]=> string(10) "SplMaxHeap" } ["SplPriorityQueue"]=> object(ReflectionClass)#114 (1) { ["name"]=> string(16) "SplPriorityQueue" } ["SplFixedArray"]=> object(ReflectionClass)#115 (1) { ["name"]=> string(13) "SplFixedArray" } ["SplObserver"]=> object(ReflectionClass)#116 (1) { ["name"]=> string(11) "SplObserver" } ["SplSubject"]=> object(ReflectionClass)#117 (1) { ["name"]=> string(10) "SplSubject" } ["SplObjectStorage"]=> object(ReflectionClass)#118 (1) { ["name"]=> string(16) "SplObjectStorage" } ["MultipleIterator"]=> object(ReflectionClass)#119 (1) { ["name"]=> string(16) "MultipleIterator" } ["PDOException"]=> object(ReflectionClass)#120 (1) { ["name"]=> string(12) "PDOException" } ["PDO"]=> object(ReflectionClass)#121 (1) { ["name"]=> string(3) "PDO" } ["PDOStatement"]=> object(ReflectionClass)#122 (1) { ["name"]=> string(12) "PDOStatement" } ["PDORow"]=> object(ReflectionClass)#123 (1) { ["name"]=> string(6) "PDORow" } ["SessionHandlerInterface"]=> object(ReflectionClass)#124 (1) { ["name"]=> string(23) "SessionHandlerInterface" } ["SessionIdInterface"]=> object(ReflectionClass)#125 (1) { ["name"]=> string(18) "SessionIdInterface" } ["SessionUpdateTimestampHandlerInterface"]=> object(ReflectionClass)#126 (1) { ["name"]=> string(38) "SessionUpdateTimestampHandlerInterface" } ["SessionHandler"]=> object(ReflectionClass)#127 (1) { ["name"]=> string(14) "SessionHandler" } ["ReflectionException"]=> object(ReflectionClass)#128 (1) { ["name"]=> string(19) "ReflectionException" } ["Reflection"]=> object(ReflectionClass)#129 (1) { ["name"]=> string(10) "Reflection" } ["Reflector"]=> object(ReflectionClass)#130 (1) { ["name"]=> string(9) "Reflector" } ["ReflectionFunctionAbstract"]=> object(ReflectionClass)#131 (1) { ["name"]=> string(26) "ReflectionFunctionAbstract" } ["ReflectionFunction"]=> object(ReflectionClass)#132 (1) { ["name"]=> string(18) "ReflectionFunction" } ["ReflectionGenerator"]=> object(ReflectionClass)#133 (1) { ["name"]=> string(19) "ReflectionGenerator" } ["ReflectionParameter"]=> object(ReflectionClass)#134 (1) { ["name"]=> string(19) "ReflectionParameter" } ["ReflectionType"]=> object(ReflectionClass)#135 (1) { ["name"]=> string(14) "ReflectionType" } ["ReflectionNamedType"]=> object(ReflectionClass)#136 (1) { ["name"]=> string(19) "ReflectionNamedType" } ["ReflectionMethod"]=> object(ReflectionClass)#137 (1) { ["name"]=> string(16) "ReflectionMethod" } ["ReflectionClass"]=> object(ReflectionClass)#138 (1) { ["name"]=> string(15) "ReflectionClass" } ["ReflectionObject"]=> object(ReflectionClass)#139 (1) { ["name"]=> string(16) "ReflectionObject" } ["ReflectionProperty"]=> object(ReflectionClass)#140 (1) { ["name"]=> string(18) "ReflectionProperty" } ["ReflectionClassConstant"]=> object(ReflectionClass)#141 (1) { ["name"]=> string(23) "ReflectionClassConstant" } ["ReflectionExtension"]=> object(ReflectionClass)#142 (1) { ["name"]=> string(19) "ReflectionExtension" } ["ReflectionZendExtension"]=> object(ReflectionClass)#143 (1) { ["name"]=> string(23) "ReflectionZendExtension" } ["__PHP_Incomplete_Class"]=> object(ReflectionClass)#144 (1) { ["name"]=> string(22) "__PHP_Incomplete_Class" } ["php_user_filter"]=> object(ReflectionClass)#145 (1) { ["name"]=> string(15) "php_user_filter" } ["Directory"]=> object(ReflectionClass)#146 (1) { ["name"]=> string(9) "Directory" } ["AssertionError"]=> object(ReflectionClass)#147 (1) { ["name"]=> string(14) "AssertionError" } ["SimpleXMLElement"]=> object(ReflectionClass)#148 (1) { ["name"]=> string(16) "SimpleXMLElement" } ["SimpleXMLIterator"]=> object(ReflectionClass)#149 (1) { ["name"]=> string(17) "SimpleXMLIterator" } ["PharException"]=> object(ReflectionClass)#150 (1) { ["name"]=> string(13) "PharException" } ["Phar"]=> object(ReflectionClass)#151 (1) { ["name"]=> string(4) "Phar" } ["PharData"]=> object(ReflectionClass)#152 (1) { ["name"]=> string(8) "PharData" } ["PharFileInfo"]=> object(ReflectionClass)#153 (1) { ["name"]=> string(12) "PharFileInfo" } ["XMLReader"]=> object(ReflectionClass)#154 (1) { ["name"]=> string(9) "XMLReader" } ["XMLWriter"]=> object(ReflectionClass)#155 (1) { ["name"]=> string(9) "XMLWriter" } ["GMP"]=> object(ReflectionClass)#156 (1) { ["name"]=> string(3) "GMP" } ["Collator"]=> object(ReflectionClass)#157 (1) { ["name"]=> string(8) "Collator" } ["NumberFormatter"]=> object(ReflectionClass)#158 (1) { ["name"]=> string(15) "NumberFormatter" } ["Normalizer"]=> object(ReflectionClass)#159 (1) { ["name"]=> string(10) "Normalizer" } ["Locale"]=> object(ReflectionClass)#160 (1) { ["name"]=> string(6) "Locale" } ["MessageFormatter"]=> object(ReflectionClass)#161 (1) { ["name"]=> string(16) "MessageFormatter" } ["IntlDateFormatter"]=> object(ReflectionClass)#162 (1) { ["name"]=> string(17) "IntlDateFormatter" } ["ResourceBundle"]=> object(ReflectionClass)#163 (1) { ["name"]=> string(14) "ResourceBundle" } ["Transliterator"]=> object(ReflectionClass)#164 (1) { ["name"]=> string(14) "Transliterator" } ["IntlTimeZone"]=> object(ReflectionClass)#165 (1) { ["name"]=> string(12) "IntlTimeZone" } ["IntlCalendar"]=> object(ReflectionClass)#166 (1) { ["name"]=> string(12) "IntlCalendar" } ["IntlGregorianCalendar"]=> object(ReflectionClass)#167 (1) { ["name"]=> string(21) "IntlGregorianCalendar" } ["Spoofchecker"]=> object(ReflectionClass)#168 (1) { ["name"]=> string(12) "Spoofchecker" } ["IntlException"]=> object(ReflectionClass)#169 (1) { ["name"]=> string(13) "IntlException" } ["IntlIterator"]=> object(ReflectionClass)#170 (1) { ["name"]=> string(12) "IntlIterator" } ["IntlBreakIterator"]=> object(ReflectionClass)#171 (1) { ["name"]=> string(17) "IntlBreakIterator" } ["IntlRuleBasedBreakIterator"]=> object(ReflectionClass)#172 (1) { ["name"]=> string(26) "IntlRuleBasedBreakIterator" } ["IntlCodePointBreakIterator"]=> object(ReflectionClass)#173 (1) { ["name"]=> string(26) "IntlCodePointBreakIterator" } ["IntlPartsIterator"]=> object(ReflectionClass)#174 (1) { ["name"]=> string(17) "IntlPartsIterator" } ["UConverter"]=> object(ReflectionClass)#175 (1) { ["name"]=> string(10) "UConverter" } ["IntlChar"]=> object(ReflectionClass)#176 (1) { ["name"]=> string(8) "IntlChar" } ["SodiumException"]=> object(ReflectionClass)#177 (1) { ["name"]=> string(15) "SodiumException" } }

preferences:
218.67 ms | 441 KiB | 180 Q