3v4l.org

run code in 300+ PHP versions simultaneously
<?php $serializable = array(); $sleep = array(); $wakeup = array(); foreach(get_declared_classes() as $class) { $reflection = new ReflectionClass($class); if($reflection->implementsInterface('Serializable')) { $serializable[] = $class; } if($reflection->hasMethod('__sleep')) { $sleep[] = $class; } if($reflection->hasMethod('__wakeup')) { $wakeup[] = $class; } if($reflection->hasMethod('__toString')) { $dest[] = $class; } } var_dump($sleep); var_dump($wakeup); var_dump($dest);
Output for 8.3.0 - 8.3.4, 8.3.6
array(15) { [0]=> string(7) "DOMNode" [1]=> string(16) "DOMNameSpaceNode" [2]=> string(19) "DOMDocumentFragment" [3]=> string(11) "DOMDocument" [4]=> string(16) "DOMCharacterData" [5]=> string(7) "DOMAttr" [6]=> string(10) "DOMElement" [7]=> string(7) "DOMText" [8]=> string(10) "DOMComment" [9]=> string(15) "DOMCdataSection" [10]=> string(15) "DOMDocumentType" [11]=> string(11) "DOMNotation" [12]=> string(9) "DOMEntity" [13]=> string(18) "DOMEntityReference" [14]=> string(24) "DOMProcessingInstruction" } array(68) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(12) "CompileError" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(10) "ValueError" [8]=> string(15) "ArithmeticError" [9]=> string(19) "DivisionByZeroError" [10]=> string(19) "UnhandledMatchError" [11]=> string(24) "ClosedGeneratorException" [12]=> string(10) "FiberError" [13]=> string(8) "DateTime" [14]=> string(17) "DateTimeImmutable" [15]=> string(12) "DateTimeZone" [16]=> string(12) "DateInterval" [17]=> string(10) "DatePeriod" [18]=> string(9) "DateError" [19]=> string(15) "DateObjectError" [20]=> string(14) "DateRangeError" [21]=> string(13) "DateException" [22]=> string(28) "DateInvalidTimeZoneException" [23]=> string(29) "DateInvalidOperationException" [24]=> string(28) "DateMalformedStringException" [25]=> string(36) "DateMalformedIntervalStringException" [26]=> string(34) "DateMalformedPeriodStringException" [27]=> string(16) "SQLite3Exception" [28]=> string(12) "DOMException" [29]=> string(7) "DOMNode" [30]=> string(16) "DOMNameSpaceNode" [31]=> string(19) "DOMDocumentFragment" [32]=> string(11) "DOMDocument" [33]=> string(16) "DOMCharacterData" [34]=> string(7) "DOMAttr" [35]=> string(10) "DOMElement" [36]=> string(7) "DOMText" [37]=> string(10) "DOMComment" [38]=> string(15) "DOMCdataSection" [39]=> string(15) "DOMDocumentType" [40]=> string(11) "DOMNotation" [41]=> string(9) "DOMEntity" [42]=> string(18) "DOMEntityReference" [43]=> string(24) "DOMProcessingInstruction" [44]=> string(13) "JsonException" [45]=> string(14) "LogicException" [46]=> string(24) "BadFunctionCallException" [47]=> string(22) "BadMethodCallException" [48]=> string(15) "DomainException" [49]=> string(24) "InvalidArgumentException" [50]=> string(15) "LengthException" [51]=> string(19) "OutOfRangeException" [52]=> string(16) "RuntimeException" [53]=> string(20) "OutOfBoundsException" [54]=> string(17) "OverflowException" [55]=> string(14) "RangeException" [56]=> string(18) "UnderflowException" [57]=> string(24) "UnexpectedValueException" [58]=> string(13) "SplFixedArray" [59]=> string(12) "PDOException" [60]=> string(18) "Random\RandomError" [61]=> string(30) "Random\BrokenRandomEngineError" [62]=> string(22) "Random\RandomException" [63]=> string(19) "ReflectionException" [64]=> string(14) "AssertionError" [65]=> string(13) "PharException" [66]=> string(13) "IntlException" [67]=> string(15) "SodiumException" } array(80) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(12) "CompileError" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(10) "ValueError" [8]=> string(15) "ArithmeticError" [9]=> string(19) "DivisionByZeroError" [10]=> string(19) "UnhandledMatchError" [11]=> string(24) "ClosedGeneratorException" [12]=> string(10) "FiberError" [13]=> string(9) "DateError" [14]=> string(15) "DateObjectError" [15]=> string(14) "DateRangeError" [16]=> string(13) "DateException" [17]=> string(28) "DateInvalidTimeZoneException" [18]=> string(29) "DateInvalidOperationException" [19]=> string(28) "DateMalformedStringException" [20]=> string(36) "DateMalformedIntervalStringException" [21]=> string(34) "DateMalformedPeriodStringException" [22]=> string(16) "SQLite3Exception" [23]=> string(12) "DOMException" [24]=> string(13) "JsonException" [25]=> string(14) "LogicException" [26]=> string(24) "BadFunctionCallException" [27]=> string(22) "BadMethodCallException" [28]=> string(15) "DomainException" [29]=> string(24) "InvalidArgumentException" [30]=> string(15) "LengthException" [31]=> string(19) "OutOfRangeException" [32]=> string(16) "RuntimeException" [33]=> string(20) "OutOfBoundsException" [34]=> string(17) "OverflowException" [35]=> string(14) "RangeException" [36]=> string(18) "UnderflowException" [37]=> string(24) "UnexpectedValueException" [38]=> string(15) "CachingIterator" [39]=> string(24) "RecursiveCachingIterator" [40]=> string(11) "SplFileInfo" [41]=> string(17) "DirectoryIterator" [42]=> string(18) "FilesystemIterator" [43]=> string(26) "RecursiveDirectoryIterator" [44]=> string(12) "GlobIterator" [45]=> string(13) "SplFileObject" [46]=> string(17) "SplTempFileObject" [47]=> string(12) "PDOException" [48]=> string(18) "Random\RandomError" [49]=> string(30) "Random\BrokenRandomEngineError" [50]=> string(22) "Random\RandomException" [51]=> string(19) "ReflectionException" [52]=> string(26) "ReflectionFunctionAbstract" [53]=> string(18) "ReflectionFunction" [54]=> string(19) "ReflectionParameter" [55]=> string(14) "ReflectionType" [56]=> string(19) "ReflectionNamedType" [57]=> string(19) "ReflectionUnionType" [58]=> string(26) "ReflectionIntersectionType" [59]=> string(16) "ReflectionMethod" [60]=> string(15) "ReflectionClass" [61]=> string(16) "ReflectionObject" [62]=> string(18) "ReflectionProperty" [63]=> string(23) "ReflectionClassConstant" [64]=> string(19) "ReflectionExtension" [65]=> string(23) "ReflectionZendExtension" [66]=> string(19) "ReflectionAttribute" [67]=> string(14) "ReflectionEnum" [68]=> string(22) "ReflectionEnumUnitCase" [69]=> string(24) "ReflectionEnumBackedCase" [70]=> string(14) "AssertionError" [71]=> string(16) "SimpleXMLElement" [72]=> string(17) "SimpleXMLIterator" [73]=> string(13) "PharException" [74]=> string(4) "Phar" [75]=> string(8) "PharData" [76]=> string(12) "PharFileInfo" [77]=> string(8) "PhpToken" [78]=> string(13) "IntlException" [79]=> 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(15) { [0]=> string(7) "DOMNode" [1]=> string(16) "DOMNameSpaceNode" [2]=> string(19) "DOMDocumentFragment" [3]=> string(11) "DOMDocument" [4]=> string(16) "DOMCharacterData" [5]=> string(7) "DOMAttr" [6]=> string(10) "DOMElement" [7]=> string(7) "DOMText" [8]=> string(10) "DOMComment" [9]=> string(15) "DOMCdataSection" [10]=> string(15) "DOMDocumentType" [11]=> string(11) "DOMNotation" [12]=> string(9) "DOMEntity" [13]=> string(18) "DOMEntityReference" [14]=> string(24) "DOMProcessingInstruction" } array(67) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(12) "CompileError" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(10) "ValueError" [8]=> string(15) "ArithmeticError" [9]=> string(19) "DivisionByZeroError" [10]=> string(19) "UnhandledMatchError" [11]=> string(24) "ClosedGeneratorException" [12]=> string(10) "FiberError" [13]=> string(8) "DateTime" [14]=> string(17) "DateTimeImmutable" [15]=> string(12) "DateTimeZone" [16]=> string(12) "DateInterval" [17]=> string(10) "DatePeriod" [18]=> string(9) "DateError" [19]=> string(15) "DateObjectError" [20]=> string(14) "DateRangeError" [21]=> string(13) "DateException" [22]=> string(28) "DateInvalidTimeZoneException" [23]=> string(29) "DateInvalidOperationException" [24]=> string(28) "DateMalformedStringException" [25]=> string(36) "DateMalformedIntervalStringException" [26]=> string(34) "DateMalformedPeriodStringException" [27]=> string(16) "SQLite3Exception" [28]=> string(12) "DOMException" [29]=> string(7) "DOMNode" [30]=> string(16) "DOMNameSpaceNode" [31]=> string(19) "DOMDocumentFragment" [32]=> string(11) "DOMDocument" [33]=> string(16) "DOMCharacterData" [34]=> string(7) "DOMAttr" [35]=> string(10) "DOMElement" [36]=> string(7) "DOMText" [37]=> string(10) "DOMComment" [38]=> string(15) "DOMCdataSection" [39]=> string(15) "DOMDocumentType" [40]=> string(11) "DOMNotation" [41]=> string(9) "DOMEntity" [42]=> string(18) "DOMEntityReference" [43]=> string(24) "DOMProcessingInstruction" [44]=> string(13) "JsonException" [45]=> string(14) "LogicException" [46]=> string(24) "BadFunctionCallException" [47]=> string(22) "BadMethodCallException" [48]=> string(15) "DomainException" [49]=> string(24) "InvalidArgumentException" [50]=> string(15) "LengthException" [51]=> string(19) "OutOfRangeException" [52]=> string(16) "RuntimeException" [53]=> string(20) "OutOfBoundsException" [54]=> string(17) "OverflowException" [55]=> string(14) "RangeException" [56]=> string(18) "UnderflowException" [57]=> string(24) "UnexpectedValueException" [58]=> string(13) "SplFixedArray" [59]=> string(12) "PDOException" [60]=> string(18) "Random\RandomError" [61]=> string(30) "Random\BrokenRandomEngineError" [62]=> string(22) "Random\RandomException" [63]=> string(19) "ReflectionException" [64]=> string(14) "AssertionError" [65]=> string(13) "PharException" [66]=> string(13) "IntlException" } array(79) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(12) "CompileError" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(10) "ValueError" [8]=> string(15) "ArithmeticError" [9]=> string(19) "DivisionByZeroError" [10]=> string(19) "UnhandledMatchError" [11]=> string(24) "ClosedGeneratorException" [12]=> string(10) "FiberError" [13]=> string(9) "DateError" [14]=> string(15) "DateObjectError" [15]=> string(14) "DateRangeError" [16]=> string(13) "DateException" [17]=> string(28) "DateInvalidTimeZoneException" [18]=> string(29) "DateInvalidOperationException" [19]=> string(28) "DateMalformedStringException" [20]=> string(36) "DateMalformedIntervalStringException" [21]=> string(34) "DateMalformedPeriodStringException" [22]=> string(16) "SQLite3Exception" [23]=> string(12) "DOMException" [24]=> string(13) "JsonException" [25]=> string(14) "LogicException" [26]=> string(24) "BadFunctionCallException" [27]=> string(22) "BadMethodCallException" [28]=> string(15) "DomainException" [29]=> string(24) "InvalidArgumentException" [30]=> string(15) "LengthException" [31]=> string(19) "OutOfRangeException" [32]=> string(16) "RuntimeException" [33]=> string(20) "OutOfBoundsException" [34]=> string(17) "OverflowException" [35]=> string(14) "RangeException" [36]=> string(18) "UnderflowException" [37]=> string(24) "UnexpectedValueException" [38]=> string(15) "CachingIterator" [39]=> string(24) "RecursiveCachingIterator" [40]=> string(11) "SplFileInfo" [41]=> string(17) "DirectoryIterator" [42]=> string(18) "FilesystemIterator" [43]=> string(26) "RecursiveDirectoryIterator" [44]=> string(12) "GlobIterator" [45]=> string(13) "SplFileObject" [46]=> string(17) "SplTempFileObject" [47]=> string(12) "PDOException" [48]=> string(18) "Random\RandomError" [49]=> string(30) "Random\BrokenRandomEngineError" [50]=> string(22) "Random\RandomException" [51]=> string(19) "ReflectionException" [52]=> string(26) "ReflectionFunctionAbstract" [53]=> string(18) "ReflectionFunction" [54]=> string(19) "ReflectionParameter" [55]=> string(14) "ReflectionType" [56]=> string(19) "ReflectionNamedType" [57]=> string(19) "ReflectionUnionType" [58]=> string(26) "ReflectionIntersectionType" [59]=> string(16) "ReflectionMethod" [60]=> string(15) "ReflectionClass" [61]=> string(16) "ReflectionObject" [62]=> string(18) "ReflectionProperty" [63]=> string(23) "ReflectionClassConstant" [64]=> string(19) "ReflectionExtension" [65]=> string(23) "ReflectionZendExtension" [66]=> string(19) "ReflectionAttribute" [67]=> string(14) "ReflectionEnum" [68]=> string(22) "ReflectionEnumUnitCase" [69]=> string(24) "ReflectionEnumBackedCase" [70]=> string(14) "AssertionError" [71]=> string(16) "SimpleXMLElement" [72]=> string(17) "SimpleXMLIterator" [73]=> string(13) "PharException" [74]=> string(4) "Phar" [75]=> string(8) "PharData" [76]=> string(12) "PharFileInfo" [77]=> string(8) "PhpToken" [78]=> string(13) "IntlException" }
Output for 8.2.12 - 8.2.18
array(15) { [0]=> string(7) "DOMNode" [1]=> string(16) "DOMNameSpaceNode" [2]=> string(19) "DOMDocumentFragment" [3]=> string(11) "DOMDocument" [4]=> string(16) "DOMCharacterData" [5]=> string(7) "DOMAttr" [6]=> string(10) "DOMElement" [7]=> string(7) "DOMText" [8]=> string(10) "DOMComment" [9]=> string(15) "DOMCdataSection" [10]=> string(15) "DOMDocumentType" [11]=> string(11) "DOMNotation" [12]=> string(9) "DOMEntity" [13]=> string(18) "DOMEntityReference" [14]=> string(24) "DOMProcessingInstruction" } array(58) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(12) "CompileError" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(10) "ValueError" [8]=> string(15) "ArithmeticError" [9]=> string(19) "DivisionByZeroError" [10]=> string(19) "UnhandledMatchError" [11]=> string(24) "ClosedGeneratorException" [12]=> string(10) "FiberError" [13]=> string(8) "DateTime" [14]=> string(17) "DateTimeImmutable" [15]=> string(12) "DateTimeZone" [16]=> string(12) "DateInterval" [17]=> string(10) "DatePeriod" [18]=> string(12) "DOMException" [19]=> string(7) "DOMNode" [20]=> string(16) "DOMNameSpaceNode" [21]=> string(19) "DOMDocumentFragment" [22]=> string(11) "DOMDocument" [23]=> string(16) "DOMCharacterData" [24]=> string(7) "DOMAttr" [25]=> string(10) "DOMElement" [26]=> string(7) "DOMText" [27]=> string(10) "DOMComment" [28]=> string(15) "DOMCdataSection" [29]=> string(15) "DOMDocumentType" [30]=> string(11) "DOMNotation" [31]=> string(9) "DOMEntity" [32]=> string(18) "DOMEntityReference" [33]=> string(24) "DOMProcessingInstruction" [34]=> string(13) "JsonException" [35]=> string(14) "LogicException" [36]=> string(24) "BadFunctionCallException" [37]=> string(22) "BadMethodCallException" [38]=> string(15) "DomainException" [39]=> string(24) "InvalidArgumentException" [40]=> string(15) "LengthException" [41]=> string(19) "OutOfRangeException" [42]=> string(16) "RuntimeException" [43]=> string(20) "OutOfBoundsException" [44]=> string(17) "OverflowException" [45]=> string(14) "RangeException" [46]=> string(18) "UnderflowException" [47]=> string(24) "UnexpectedValueException" [48]=> string(13) "SplFixedArray" [49]=> string(12) "PDOException" [50]=> string(18) "Random\RandomError" [51]=> string(30) "Random\BrokenRandomEngineError" [52]=> string(22) "Random\RandomException" [53]=> string(19) "ReflectionException" [54]=> string(14) "AssertionError" [55]=> string(13) "PharException" [56]=> string(13) "IntlException" [57]=> string(15) "SodiumException" } array(70) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(12) "CompileError" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(10) "ValueError" [8]=> string(15) "ArithmeticError" [9]=> string(19) "DivisionByZeroError" [10]=> string(19) "UnhandledMatchError" [11]=> string(24) "ClosedGeneratorException" [12]=> string(10) "FiberError" [13]=> string(12) "DOMException" [14]=> string(13) "JsonException" [15]=> string(14) "LogicException" [16]=> string(24) "BadFunctionCallException" [17]=> string(22) "BadMethodCallException" [18]=> string(15) "DomainException" [19]=> string(24) "InvalidArgumentException" [20]=> string(15) "LengthException" [21]=> string(19) "OutOfRangeException" [22]=> string(16) "RuntimeException" [23]=> string(20) "OutOfBoundsException" [24]=> string(17) "OverflowException" [25]=> string(14) "RangeException" [26]=> string(18) "UnderflowException" [27]=> string(24) "UnexpectedValueException" [28]=> string(15) "CachingIterator" [29]=> string(24) "RecursiveCachingIterator" [30]=> string(11) "SplFileInfo" [31]=> string(17) "DirectoryIterator" [32]=> string(18) "FilesystemIterator" [33]=> string(26) "RecursiveDirectoryIterator" [34]=> string(12) "GlobIterator" [35]=> string(13) "SplFileObject" [36]=> string(17) "SplTempFileObject" [37]=> string(12) "PDOException" [38]=> string(18) "Random\RandomError" [39]=> string(30) "Random\BrokenRandomEngineError" [40]=> string(22) "Random\RandomException" [41]=> string(19) "ReflectionException" [42]=> string(26) "ReflectionFunctionAbstract" [43]=> string(18) "ReflectionFunction" [44]=> string(19) "ReflectionParameter" [45]=> string(14) "ReflectionType" [46]=> string(19) "ReflectionNamedType" [47]=> string(19) "ReflectionUnionType" [48]=> string(26) "ReflectionIntersectionType" [49]=> string(16) "ReflectionMethod" [50]=> string(15) "ReflectionClass" [51]=> string(16) "ReflectionObject" [52]=> string(18) "ReflectionProperty" [53]=> string(23) "ReflectionClassConstant" [54]=> string(19) "ReflectionExtension" [55]=> string(23) "ReflectionZendExtension" [56]=> string(19) "ReflectionAttribute" [57]=> string(14) "ReflectionEnum" [58]=> string(22) "ReflectionEnumUnitCase" [59]=> string(24) "ReflectionEnumBackedCase" [60]=> string(14) "AssertionError" [61]=> string(16) "SimpleXMLElement" [62]=> string(17) "SimpleXMLIterator" [63]=> string(13) "PharException" [64]=> string(4) "Phar" [65]=> string(8) "PharData" [66]=> string(12) "PharFileInfo" [67]=> string(8) "PhpToken" [68]=> string(13) "IntlException" [69]=> string(15) "SodiumException" }
Output for 8.2.0 - 8.2.11
array(0) { } array(43) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(12) "CompileError" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(10) "ValueError" [8]=> string(15) "ArithmeticError" [9]=> string(19) "DivisionByZeroError" [10]=> string(19) "UnhandledMatchError" [11]=> string(24) "ClosedGeneratorException" [12]=> string(10) "FiberError" [13]=> string(8) "DateTime" [14]=> string(17) "DateTimeImmutable" [15]=> string(12) "DateTimeZone" [16]=> string(12) "DateInterval" [17]=> string(10) "DatePeriod" [18]=> string(12) "DOMException" [19]=> string(13) "JsonException" [20]=> string(14) "LogicException" [21]=> string(24) "BadFunctionCallException" [22]=> string(22) "BadMethodCallException" [23]=> string(15) "DomainException" [24]=> string(24) "InvalidArgumentException" [25]=> string(15) "LengthException" [26]=> string(19) "OutOfRangeException" [27]=> string(16) "RuntimeException" [28]=> string(20) "OutOfBoundsException" [29]=> string(17) "OverflowException" [30]=> string(14) "RangeException" [31]=> string(18) "UnderflowException" [32]=> string(24) "UnexpectedValueException" [33]=> string(13) "SplFixedArray" [34]=> string(12) "PDOException" [35]=> string(18) "Random\RandomError" [36]=> string(30) "Random\BrokenRandomEngineError" [37]=> string(22) "Random\RandomException" [38]=> string(19) "ReflectionException" [39]=> string(14) "AssertionError" [40]=> string(13) "PharException" [41]=> string(13) "IntlException" [42]=> string(15) "SodiumException" } array(70) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(12) "CompileError" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(10) "ValueError" [8]=> string(15) "ArithmeticError" [9]=> string(19) "DivisionByZeroError" [10]=> string(19) "UnhandledMatchError" [11]=> string(24) "ClosedGeneratorException" [12]=> string(10) "FiberError" [13]=> string(12) "DOMException" [14]=> string(13) "JsonException" [15]=> string(14) "LogicException" [16]=> string(24) "BadFunctionCallException" [17]=> string(22) "BadMethodCallException" [18]=> string(15) "DomainException" [19]=> string(24) "InvalidArgumentException" [20]=> string(15) "LengthException" [21]=> string(19) "OutOfRangeException" [22]=> string(16) "RuntimeException" [23]=> string(20) "OutOfBoundsException" [24]=> string(17) "OverflowException" [25]=> string(14) "RangeException" [26]=> string(18) "UnderflowException" [27]=> string(24) "UnexpectedValueException" [28]=> string(15) "CachingIterator" [29]=> string(24) "RecursiveCachingIterator" [30]=> string(11) "SplFileInfo" [31]=> string(17) "DirectoryIterator" [32]=> string(18) "FilesystemIterator" [33]=> string(26) "RecursiveDirectoryIterator" [34]=> string(12) "GlobIterator" [35]=> string(13) "SplFileObject" [36]=> string(17) "SplTempFileObject" [37]=> string(12) "PDOException" [38]=> string(18) "Random\RandomError" [39]=> string(30) "Random\BrokenRandomEngineError" [40]=> string(22) "Random\RandomException" [41]=> string(19) "ReflectionException" [42]=> string(26) "ReflectionFunctionAbstract" [43]=> string(18) "ReflectionFunction" [44]=> string(19) "ReflectionParameter" [45]=> string(14) "ReflectionType" [46]=> string(19) "ReflectionNamedType" [47]=> string(19) "ReflectionUnionType" [48]=> string(26) "ReflectionIntersectionType" [49]=> string(16) "ReflectionMethod" [50]=> string(15) "ReflectionClass" [51]=> string(16) "ReflectionObject" [52]=> string(18) "ReflectionProperty" [53]=> string(23) "ReflectionClassConstant" [54]=> string(19) "ReflectionExtension" [55]=> string(23) "ReflectionZendExtension" [56]=> string(19) "ReflectionAttribute" [57]=> string(14) "ReflectionEnum" [58]=> string(22) "ReflectionEnumUnitCase" [59]=> string(24) "ReflectionEnumBackedCase" [60]=> string(14) "AssertionError" [61]=> string(16) "SimpleXMLElement" [62]=> string(17) "SimpleXMLIterator" [63]=> string(13) "PharException" [64]=> string(4) "Phar" [65]=> string(8) "PharData" [66]=> string(12) "PharFileInfo" [67]=> string(8) "PhpToken" [68]=> string(13) "IntlException" [69]=> string(15) "SodiumException" }
Output for 8.1.25 - 8.1.28
array(15) { [0]=> string(7) "DOMNode" [1]=> string(16) "DOMNameSpaceNode" [2]=> string(19) "DOMDocumentFragment" [3]=> string(11) "DOMDocument" [4]=> string(16) "DOMCharacterData" [5]=> string(7) "DOMAttr" [6]=> string(10) "DOMElement" [7]=> string(7) "DOMText" [8]=> string(10) "DOMComment" [9]=> string(15) "DOMCdataSection" [10]=> string(15) "DOMDocumentType" [11]=> string(11) "DOMNotation" [12]=> string(9) "DOMEntity" [13]=> string(18) "DOMEntityReference" [14]=> string(24) "DOMProcessingInstruction" } array(55) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(12) "CompileError" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(10) "ValueError" [8]=> string(15) "ArithmeticError" [9]=> string(19) "DivisionByZeroError" [10]=> string(19) "UnhandledMatchError" [11]=> string(24) "ClosedGeneratorException" [12]=> string(10) "FiberError" [13]=> string(8) "DateTime" [14]=> string(17) "DateTimeImmutable" [15]=> string(12) "DateTimeZone" [16]=> string(12) "DateInterval" [17]=> string(10) "DatePeriod" [18]=> string(12) "DOMException" [19]=> string(7) "DOMNode" [20]=> string(16) "DOMNameSpaceNode" [21]=> string(19) "DOMDocumentFragment" [22]=> string(11) "DOMDocument" [23]=> string(16) "DOMCharacterData" [24]=> string(7) "DOMAttr" [25]=> string(10) "DOMElement" [26]=> string(7) "DOMText" [27]=> string(10) "DOMComment" [28]=> string(15) "DOMCdataSection" [29]=> string(15) "DOMDocumentType" [30]=> string(11) "DOMNotation" [31]=> string(9) "DOMEntity" [32]=> string(18) "DOMEntityReference" [33]=> string(24) "DOMProcessingInstruction" [34]=> string(13) "JsonException" [35]=> string(14) "LogicException" [36]=> string(24) "BadFunctionCallException" [37]=> string(22) "BadMethodCallException" [38]=> string(15) "DomainException" [39]=> string(24) "InvalidArgumentException" [40]=> string(15) "LengthException" [41]=> string(19) "OutOfRangeException" [42]=> string(16) "RuntimeException" [43]=> string(20) "OutOfBoundsException" [44]=> string(17) "OverflowException" [45]=> string(14) "RangeException" [46]=> string(18) "UnderflowException" [47]=> string(24) "UnexpectedValueException" [48]=> string(13) "SplFixedArray" [49]=> string(12) "PDOException" [50]=> string(19) "ReflectionException" [51]=> string(14) "AssertionError" [52]=> string(13) "PharException" [53]=> string(13) "IntlException" [54]=> string(15) "SodiumException" } array(67) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(12) "CompileError" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(10) "ValueError" [8]=> string(15) "ArithmeticError" [9]=> string(19) "DivisionByZeroError" [10]=> string(19) "UnhandledMatchError" [11]=> string(24) "ClosedGeneratorException" [12]=> string(10) "FiberError" [13]=> string(12) "DOMException" [14]=> string(13) "JsonException" [15]=> string(14) "LogicException" [16]=> string(24) "BadFunctionCallException" [17]=> string(22) "BadMethodCallException" [18]=> string(15) "DomainException" [19]=> string(24) "InvalidArgumentException" [20]=> string(15) "LengthException" [21]=> string(19) "OutOfRangeException" [22]=> string(16) "RuntimeException" [23]=> string(20) "OutOfBoundsException" [24]=> string(17) "OverflowException" [25]=> string(14) "RangeException" [26]=> string(18) "UnderflowException" [27]=> string(24) "UnexpectedValueException" [28]=> string(15) "CachingIterator" [29]=> string(24) "RecursiveCachingIterator" [30]=> string(11) "SplFileInfo" [31]=> string(17) "DirectoryIterator" [32]=> string(18) "FilesystemIterator" [33]=> string(26) "RecursiveDirectoryIterator" [34]=> string(12) "GlobIterator" [35]=> string(13) "SplFileObject" [36]=> string(17) "SplTempFileObject" [37]=> string(12) "PDOException" [38]=> string(19) "ReflectionException" [39]=> string(26) "ReflectionFunctionAbstract" [40]=> string(18) "ReflectionFunction" [41]=> string(19) "ReflectionParameter" [42]=> string(14) "ReflectionType" [43]=> string(19) "ReflectionNamedType" [44]=> string(19) "ReflectionUnionType" [45]=> string(26) "ReflectionIntersectionType" [46]=> string(16) "ReflectionMethod" [47]=> string(15) "ReflectionClass" [48]=> string(16) "ReflectionObject" [49]=> string(18) "ReflectionProperty" [50]=> string(23) "ReflectionClassConstant" [51]=> string(19) "ReflectionExtension" [52]=> string(23) "ReflectionZendExtension" [53]=> string(19) "ReflectionAttribute" [54]=> string(14) "ReflectionEnum" [55]=> string(22) "ReflectionEnumUnitCase" [56]=> string(24) "ReflectionEnumBackedCase" [57]=> string(14) "AssertionError" [58]=> string(16) "SimpleXMLElement" [59]=> string(17) "SimpleXMLIterator" [60]=> string(13) "PharException" [61]=> string(4) "Phar" [62]=> string(8) "PharData" [63]=> string(12) "PharFileInfo" [64]=> string(8) "PhpToken" [65]=> string(13) "IntlException" [66]=> string(15) "SodiumException" }
Output for 8.1.0 - 8.1.24
array(0) { } array(40) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(12) "CompileError" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(10) "ValueError" [8]=> string(15) "ArithmeticError" [9]=> string(19) "DivisionByZeroError" [10]=> string(19) "UnhandledMatchError" [11]=> string(24) "ClosedGeneratorException" [12]=> string(10) "FiberError" [13]=> string(8) "DateTime" [14]=> string(17) "DateTimeImmutable" [15]=> string(12) "DateTimeZone" [16]=> string(12) "DateInterval" [17]=> string(10) "DatePeriod" [18]=> string(12) "DOMException" [19]=> string(13) "JsonException" [20]=> string(14) "LogicException" [21]=> string(24) "BadFunctionCallException" [22]=> string(22) "BadMethodCallException" [23]=> string(15) "DomainException" [24]=> string(24) "InvalidArgumentException" [25]=> string(15) "LengthException" [26]=> string(19) "OutOfRangeException" [27]=> string(16) "RuntimeException" [28]=> string(20) "OutOfBoundsException" [29]=> string(17) "OverflowException" [30]=> string(14) "RangeException" [31]=> string(18) "UnderflowException" [32]=> string(24) "UnexpectedValueException" [33]=> string(13) "SplFixedArray" [34]=> string(12) "PDOException" [35]=> string(19) "ReflectionException" [36]=> string(14) "AssertionError" [37]=> string(13) "PharException" [38]=> string(13) "IntlException" [39]=> string(15) "SodiumException" } array(67) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(12) "CompileError" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(10) "ValueError" [8]=> string(15) "ArithmeticError" [9]=> string(19) "DivisionByZeroError" [10]=> string(19) "UnhandledMatchError" [11]=> string(24) "ClosedGeneratorException" [12]=> string(10) "FiberError" [13]=> string(12) "DOMException" [14]=> string(13) "JsonException" [15]=> string(14) "LogicException" [16]=> string(24) "BadFunctionCallException" [17]=> string(22) "BadMethodCallException" [18]=> string(15) "DomainException" [19]=> string(24) "InvalidArgumentException" [20]=> string(15) "LengthException" [21]=> string(19) "OutOfRangeException" [22]=> string(16) "RuntimeException" [23]=> string(20) "OutOfBoundsException" [24]=> string(17) "OverflowException" [25]=> string(14) "RangeException" [26]=> string(18) "UnderflowException" [27]=> string(24) "UnexpectedValueException" [28]=> string(15) "CachingIterator" [29]=> string(24) "RecursiveCachingIterator" [30]=> string(11) "SplFileInfo" [31]=> string(17) "DirectoryIterator" [32]=> string(18) "FilesystemIterator" [33]=> string(26) "RecursiveDirectoryIterator" [34]=> string(12) "GlobIterator" [35]=> string(13) "SplFileObject" [36]=> string(17) "SplTempFileObject" [37]=> string(12) "PDOException" [38]=> string(19) "ReflectionException" [39]=> string(26) "ReflectionFunctionAbstract" [40]=> string(18) "ReflectionFunction" [41]=> string(19) "ReflectionParameter" [42]=> string(14) "ReflectionType" [43]=> string(19) "ReflectionNamedType" [44]=> string(19) "ReflectionUnionType" [45]=> string(26) "ReflectionIntersectionType" [46]=> string(16) "ReflectionMethod" [47]=> string(15) "ReflectionClass" [48]=> string(16) "ReflectionObject" [49]=> string(18) "ReflectionProperty" [50]=> string(23) "ReflectionClassConstant" [51]=> string(19) "ReflectionExtension" [52]=> string(23) "ReflectionZendExtension" [53]=> string(19) "ReflectionAttribute" [54]=> string(14) "ReflectionEnum" [55]=> string(22) "ReflectionEnumUnitCase" [56]=> string(24) "ReflectionEnumBackedCase" [57]=> string(14) "AssertionError" [58]=> string(16) "SimpleXMLElement" [59]=> string(17) "SimpleXMLIterator" [60]=> string(13) "PharException" [61]=> string(4) "Phar" [62]=> string(8) "PharData" [63]=> string(12) "PharFileInfo" [64]=> string(8) "PhpToken" [65]=> string(13) "IntlException" [66]=> string(15) "SodiumException" }
Output for 8.0.1 - 8.0.12, 8.0.14 - 8.0.30
array(0) { } array(39) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(12) "CompileError" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(10) "ValueError" [8]=> string(15) "ArithmeticError" [9]=> string(19) "DivisionByZeroError" [10]=> string(19) "UnhandledMatchError" [11]=> string(24) "ClosedGeneratorException" [12]=> string(8) "DateTime" [13]=> string(17) "DateTimeImmutable" [14]=> string(12) "DateTimeZone" [15]=> string(12) "DateInterval" [16]=> string(10) "DatePeriod" [17]=> string(12) "DOMException" [18]=> string(13) "JsonException" [19]=> string(14) "LogicException" [20]=> string(24) "BadFunctionCallException" [21]=> string(22) "BadMethodCallException" [22]=> string(15) "DomainException" [23]=> string(24) "InvalidArgumentException" [24]=> string(15) "LengthException" [25]=> string(19) "OutOfRangeException" [26]=> string(16) "RuntimeException" [27]=> string(20) "OutOfBoundsException" [28]=> string(17) "OverflowException" [29]=> string(14) "RangeException" [30]=> string(18) "UnderflowException" [31]=> string(24) "UnexpectedValueException" [32]=> string(13) "SplFixedArray" [33]=> string(12) "PDOException" [34]=> string(19) "ReflectionException" [35]=> string(14) "AssertionError" [36]=> string(13) "PharException" [37]=> string(13) "IntlException" [38]=> string(15) "SodiumException" } array(61) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(12) "CompileError" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(10) "ValueError" [8]=> string(15) "ArithmeticError" [9]=> string(19) "DivisionByZeroError" [10]=> string(19) "UnhandledMatchError" [11]=> string(24) "ClosedGeneratorException" [12]=> string(12) "DOMException" [13]=> string(13) "JsonException" [14]=> string(14) "LogicException" [15]=> string(24) "BadFunctionCallException" [16]=> string(22) "BadMethodCallException" [17]=> string(15) "DomainException" [18]=> string(24) "InvalidArgumentException" [19]=> string(15) "LengthException" [20]=> string(19) "OutOfRangeException" [21]=> string(16) "RuntimeException" [22]=> string(20) "OutOfBoundsException" [23]=> string(17) "OverflowException" [24]=> string(14) "RangeException" [25]=> string(18) "UnderflowException" [26]=> string(24) "UnexpectedValueException" [27]=> string(15) "CachingIterator" [28]=> string(24) "RecursiveCachingIterator" [29]=> string(11) "SplFileInfo" [30]=> string(17) "DirectoryIterator" [31]=> string(18) "FilesystemIterator" [32]=> string(26) "RecursiveDirectoryIterator" [33]=> string(12) "GlobIterator" [34]=> string(13) "SplFileObject" [35]=> string(17) "SplTempFileObject" [36]=> string(12) "PDOException" [37]=> string(19) "ReflectionException" [38]=> string(26) "ReflectionFunctionAbstract" [39]=> string(18) "ReflectionFunction" [40]=> string(19) "ReflectionParameter" [41]=> string(14) "ReflectionType" [42]=> string(19) "ReflectionNamedType" [43]=> string(19) "ReflectionUnionType" [44]=> string(16) "ReflectionMethod" [45]=> string(15) "ReflectionClass" [46]=> string(16) "ReflectionObject" [47]=> string(18) "ReflectionProperty" [48]=> string(23) "ReflectionClassConstant" [49]=> string(19) "ReflectionExtension" [50]=> string(23) "ReflectionZendExtension" [51]=> string(14) "AssertionError" [52]=> string(16) "SimpleXMLElement" [53]=> string(17) "SimpleXMLIterator" [54]=> string(13) "PharException" [55]=> string(4) "Phar" [56]=> string(8) "PharData" [57]=> string(12) "PharFileInfo" [58]=> string(8) "PhpToken" [59]=> string(13) "IntlException" [60]=> string(15) "SodiumException" }
Output for 8.0.13
array(0) { } array(38) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(12) "CompileError" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(10) "ValueError" [8]=> string(15) "ArithmeticError" [9]=> string(19) "DivisionByZeroError" [10]=> string(19) "UnhandledMatchError" [11]=> string(24) "ClosedGeneratorException" [12]=> string(8) "DateTime" [13]=> string(17) "DateTimeImmutable" [14]=> string(12) "DateTimeZone" [15]=> string(12) "DateInterval" [16]=> string(10) "DatePeriod" [17]=> string(12) "DOMException" [18]=> string(13) "JsonException" [19]=> string(14) "LogicException" [20]=> string(24) "BadFunctionCallException" [21]=> string(22) "BadMethodCallException" [22]=> string(15) "DomainException" [23]=> string(24) "InvalidArgumentException" [24]=> string(15) "LengthException" [25]=> string(19) "OutOfRangeException" [26]=> string(16) "RuntimeException" [27]=> string(20) "OutOfBoundsException" [28]=> string(17) "OverflowException" [29]=> string(14) "RangeException" [30]=> string(18) "UnderflowException" [31]=> string(24) "UnexpectedValueException" [32]=> string(13) "SplFixedArray" [33]=> string(12) "PDOException" [34]=> string(19) "ReflectionException" [35]=> string(14) "AssertionError" [36]=> string(13) "PharException" [37]=> string(15) "SodiumException" } array(60) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(12) "CompileError" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(10) "ValueError" [8]=> string(15) "ArithmeticError" [9]=> string(19) "DivisionByZeroError" [10]=> string(19) "UnhandledMatchError" [11]=> string(24) "ClosedGeneratorException" [12]=> string(12) "DOMException" [13]=> string(13) "JsonException" [14]=> string(14) "LogicException" [15]=> string(24) "BadFunctionCallException" [16]=> string(22) "BadMethodCallException" [17]=> string(15) "DomainException" [18]=> string(24) "InvalidArgumentException" [19]=> string(15) "LengthException" [20]=> string(19) "OutOfRangeException" [21]=> string(16) "RuntimeException" [22]=> string(20) "OutOfBoundsException" [23]=> string(17) "OverflowException" [24]=> string(14) "RangeException" [25]=> string(18) "UnderflowException" [26]=> string(24) "UnexpectedValueException" [27]=> string(15) "CachingIterator" [28]=> string(24) "RecursiveCachingIterator" [29]=> string(11) "SplFileInfo" [30]=> string(17) "DirectoryIterator" [31]=> string(18) "FilesystemIterator" [32]=> string(26) "RecursiveDirectoryIterator" [33]=> string(12) "GlobIterator" [34]=> string(13) "SplFileObject" [35]=> string(17) "SplTempFileObject" [36]=> string(12) "PDOException" [37]=> string(19) "ReflectionException" [38]=> string(26) "ReflectionFunctionAbstract" [39]=> string(18) "ReflectionFunction" [40]=> string(19) "ReflectionParameter" [41]=> string(14) "ReflectionType" [42]=> string(19) "ReflectionNamedType" [43]=> string(19) "ReflectionUnionType" [44]=> string(16) "ReflectionMethod" [45]=> string(15) "ReflectionClass" [46]=> string(16) "ReflectionObject" [47]=> string(18) "ReflectionProperty" [48]=> string(23) "ReflectionClassConstant" [49]=> string(19) "ReflectionExtension" [50]=> string(23) "ReflectionZendExtension" [51]=> string(14) "AssertionError" [52]=> string(16) "SimpleXMLElement" [53]=> string(17) "SimpleXMLIterator" [54]=> string(13) "PharException" [55]=> string(4) "Phar" [56]=> string(8) "PharData" [57]=> string(12) "PharFileInfo" [58]=> string(8) "PhpToken" [59]=> string(15) "SodiumException" }
Output for 8.0.0
array(0) { } array(38) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(12) "CompileError" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(10) "ValueError" [8]=> string(15) "ArithmeticError" [9]=> string(19) "DivisionByZeroError" [10]=> string(19) "UnhandledMatchError" [11]=> string(24) "ClosedGeneratorException" [12]=> string(8) "DateTime" [13]=> string(17) "DateTimeImmutable" [14]=> string(12) "DateTimeZone" [15]=> string(12) "DateInterval" [16]=> string(10) "DatePeriod" [17]=> string(12) "DOMException" [18]=> string(13) "JsonException" [19]=> string(14) "LogicException" [20]=> string(24) "BadFunctionCallException" [21]=> string(22) "BadMethodCallException" [22]=> string(15) "DomainException" [23]=> string(24) "InvalidArgumentException" [24]=> string(15) "LengthException" [25]=> string(19) "OutOfRangeException" [26]=> string(16) "RuntimeException" [27]=> string(20) "OutOfBoundsException" [28]=> string(17) "OverflowException" [29]=> string(14) "RangeException" [30]=> string(18) "UnderflowException" [31]=> string(24) "UnexpectedValueException" [32]=> string(13) "SplFixedArray" [33]=> string(12) "PDOException" [34]=> string(19) "ReflectionException" [35]=> string(14) "AssertionError" [36]=> string(13) "PharException" [37]=> string(13) "IntlException" } array(60) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(12) "CompileError" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(10) "ValueError" [8]=> string(15) "ArithmeticError" [9]=> string(19) "DivisionByZeroError" [10]=> string(19) "UnhandledMatchError" [11]=> string(24) "ClosedGeneratorException" [12]=> string(12) "DOMException" [13]=> string(13) "JsonException" [14]=> string(14) "LogicException" [15]=> string(24) "BadFunctionCallException" [16]=> string(22) "BadMethodCallException" [17]=> string(15) "DomainException" [18]=> string(24) "InvalidArgumentException" [19]=> string(15) "LengthException" [20]=> string(19) "OutOfRangeException" [21]=> string(16) "RuntimeException" [22]=> string(20) "OutOfBoundsException" [23]=> string(17) "OverflowException" [24]=> string(14) "RangeException" [25]=> string(18) "UnderflowException" [26]=> string(24) "UnexpectedValueException" [27]=> string(15) "CachingIterator" [28]=> string(24) "RecursiveCachingIterator" [29]=> string(11) "SplFileInfo" [30]=> string(17) "DirectoryIterator" [31]=> string(18) "FilesystemIterator" [32]=> string(26) "RecursiveDirectoryIterator" [33]=> string(12) "GlobIterator" [34]=> string(13) "SplFileObject" [35]=> string(17) "SplTempFileObject" [36]=> string(12) "PDOException" [37]=> string(19) "ReflectionException" [38]=> string(26) "ReflectionFunctionAbstract" [39]=> string(18) "ReflectionFunction" [40]=> string(19) "ReflectionParameter" [41]=> string(14) "ReflectionType" [42]=> string(19) "ReflectionNamedType" [43]=> string(19) "ReflectionUnionType" [44]=> string(16) "ReflectionMethod" [45]=> string(15) "ReflectionClass" [46]=> string(16) "ReflectionObject" [47]=> string(18) "ReflectionProperty" [48]=> string(23) "ReflectionClassConstant" [49]=> string(19) "ReflectionExtension" [50]=> string(23) "ReflectionZendExtension" [51]=> string(14) "AssertionError" [52]=> string(16) "SimpleXMLElement" [53]=> string(17) "SimpleXMLIterator" [54]=> string(13) "PharException" [55]=> string(4) "Phar" [56]=> string(8) "PharData" [57]=> string(12) "PharFileInfo" [58]=> string(8) "PhpToken" [59]=> string(13) "IntlException" }
Output for 7.4.33
array(0) { } array(35) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(12) "CompileError" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(15) "ArithmeticError" [8]=> string(19) "DivisionByZeroError" [9]=> string(24) "ClosedGeneratorException" [10]=> string(8) "DateTime" [11]=> string(17) "DateTimeImmutable" [12]=> string(12) "DateTimeZone" [13]=> string(12) "DateInterval" [14]=> string(10) "DatePeriod" [15]=> string(12) "DOMException" [16]=> string(13) "JsonException" [17]=> string(14) "LogicException" [18]=> string(24) "BadFunctionCallException" [19]=> string(22) "BadMethodCallException" [20]=> string(15) "DomainException" [21]=> string(24) "InvalidArgumentException" [22]=> string(15) "LengthException" [23]=> string(19) "OutOfRangeException" [24]=> string(16) "RuntimeException" [25]=> string(20) "OutOfBoundsException" [26]=> string(17) "OverflowException" [27]=> string(14) "RangeException" [28]=> string(18) "UnderflowException" [29]=> string(24) "UnexpectedValueException" [30]=> string(13) "SplFixedArray" [31]=> string(12) "PDOException" [32]=> string(19) "ReflectionException" [33]=> string(14) "AssertionError" [34]=> string(13) "PharException" } array(55) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(12) "CompileError" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(15) "ArithmeticError" [8]=> string(19) "DivisionByZeroError" [9]=> string(24) "ClosedGeneratorException" [10]=> string(12) "DOMException" [11]=> string(13) "JsonException" [12]=> string(14) "LogicException" [13]=> string(24) "BadFunctionCallException" [14]=> string(22) "BadMethodCallException" [15]=> string(15) "DomainException" [16]=> string(24) "InvalidArgumentException" [17]=> string(15) "LengthException" [18]=> string(19) "OutOfRangeException" [19]=> string(16) "RuntimeException" [20]=> string(20) "OutOfBoundsException" [21]=> string(17) "OverflowException" [22]=> string(14) "RangeException" [23]=> string(18) "UnderflowException" [24]=> string(24) "UnexpectedValueException" [25]=> string(15) "CachingIterator" [26]=> string(24) "RecursiveCachingIterator" [27]=> string(11) "SplFileInfo" [28]=> string(17) "DirectoryIterator" [29]=> string(18) "FilesystemIterator" [30]=> string(26) "RecursiveDirectoryIterator" [31]=> string(12) "GlobIterator" [32]=> string(13) "SplFileObject" [33]=> string(17) "SplTempFileObject" [34]=> string(12) "PDOException" [35]=> string(19) "ReflectionException" [36]=> string(26) "ReflectionFunctionAbstract" [37]=> string(18) "ReflectionFunction" [38]=> string(19) "ReflectionParameter" [39]=> string(14) "ReflectionType" [40]=> string(19) "ReflectionNamedType" [41]=> string(16) "ReflectionMethod" [42]=> string(15) "ReflectionClass" [43]=> string(16) "ReflectionObject" [44]=> string(18) "ReflectionProperty" [45]=> string(23) "ReflectionClassConstant" [46]=> string(19) "ReflectionExtension" [47]=> string(23) "ReflectionZendExtension" [48]=> string(14) "AssertionError" [49]=> string(16) "SimpleXMLElement" [50]=> string(17) "SimpleXMLIterator" [51]=> string(13) "PharException" [52]=> string(4) "Phar" [53]=> string(8) "PharData" [54]=> string(12) "PharFileInfo" }
Output for 7.4.0 - 7.4.32
array(0) { } array(37) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(12) "CompileError" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(15) "ArithmeticError" [8]=> string(19) "DivisionByZeroError" [9]=> string(24) "ClosedGeneratorException" [10]=> string(8) "DateTime" [11]=> string(17) "DateTimeImmutable" [12]=> string(12) "DateTimeZone" [13]=> string(12) "DateInterval" [14]=> string(10) "DatePeriod" [15]=> string(12) "DOMException" [16]=> string(13) "JsonException" [17]=> string(14) "LogicException" [18]=> string(24) "BadFunctionCallException" [19]=> string(22) "BadMethodCallException" [20]=> string(15) "DomainException" [21]=> string(24) "InvalidArgumentException" [22]=> string(15) "LengthException" [23]=> string(19) "OutOfRangeException" [24]=> string(16) "RuntimeException" [25]=> string(20) "OutOfBoundsException" [26]=> string(17) "OverflowException" [27]=> string(14) "RangeException" [28]=> string(18) "UnderflowException" [29]=> string(24) "UnexpectedValueException" [30]=> string(13) "SplFixedArray" [31]=> string(12) "PDOException" [32]=> string(19) "ReflectionException" [33]=> string(14) "AssertionError" [34]=> string(13) "PharException" [35]=> string(13) "IntlException" [36]=> string(15) "SodiumException" } array(57) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(12) "CompileError" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(15) "ArithmeticError" [8]=> string(19) "DivisionByZeroError" [9]=> string(24) "ClosedGeneratorException" [10]=> string(12) "DOMException" [11]=> string(13) "JsonException" [12]=> string(14) "LogicException" [13]=> string(24) "BadFunctionCallException" [14]=> string(22) "BadMethodCallException" [15]=> string(15) "DomainException" [16]=> string(24) "InvalidArgumentException" [17]=> string(15) "LengthException" [18]=> string(19) "OutOfRangeException" [19]=> string(16) "RuntimeException" [20]=> string(20) "OutOfBoundsException" [21]=> string(17) "OverflowException" [22]=> string(14) "RangeException" [23]=> string(18) "UnderflowException" [24]=> string(24) "UnexpectedValueException" [25]=> string(15) "CachingIterator" [26]=> string(24) "RecursiveCachingIterator" [27]=> string(11) "SplFileInfo" [28]=> string(17) "DirectoryIterator" [29]=> string(18) "FilesystemIterator" [30]=> string(26) "RecursiveDirectoryIterator" [31]=> string(12) "GlobIterator" [32]=> string(13) "SplFileObject" [33]=> string(17) "SplTempFileObject" [34]=> string(12) "PDOException" [35]=> string(19) "ReflectionException" [36]=> string(26) "ReflectionFunctionAbstract" [37]=> string(18) "ReflectionFunction" [38]=> string(19) "ReflectionParameter" [39]=> string(14) "ReflectionType" [40]=> string(19) "ReflectionNamedType" [41]=> string(16) "ReflectionMethod" [42]=> string(15) "ReflectionClass" [43]=> string(16) "ReflectionObject" [44]=> string(18) "ReflectionProperty" [45]=> string(23) "ReflectionClassConstant" [46]=> string(19) "ReflectionExtension" [47]=> string(23) "ReflectionZendExtension" [48]=> string(14) "AssertionError" [49]=> string(16) "SimpleXMLElement" [50]=> string(17) "SimpleXMLIterator" [51]=> string(13) "PharException" [52]=> string(4) "Phar" [53]=> string(8) "PharData" [54]=> string(12) "PharFileInfo" [55]=> string(13) "IntlException" [56]=> string(15) "SodiumException" }
Output for 7.3.32 - 7.3.33
array(2) { [0]=> string(3) "PDO" [1]=> string(12) "PDOStatement" } array(39) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(12) "CompileError" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(15) "ArithmeticError" [8]=> string(19) "DivisionByZeroError" [9]=> string(9) "Generator" [10]=> string(24) "ClosedGeneratorException" [11]=> string(8) "DateTime" [12]=> string(17) "DateTimeImmutable" [13]=> string(12) "DateTimeZone" [14]=> string(12) "DateInterval" [15]=> string(10) "DatePeriod" [16]=> string(12) "DOMException" [17]=> string(13) "JsonException" [18]=> string(14) "LogicException" [19]=> string(24) "BadFunctionCallException" [20]=> string(22) "BadMethodCallException" [21]=> string(15) "DomainException" [22]=> string(24) "InvalidArgumentException" [23]=> string(15) "LengthException" [24]=> string(19) "OutOfRangeException" [25]=> string(16) "RuntimeException" [26]=> string(20) "OutOfBoundsException" [27]=> string(17) "OverflowException" [28]=> string(14) "RangeException" [29]=> string(18) "UnderflowException" [30]=> string(24) "UnexpectedValueException" [31]=> string(13) "SplFixedArray" [32]=> string(12) "PDOException" [33]=> string(3) "PDO" [34]=> string(12) "PDOStatement" [35]=> string(19) "ReflectionException" [36]=> string(14) "AssertionError" [37]=> string(13) "PharException" [38]=> string(15) "SodiumException" } array(56) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(12) "CompileError" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(15) "ArithmeticError" [8]=> string(19) "DivisionByZeroError" [9]=> string(24) "ClosedGeneratorException" [10]=> string(12) "DOMException" [11]=> string(13) "JsonException" [12]=> string(14) "LogicException" [13]=> string(24) "BadFunctionCallException" [14]=> string(22) "BadMethodCallException" [15]=> string(15) "DomainException" [16]=> string(24) "InvalidArgumentException" [17]=> string(15) "LengthException" [18]=> string(19) "OutOfRangeException" [19]=> string(16) "RuntimeException" [20]=> string(20) "OutOfBoundsException" [21]=> string(17) "OverflowException" [22]=> string(14) "RangeException" [23]=> string(18) "UnderflowException" [24]=> string(24) "UnexpectedValueException" [25]=> string(15) "CachingIterator" [26]=> string(24) "RecursiveCachingIterator" [27]=> string(11) "SplFileInfo" [28]=> string(17) "DirectoryIterator" [29]=> string(18) "FilesystemIterator" [30]=> string(26) "RecursiveDirectoryIterator" [31]=> string(12) "GlobIterator" [32]=> string(13) "SplFileObject" [33]=> string(17) "SplTempFileObject" [34]=> string(12) "PDOException" [35]=> string(19) "ReflectionException" [36]=> string(26) "ReflectionFunctionAbstract" [37]=> string(18) "ReflectionFunction" [38]=> string(19) "ReflectionParameter" [39]=> string(14) "ReflectionType" [40]=> string(19) "ReflectionNamedType" [41]=> string(16) "ReflectionMethod" [42]=> string(15) "ReflectionClass" [43]=> string(16) "ReflectionObject" [44]=> string(18) "ReflectionProperty" [45]=> string(23) "ReflectionClassConstant" [46]=> string(19) "ReflectionExtension" [47]=> string(23) "ReflectionZendExtension" [48]=> string(14) "AssertionError" [49]=> string(16) "SimpleXMLElement" [50]=> string(17) "SimpleXMLIterator" [51]=> string(13) "PharException" [52]=> string(4) "Phar" [53]=> string(8) "PharData" [54]=> string(12) "PharFileInfo" [55]=> string(15) "SodiumException" }
Output for 7.3.16 - 7.3.31
array(2) { [0]=> string(3) "PDO" [1]=> string(12) "PDOStatement" } array(40) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(12) "CompileError" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(15) "ArithmeticError" [8]=> string(19) "DivisionByZeroError" [9]=> string(9) "Generator" [10]=> string(24) "ClosedGeneratorException" [11]=> string(8) "DateTime" [12]=> string(17) "DateTimeImmutable" [13]=> string(12) "DateTimeZone" [14]=> string(12) "DateInterval" [15]=> string(10) "DatePeriod" [16]=> string(12) "DOMException" [17]=> string(13) "JsonException" [18]=> string(14) "LogicException" [19]=> string(24) "BadFunctionCallException" [20]=> string(22) "BadMethodCallException" [21]=> string(15) "DomainException" [22]=> string(24) "InvalidArgumentException" [23]=> string(15) "LengthException" [24]=> string(19) "OutOfRangeException" [25]=> string(16) "RuntimeException" [26]=> string(20) "OutOfBoundsException" [27]=> string(17) "OverflowException" [28]=> string(14) "RangeException" [29]=> string(18) "UnderflowException" [30]=> string(24) "UnexpectedValueException" [31]=> string(13) "SplFixedArray" [32]=> string(12) "PDOException" [33]=> string(3) "PDO" [34]=> string(12) "PDOStatement" [35]=> string(19) "ReflectionException" [36]=> string(14) "AssertionError" [37]=> string(13) "PharException" [38]=> string(13) "IntlException" [39]=> string(15) "SodiumException" } array(57) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(12) "CompileError" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(15) "ArithmeticError" [8]=> string(19) "DivisionByZeroError" [9]=> string(24) "ClosedGeneratorException" [10]=> string(12) "DOMException" [11]=> string(13) "JsonException" [12]=> string(14) "LogicException" [13]=> string(24) "BadFunctionCallException" [14]=> string(22) "BadMethodCallException" [15]=> string(15) "DomainException" [16]=> string(24) "InvalidArgumentException" [17]=> string(15) "LengthException" [18]=> string(19) "OutOfRangeException" [19]=> string(16) "RuntimeException" [20]=> string(20) "OutOfBoundsException" [21]=> string(17) "OverflowException" [22]=> string(14) "RangeException" [23]=> string(18) "UnderflowException" [24]=> string(24) "UnexpectedValueException" [25]=> string(15) "CachingIterator" [26]=> string(24) "RecursiveCachingIterator" [27]=> string(11) "SplFileInfo" [28]=> string(17) "DirectoryIterator" [29]=> string(18) "FilesystemIterator" [30]=> string(26) "RecursiveDirectoryIterator" [31]=> string(12) "GlobIterator" [32]=> string(13) "SplFileObject" [33]=> string(17) "SplTempFileObject" [34]=> string(12) "PDOException" [35]=> string(19) "ReflectionException" [36]=> string(26) "ReflectionFunctionAbstract" [37]=> string(18) "ReflectionFunction" [38]=> string(19) "ReflectionParameter" [39]=> string(14) "ReflectionType" [40]=> string(19) "ReflectionNamedType" [41]=> string(16) "ReflectionMethod" [42]=> string(15) "ReflectionClass" [43]=> string(16) "ReflectionObject" [44]=> string(18) "ReflectionProperty" [45]=> string(23) "ReflectionClassConstant" [46]=> string(19) "ReflectionExtension" [47]=> string(23) "ReflectionZendExtension" [48]=> string(14) "AssertionError" [49]=> string(16) "SimpleXMLElement" [50]=> string(17) "SimpleXMLIterator" [51]=> string(13) "PharException" [52]=> string(4) "Phar" [53]=> string(8) "PharData" [54]=> string(12) "PharFileInfo" [55]=> string(13) "IntlException" [56]=> string(15) "SodiumException" }
Output for 7.2.6 - 7.2.33
array(2) { [0]=> string(3) "PDO" [1]=> string(12) "PDOStatement" } array(38) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(10) "ParseError" [4]=> string(9) "TypeError" [5]=> string(18) "ArgumentCountError" [6]=> string(15) "ArithmeticError" [7]=> string(19) "DivisionByZeroError" [8]=> string(9) "Generator" [9]=> string(24) "ClosedGeneratorException" [10]=> string(8) "DateTime" [11]=> string(17) "DateTimeImmutable" [12]=> string(12) "DateTimeZone" [13]=> string(12) "DateInterval" [14]=> string(10) "DatePeriod" [15]=> string(12) "DOMException" [16]=> string(14) "LogicException" [17]=> string(24) "BadFunctionCallException" [18]=> string(22) "BadMethodCallException" [19]=> string(15) "DomainException" [20]=> string(24) "InvalidArgumentException" [21]=> string(15) "LengthException" [22]=> string(19) "OutOfRangeException" [23]=> string(16) "RuntimeException" [24]=> string(20) "OutOfBoundsException" [25]=> string(17) "OverflowException" [26]=> string(14) "RangeException" [27]=> string(18) "UnderflowException" [28]=> string(24) "UnexpectedValueException" [29]=> string(13) "SplFixedArray" [30]=> string(12) "PDOException" [31]=> string(3) "PDO" [32]=> string(12) "PDOStatement" [33]=> string(19) "ReflectionException" [34]=> string(14) "AssertionError" [35]=> string(13) "PharException" [36]=> string(13) "IntlException" [37]=> string(15) "SodiumException" } array(55) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(10) "ParseError" [4]=> string(9) "TypeError" [5]=> string(18) "ArgumentCountError" [6]=> string(15) "ArithmeticError" [7]=> string(19) "DivisionByZeroError" [8]=> string(24) "ClosedGeneratorException" [9]=> string(12) "DOMException" [10]=> string(14) "LogicException" [11]=> string(24) "BadFunctionCallException" [12]=> string(22) "BadMethodCallException" [13]=> string(15) "DomainException" [14]=> string(24) "InvalidArgumentException" [15]=> string(15) "LengthException" [16]=> string(19) "OutOfRangeException" [17]=> string(16) "RuntimeException" [18]=> string(20) "OutOfBoundsException" [19]=> string(17) "OverflowException" [20]=> string(14) "RangeException" [21]=> string(18) "UnderflowException" [22]=> string(24) "UnexpectedValueException" [23]=> string(15) "CachingIterator" [24]=> string(24) "RecursiveCachingIterator" [25]=> string(11) "SplFileInfo" [26]=> string(17) "DirectoryIterator" [27]=> string(18) "FilesystemIterator" [28]=> string(26) "RecursiveDirectoryIterator" [29]=> string(12) "GlobIterator" [30]=> string(13) "SplFileObject" [31]=> string(17) "SplTempFileObject" [32]=> string(12) "PDOException" [33]=> string(19) "ReflectionException" [34]=> string(26) "ReflectionFunctionAbstract" [35]=> string(18) "ReflectionFunction" [36]=> string(19) "ReflectionParameter" [37]=> string(14) "ReflectionType" [38]=> string(19) "ReflectionNamedType" [39]=> string(16) "ReflectionMethod" [40]=> string(15) "ReflectionClass" [41]=> string(16) "ReflectionObject" [42]=> string(18) "ReflectionProperty" [43]=> string(23) "ReflectionClassConstant" [44]=> string(19) "ReflectionExtension" [45]=> string(23) "ReflectionZendExtension" [46]=> string(14) "AssertionError" [47]=> string(16) "SimpleXMLElement" [48]=> string(17) "SimpleXMLIterator" [49]=> string(13) "PharException" [50]=> string(4) "Phar" [51]=> string(8) "PharData" [52]=> string(12) "PharFileInfo" [53]=> string(13) "IntlException" [54]=> string(15) "SodiumException" }
Output for 7.1.0 - 7.1.20, 7.2.0
array(2) { [0]=> string(3) "PDO" [1]=> string(12) "PDOStatement" } array(37) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(10) "ParseError" [4]=> string(9) "TypeError" [5]=> string(18) "ArgumentCountError" [6]=> string(15) "ArithmeticError" [7]=> string(19) "DivisionByZeroError" [8]=> string(9) "Generator" [9]=> string(24) "ClosedGeneratorException" [10]=> string(8) "DateTime" [11]=> string(17) "DateTimeImmutable" [12]=> string(12) "DateTimeZone" [13]=> string(12) "DateInterval" [14]=> string(10) "DatePeriod" [15]=> string(12) "DOMException" [16]=> string(14) "LogicException" [17]=> string(24) "BadFunctionCallException" [18]=> string(22) "BadMethodCallException" [19]=> string(15) "DomainException" [20]=> string(24) "InvalidArgumentException" [21]=> string(15) "LengthException" [22]=> string(19) "OutOfRangeException" [23]=> string(16) "RuntimeException" [24]=> string(20) "OutOfBoundsException" [25]=> string(17) "OverflowException" [26]=> string(14) "RangeException" [27]=> string(18) "UnderflowException" [28]=> string(24) "UnexpectedValueException" [29]=> string(13) "SplFixedArray" [30]=> string(12) "PDOException" [31]=> string(3) "PDO" [32]=> string(12) "PDOStatement" [33]=> string(19) "ReflectionException" [34]=> string(14) "AssertionError" [35]=> string(13) "PharException" [36]=> string(13) "IntlException" } array(54) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(10) "ParseError" [4]=> string(9) "TypeError" [5]=> string(18) "ArgumentCountError" [6]=> string(15) "ArithmeticError" [7]=> string(19) "DivisionByZeroError" [8]=> string(24) "ClosedGeneratorException" [9]=> string(12) "DOMException" [10]=> string(14) "LogicException" [11]=> string(24) "BadFunctionCallException" [12]=> string(22) "BadMethodCallException" [13]=> string(15) "DomainException" [14]=> string(24) "InvalidArgumentException" [15]=> string(15) "LengthException" [16]=> string(19) "OutOfRangeException" [17]=> string(16) "RuntimeException" [18]=> string(20) "OutOfBoundsException" [19]=> string(17) "OverflowException" [20]=> string(14) "RangeException" [21]=> string(18) "UnderflowException" [22]=> string(24) "UnexpectedValueException" [23]=> string(15) "CachingIterator" [24]=> string(24) "RecursiveCachingIterator" [25]=> string(11) "SplFileInfo" [26]=> string(17) "DirectoryIterator" [27]=> string(18) "FilesystemIterator" [28]=> string(26) "RecursiveDirectoryIterator" [29]=> string(12) "GlobIterator" [30]=> string(13) "SplFileObject" [31]=> string(17) "SplTempFileObject" [32]=> string(12) "PDOException" [33]=> string(19) "ReflectionException" [34]=> string(26) "ReflectionFunctionAbstract" [35]=> string(18) "ReflectionFunction" [36]=> string(19) "ReflectionParameter" [37]=> string(14) "ReflectionType" [38]=> string(19) "ReflectionNamedType" [39]=> string(16) "ReflectionMethod" [40]=> string(15) "ReflectionClass" [41]=> string(16) "ReflectionObject" [42]=> string(18) "ReflectionProperty" [43]=> string(23) "ReflectionClassConstant" [44]=> string(19) "ReflectionExtension" [45]=> string(23) "ReflectionZendExtension" [46]=> string(14) "AssertionError" [47]=> string(16) "SimpleXMLElement" [48]=> string(17) "SimpleXMLIterator" [49]=> string(13) "PharException" [50]=> string(4) "Phar" [51]=> string(8) "PharData" [52]=> string(12) "PharFileInfo" [53]=> string(13) "IntlException" }
Output for 7.0.6 - 7.0.20
array(2) { [0]=> string(3) "PDO" [1]=> string(12) "PDOStatement" } array(36) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(10) "ParseError" [4]=> string(9) "TypeError" [5]=> string(15) "ArithmeticError" [6]=> string(19) "DivisionByZeroError" [7]=> string(9) "Generator" [8]=> string(24) "ClosedGeneratorException" [9]=> string(8) "DateTime" [10]=> string(17) "DateTimeImmutable" [11]=> string(12) "DateTimeZone" [12]=> string(12) "DateInterval" [13]=> string(10) "DatePeriod" [14]=> string(12) "DOMException" [15]=> string(14) "LogicException" [16]=> string(24) "BadFunctionCallException" [17]=> string(22) "BadMethodCallException" [18]=> string(15) "DomainException" [19]=> string(24) "InvalidArgumentException" [20]=> string(15) "LengthException" [21]=> string(19) "OutOfRangeException" [22]=> string(16) "RuntimeException" [23]=> string(20) "OutOfBoundsException" [24]=> string(17) "OverflowException" [25]=> string(14) "RangeException" [26]=> string(18) "UnderflowException" [27]=> string(24) "UnexpectedValueException" [28]=> string(13) "SplFixedArray" [29]=> string(12) "PDOException" [30]=> string(3) "PDO" [31]=> string(12) "PDOStatement" [32]=> string(19) "ReflectionException" [33]=> string(14) "AssertionError" [34]=> string(13) "PharException" [35]=> string(13) "IntlException" } array(51) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(10) "ParseError" [4]=> string(9) "TypeError" [5]=> string(15) "ArithmeticError" [6]=> string(19) "DivisionByZeroError" [7]=> string(24) "ClosedGeneratorException" [8]=> string(12) "DOMException" [9]=> string(14) "LogicException" [10]=> string(24) "BadFunctionCallException" [11]=> string(22) "BadMethodCallException" [12]=> string(15) "DomainException" [13]=> string(24) "InvalidArgumentException" [14]=> string(15) "LengthException" [15]=> string(19) "OutOfRangeException" [16]=> string(16) "RuntimeException" [17]=> string(20) "OutOfBoundsException" [18]=> string(17) "OverflowException" [19]=> string(14) "RangeException" [20]=> string(18) "UnderflowException" [21]=> string(24) "UnexpectedValueException" [22]=> string(15) "CachingIterator" [23]=> string(24) "RecursiveCachingIterator" [24]=> string(11) "SplFileInfo" [25]=> string(17) "DirectoryIterator" [26]=> string(18) "FilesystemIterator" [27]=> string(26) "RecursiveDirectoryIterator" [28]=> string(12) "GlobIterator" [29]=> string(13) "SplFileObject" [30]=> string(17) "SplTempFileObject" [31]=> string(12) "PDOException" [32]=> string(19) "ReflectionException" [33]=> string(26) "ReflectionFunctionAbstract" [34]=> string(18) "ReflectionFunction" [35]=> string(19) "ReflectionParameter" [36]=> string(14) "ReflectionType" [37]=> string(16) "ReflectionMethod" [38]=> string(15) "ReflectionClass" [39]=> string(16) "ReflectionObject" [40]=> string(18) "ReflectionProperty" [41]=> string(19) "ReflectionExtension" [42]=> string(23) "ReflectionZendExtension" [43]=> string(14) "AssertionError" [44]=> string(16) "SimpleXMLElement" [45]=> string(17) "SimpleXMLIterator" [46]=> string(13) "PharException" [47]=> string(4) "Phar" [48]=> string(8) "PharData" [49]=> string(12) "PharFileInfo" [50]=> string(13) "IntlException" }
Output for 7.0.5
array(2) { [0]=> string(3) "PDO" [1]=> string(12) "PDOStatement" } array(35) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(10) "ParseError" [4]=> string(9) "TypeError" [5]=> string(15) "ArithmeticError" [6]=> string(19) "DivisionByZeroError" [7]=> string(9) "Generator" [8]=> string(24) "ClosedGeneratorException" [9]=> string(8) "DateTime" [10]=> string(17) "DateTimeImmutable" [11]=> string(12) "DateTimeZone" [12]=> string(12) "DateInterval" [13]=> string(10) "DatePeriod" [14]=> string(12) "DOMException" [15]=> string(14) "LogicException" [16]=> string(24) "BadFunctionCallException" [17]=> string(22) "BadMethodCallException" [18]=> string(15) "DomainException" [19]=> string(24) "InvalidArgumentException" [20]=> string(15) "LengthException" [21]=> string(19) "OutOfRangeException" [22]=> string(16) "RuntimeException" [23]=> string(20) "OutOfBoundsException" [24]=> string(17) "OverflowException" [25]=> string(14) "RangeException" [26]=> string(18) "UnderflowException" [27]=> string(24) "UnexpectedValueException" [28]=> string(13) "SplFixedArray" [29]=> string(12) "PDOException" [30]=> string(3) "PDO" [31]=> string(12) "PDOStatement" [32]=> string(19) "ReflectionException" [33]=> string(14) "AssertionError" [34]=> string(13) "PharException" } array(50) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(10) "ParseError" [4]=> string(9) "TypeError" [5]=> string(15) "ArithmeticError" [6]=> string(19) "DivisionByZeroError" [7]=> string(24) "ClosedGeneratorException" [8]=> string(12) "DOMException" [9]=> string(14) "LogicException" [10]=> string(24) "BadFunctionCallException" [11]=> string(22) "BadMethodCallException" [12]=> string(15) "DomainException" [13]=> string(24) "InvalidArgumentException" [14]=> string(15) "LengthException" [15]=> string(19) "OutOfRangeException" [16]=> string(16) "RuntimeException" [17]=> string(20) "OutOfBoundsException" [18]=> string(17) "OverflowException" [19]=> string(14) "RangeException" [20]=> string(18) "UnderflowException" [21]=> string(24) "UnexpectedValueException" [22]=> string(15) "CachingIterator" [23]=> string(24) "RecursiveCachingIterator" [24]=> string(11) "SplFileInfo" [25]=> string(17) "DirectoryIterator" [26]=> string(18) "FilesystemIterator" [27]=> string(26) "RecursiveDirectoryIterator" [28]=> string(12) "GlobIterator" [29]=> string(13) "SplFileObject" [30]=> string(17) "SplTempFileObject" [31]=> string(12) "PDOException" [32]=> string(19) "ReflectionException" [33]=> string(26) "ReflectionFunctionAbstract" [34]=> string(18) "ReflectionFunction" [35]=> string(19) "ReflectionParameter" [36]=> string(14) "ReflectionType" [37]=> string(16) "ReflectionMethod" [38]=> string(15) "ReflectionClass" [39]=> string(16) "ReflectionObject" [40]=> string(18) "ReflectionProperty" [41]=> string(19) "ReflectionExtension" [42]=> string(23) "ReflectionZendExtension" [43]=> string(14) "AssertionError" [44]=> string(16) "SimpleXMLElement" [45]=> string(17) "SimpleXMLIterator" [46]=> string(13) "PharException" [47]=> string(4) "Phar" [48]=> string(8) "PharData" [49]=> string(12) "PharFileInfo" }
Output for 7.0.0 - 7.0.4
array(2) { [0]=> string(3) "PDO" [1]=> string(12) "PDOStatement" } array(36) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(10) "ParseError" [4]=> string(9) "TypeError" [5]=> string(15) "ArithmeticError" [6]=> string(19) "DivisionByZeroError" [7]=> string(9) "Generator" [8]=> string(24) "ClosedGeneratorException" [9]=> string(8) "DateTime" [10]=> string(17) "DateTimeImmutable" [11]=> string(12) "DateTimeZone" [12]=> string(12) "DateInterval" [13]=> string(10) "DatePeriod" [14]=> string(12) "DOMException" [15]=> string(13) "IntlException" [16]=> string(14) "LogicException" [17]=> string(24) "BadFunctionCallException" [18]=> string(22) "BadMethodCallException" [19]=> string(15) "DomainException" [20]=> string(24) "InvalidArgumentException" [21]=> string(15) "LengthException" [22]=> string(19) "OutOfRangeException" [23]=> string(16) "RuntimeException" [24]=> string(20) "OutOfBoundsException" [25]=> string(17) "OverflowException" [26]=> string(14) "RangeException" [27]=> string(18) "UnderflowException" [28]=> string(24) "UnexpectedValueException" [29]=> string(13) "SplFixedArray" [30]=> string(12) "PDOException" [31]=> string(3) "PDO" [32]=> string(12) "PDOStatement" [33]=> string(19) "ReflectionException" [34]=> string(14) "AssertionError" [35]=> string(13) "PharException" } array(51) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(5) "Error" [3]=> string(10) "ParseError" [4]=> string(9) "TypeError" [5]=> string(15) "ArithmeticError" [6]=> string(19) "DivisionByZeroError" [7]=> string(24) "ClosedGeneratorException" [8]=> string(12) "DOMException" [9]=> string(13) "IntlException" [10]=> string(14) "LogicException" [11]=> string(24) "BadFunctionCallException" [12]=> string(22) "BadMethodCallException" [13]=> string(15) "DomainException" [14]=> string(24) "InvalidArgumentException" [15]=> string(15) "LengthException" [16]=> string(19) "OutOfRangeException" [17]=> string(16) "RuntimeException" [18]=> string(20) "OutOfBoundsException" [19]=> string(17) "OverflowException" [20]=> string(14) "RangeException" [21]=> string(18) "UnderflowException" [22]=> string(24) "UnexpectedValueException" [23]=> string(15) "CachingIterator" [24]=> string(24) "RecursiveCachingIterator" [25]=> string(11) "SplFileInfo" [26]=> string(17) "DirectoryIterator" [27]=> string(18) "FilesystemIterator" [28]=> string(26) "RecursiveDirectoryIterator" [29]=> string(12) "GlobIterator" [30]=> string(13) "SplFileObject" [31]=> string(17) "SplTempFileObject" [32]=> string(12) "PDOException" [33]=> string(19) "ReflectionException" [34]=> string(26) "ReflectionFunctionAbstract" [35]=> string(18) "ReflectionFunction" [36]=> string(19) "ReflectionParameter" [37]=> string(14) "ReflectionType" [38]=> string(16) "ReflectionMethod" [39]=> string(15) "ReflectionClass" [40]=> string(16) "ReflectionObject" [41]=> string(18) "ReflectionProperty" [42]=> string(19) "ReflectionExtension" [43]=> string(23) "ReflectionZendExtension" [44]=> string(14) "AssertionError" [45]=> string(16) "SimpleXMLElement" [46]=> string(17) "SimpleXMLIterator" [47]=> string(13) "PharException" [48]=> string(4) "Phar" [49]=> string(8) "PharData" [50]=> string(12) "PharFileInfo" }
Output for 5.5.28, 5.5.35, 5.6.12, 5.6.21 - 5.6.28
array(2) { [0]=> string(3) "PDO" [1]=> string(12) "PDOStatement" } array(29) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(9) "Generator" [3]=> string(8) "DateTime" [4]=> string(17) "DateTimeImmutable" [5]=> string(12) "DateTimeZone" [6]=> string(12) "DateInterval" [7]=> string(10) "DatePeriod" [8]=> string(12) "DOMException" [9]=> string(14) "LogicException" [10]=> string(24) "BadFunctionCallException" [11]=> string(22) "BadMethodCallException" [12]=> string(15) "DomainException" [13]=> string(24) "InvalidArgumentException" [14]=> string(15) "LengthException" [15]=> string(19) "OutOfRangeException" [16]=> string(16) "RuntimeException" [17]=> string(20) "OutOfBoundsException" [18]=> string(17) "OverflowException" [19]=> string(14) "RangeException" [20]=> string(18) "UnderflowException" [21]=> string(24) "UnexpectedValueException" [22]=> string(13) "SplFixedArray" [23]=> string(12) "PDOException" [24]=> string(3) "PDO" [25]=> string(12) "PDOStatement" [26]=> string(19) "ReflectionException" [27]=> string(13) "PharException" [28]=> string(13) "IntlException" } array(43) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(12) "DOMException" [3]=> string(14) "LogicException" [4]=> string(24) "BadFunctionCallException" [5]=> string(22) "BadMethodCallException" [6]=> string(15) "DomainException" [7]=> string(24) "InvalidArgumentException" [8]=> string(15) "LengthException" [9]=> string(19) "OutOfRangeException" [10]=> string(16) "RuntimeException" [11]=> string(20) "OutOfBoundsException" [12]=> string(17) "OverflowException" [13]=> string(14) "RangeException" [14]=> string(18) "UnderflowException" [15]=> string(24) "UnexpectedValueException" [16]=> string(15) "CachingIterator" [17]=> string(24) "RecursiveCachingIterator" [18]=> string(11) "SplFileInfo" [19]=> string(17) "DirectoryIterator" [20]=> string(18) "FilesystemIterator" [21]=> string(26) "RecursiveDirectoryIterator" [22]=> string(12) "GlobIterator" [23]=> string(13) "SplFileObject" [24]=> string(17) "SplTempFileObject" [25]=> string(12) "PDOException" [26]=> string(19) "ReflectionException" [27]=> string(26) "ReflectionFunctionAbstract" [28]=> string(18) "ReflectionFunction" [29]=> string(19) "ReflectionParameter" [30]=> string(16) "ReflectionMethod" [31]=> string(15) "ReflectionClass" [32]=> string(16) "ReflectionObject" [33]=> string(18) "ReflectionProperty" [34]=> string(19) "ReflectionExtension" [35]=> string(23) "ReflectionZendExtension" [36]=> string(16) "SimpleXMLElement" [37]=> string(17) "SimpleXMLIterator" [38]=> string(13) "PharException" [39]=> string(4) "Phar" [40]=> string(8) "PharData" [41]=> string(12) "PharFileInfo" [42]=> string(13) "IntlException" }
Output for 5.5.29 - 5.5.30, 5.5.34, 5.6.13 - 5.6.15, 5.6.20
array(2) { [0]=> string(3) "PDO" [1]=> string(12) "PDOStatement" } array(28) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(9) "Generator" [3]=> string(8) "DateTime" [4]=> string(17) "DateTimeImmutable" [5]=> string(12) "DateTimeZone" [6]=> string(12) "DateInterval" [7]=> string(10) "DatePeriod" [8]=> string(12) "DOMException" [9]=> string(14) "LogicException" [10]=> string(24) "BadFunctionCallException" [11]=> string(22) "BadMethodCallException" [12]=> string(15) "DomainException" [13]=> string(24) "InvalidArgumentException" [14]=> string(15) "LengthException" [15]=> string(19) "OutOfRangeException" [16]=> string(16) "RuntimeException" [17]=> string(20) "OutOfBoundsException" [18]=> string(17) "OverflowException" [19]=> string(14) "RangeException" [20]=> string(18) "UnderflowException" [21]=> string(24) "UnexpectedValueException" [22]=> string(13) "SplFixedArray" [23]=> string(12) "PDOException" [24]=> string(3) "PDO" [25]=> string(12) "PDOStatement" [26]=> string(19) "ReflectionException" [27]=> string(13) "PharException" } array(42) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(12) "DOMException" [3]=> string(14) "LogicException" [4]=> string(24) "BadFunctionCallException" [5]=> string(22) "BadMethodCallException" [6]=> string(15) "DomainException" [7]=> string(24) "InvalidArgumentException" [8]=> string(15) "LengthException" [9]=> string(19) "OutOfRangeException" [10]=> string(16) "RuntimeException" [11]=> string(20) "OutOfBoundsException" [12]=> string(17) "OverflowException" [13]=> string(14) "RangeException" [14]=> string(18) "UnderflowException" [15]=> string(24) "UnexpectedValueException" [16]=> string(15) "CachingIterator" [17]=> string(24) "RecursiveCachingIterator" [18]=> string(11) "SplFileInfo" [19]=> string(17) "DirectoryIterator" [20]=> string(18) "FilesystemIterator" [21]=> string(26) "RecursiveDirectoryIterator" [22]=> string(12) "GlobIterator" [23]=> string(13) "SplFileObject" [24]=> string(17) "SplTempFileObject" [25]=> string(12) "PDOException" [26]=> string(19) "ReflectionException" [27]=> string(26) "ReflectionFunctionAbstract" [28]=> string(18) "ReflectionFunction" [29]=> string(19) "ReflectionParameter" [30]=> string(16) "ReflectionMethod" [31]=> string(15) "ReflectionClass" [32]=> string(16) "ReflectionObject" [33]=> string(18) "ReflectionProperty" [34]=> string(19) "ReflectionExtension" [35]=> string(23) "ReflectionZendExtension" [36]=> string(16) "SimpleXMLElement" [37]=> string(17) "SimpleXMLIterator" [38]=> string(13) "PharException" [39]=> string(4) "Phar" [40]=> string(8) "PharData" [41]=> string(12) "PharFileInfo" }
Output for 5.5.31 - 5.5.33, 5.6.16 - 5.6.19
array(2) { [0]=> string(3) "PDO" [1]=> string(12) "PDOStatement" } array(29) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(9) "Generator" [3]=> string(8) "DateTime" [4]=> string(17) "DateTimeImmutable" [5]=> string(12) "DateTimeZone" [6]=> string(12) "DateInterval" [7]=> string(10) "DatePeriod" [8]=> string(12) "DOMException" [9]=> string(13) "IntlException" [10]=> string(14) "LogicException" [11]=> string(24) "BadFunctionCallException" [12]=> string(22) "BadMethodCallException" [13]=> string(15) "DomainException" [14]=> string(24) "InvalidArgumentException" [15]=> string(15) "LengthException" [16]=> string(19) "OutOfRangeException" [17]=> string(16) "RuntimeException" [18]=> string(20) "OutOfBoundsException" [19]=> string(17) "OverflowException" [20]=> string(14) "RangeException" [21]=> string(18) "UnderflowException" [22]=> string(24) "UnexpectedValueException" [23]=> string(13) "SplFixedArray" [24]=> string(12) "PDOException" [25]=> string(3) "PDO" [26]=> string(12) "PDOStatement" [27]=> string(19) "ReflectionException" [28]=> string(13) "PharException" } array(43) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(12) "DOMException" [3]=> string(13) "IntlException" [4]=> string(14) "LogicException" [5]=> string(24) "BadFunctionCallException" [6]=> string(22) "BadMethodCallException" [7]=> string(15) "DomainException" [8]=> string(24) "InvalidArgumentException" [9]=> string(15) "LengthException" [10]=> string(19) "OutOfRangeException" [11]=> string(16) "RuntimeException" [12]=> string(20) "OutOfBoundsException" [13]=> string(17) "OverflowException" [14]=> string(14) "RangeException" [15]=> string(18) "UnderflowException" [16]=> string(24) "UnexpectedValueException" [17]=> string(15) "CachingIterator" [18]=> string(24) "RecursiveCachingIterator" [19]=> string(11) "SplFileInfo" [20]=> string(17) "DirectoryIterator" [21]=> string(18) "FilesystemIterator" [22]=> string(26) "RecursiveDirectoryIterator" [23]=> string(12) "GlobIterator" [24]=> string(13) "SplFileObject" [25]=> string(17) "SplTempFileObject" [26]=> string(12) "PDOException" [27]=> string(19) "ReflectionException" [28]=> string(26) "ReflectionFunctionAbstract" [29]=> string(18) "ReflectionFunction" [30]=> string(19) "ReflectionParameter" [31]=> string(16) "ReflectionMethod" [32]=> string(15) "ReflectionClass" [33]=> string(16) "ReflectionObject" [34]=> string(18) "ReflectionProperty" [35]=> string(19) "ReflectionExtension" [36]=> string(23) "ReflectionZendExtension" [37]=> string(16) "SimpleXMLElement" [38]=> string(17) "SimpleXMLIterator" [39]=> string(13) "PharException" [40]=> string(4) "Phar" [41]=> string(8) "PharData" [42]=> string(12) "PharFileInfo" }
Output for 5.5.24 - 5.5.27, 5.6.8 - 5.6.11
array(2) { [0]=> string(3) "PDO" [1]=> string(12) "PDOStatement" } array(9) { [0]=> string(9) "Generator" [1]=> string(8) "DateTime" [2]=> string(17) "DateTimeImmutable" [3]=> string(12) "DateTimeZone" [4]=> string(12) "DateInterval" [5]=> string(10) "DatePeriod" [6]=> string(13) "SplFixedArray" [7]=> string(3) "PDO" [8]=> string(12) "PDOStatement" } array(43) { [0]=> string(9) "Exception" [1]=> string(14) "ErrorException" [2]=> string(12) "DOMException" [3]=> string(14) "LogicException" [4]=> string(24) "BadFunctionCallException" [5]=> string(22) "BadMethodCallException" [6]=> string(15) "DomainException" [7]=> string(24) "InvalidArgumentException" [8]=> string(15) "LengthException" [9]=> string(19) "OutOfRangeException" [10]=> string(16) "RuntimeException" [11]=> string(20) "OutOfBoundsException" [12]=> string(17) "OverflowException" [13]=> string(14) "RangeException" [14]=> string(18) "UnderflowException" [15]=> string(24) "UnexpectedValueException" [16]=> string(15) "CachingIterator" [17]=> string(24) "RecursiveCachingIterator" [18]=> string(11) "SplFileInfo" [19]=> string(17) "DirectoryIterator" [20]=> string(18) "FilesystemIterator" [21]=> string(26) "RecursiveDirectoryIterator" [22]=> string(12) "GlobIterator" [23]=> string(13) "SplFileObject" [24]=> string(17) "SplTempFileObject" [25]=> string(12) "PDOException" [26]=> string(19) "ReflectionException" [27]=> string(26) "ReflectionFunctionAbstract" [28]=> string(18) "ReflectionFunction" [29]=> string(19) "ReflectionParameter" [30]=> string(16) "ReflectionMethod" [31]=> string(15) "ReflectionClass" [32]=> string(16) "ReflectionObject" [33]=> string(18) "ReflectionProperty" [34]=> string(19) "ReflectionExtension" [35]=> string(23) "ReflectionZendExtension" [36]=> string(16) "SimpleXMLElement" [37]=> string(17) "SimpleXMLIterator" [38]=> string(13) "PharException" [39]=> string(4) "Phar" [40]=> string(8) "PharData" [41]=> string(12) "PharFileInfo" [42]=> string(13) "IntlException" }

preferences:
166.82 ms | 409 KiB | 182 Q