3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump( array_filter( get_declared_classes(), function ($className) { $r = new \ReflectionClass($className); return $r->hasMethod('__toString'); } ) );
Output for 8.3.0 - 8.3.6
array(80) { [1]=> string(9) "Exception" [2]=> string(14) "ErrorException" [3]=> string(5) "Error" [4]=> string(12) "CompileError" [5]=> string(10) "ParseError" [6]=> string(9) "TypeError" [7]=> string(18) "ArgumentCountError" [8]=> string(10) "ValueError" [9]=> string(15) "ArithmeticError" [10]=> string(19) "DivisionByZeroError" [11]=> string(19) "UnhandledMatchError" [14]=> string(24) "ClosedGeneratorException" [24]=> string(10) "FiberError" [31]=> string(9) "DateError" [32]=> string(15) "DateObjectError" [33]=> string(14) "DateRangeError" [34]=> string(13) "DateException" [35]=> string(28) "DateInvalidTimeZoneException" [36]=> string(29) "DateInvalidOperationException" [37]=> string(28) "DateMalformedStringException" [38]=> string(36) "DateMalformedIntervalStringException" [39]=> string(34) "DateMalformedPeriodStringException" [41]=> string(16) "SQLite3Exception" [47]=> string(12) "DOMException" [69]=> string(13) "JsonException" [70]=> string(14) "LogicException" [71]=> string(24) "BadFunctionCallException" [72]=> string(22) "BadMethodCallException" [73]=> string(15) "DomainException" [74]=> string(24) "InvalidArgumentException" [75]=> string(15) "LengthException" [76]=> string(19) "OutOfRangeException" [77]=> string(16) "RuntimeException" [78]=> string(20) "OutOfBoundsException" [79]=> string(17) "OverflowException" [80]=> string(14) "RangeException" [81]=> string(18) "UnderflowException" [82]=> string(24) "UnexpectedValueException" [91]=> string(15) "CachingIterator" [92]=> string(24) "RecursiveCachingIterator" [103]=> string(11) "SplFileInfo" [104]=> string(17) "DirectoryIterator" [105]=> string(18) "FilesystemIterator" [106]=> string(26) "RecursiveDirectoryIterator" [107]=> string(12) "GlobIterator" [108]=> string(13) "SplFileObject" [109]=> string(17) "SplTempFileObject" [120]=> string(12) "PDOException" [125]=> string(18) "Random\RandomError" [126]=> string(30) "Random\BrokenRandomEngineError" [127]=> string(22) "Random\RandomException" [134]=> string(19) "ReflectionException" [136]=> string(26) "ReflectionFunctionAbstract" [137]=> string(18) "ReflectionFunction" [139]=> string(19) "ReflectionParameter" [140]=> string(14) "ReflectionType" [141]=> string(19) "ReflectionNamedType" [142]=> string(19) "ReflectionUnionType" [143]=> string(26) "ReflectionIntersectionType" [144]=> string(16) "ReflectionMethod" [145]=> string(15) "ReflectionClass" [146]=> string(16) "ReflectionObject" [147]=> string(18) "ReflectionProperty" [148]=> string(23) "ReflectionClassConstant" [149]=> string(19) "ReflectionExtension" [150]=> string(23) "ReflectionZendExtension" [152]=> string(19) "ReflectionAttribute" [153]=> string(14) "ReflectionEnum" [154]=> string(22) "ReflectionEnumUnitCase" [155]=> string(24) "ReflectionEnumBackedCase" [158]=> string(14) "AssertionError" [161]=> string(16) "SimpleXMLElement" [162]=> string(17) "SimpleXMLIterator" [163]=> string(13) "PharException" [164]=> string(4) "Phar" [165]=> string(8) "PharData" [166]=> string(12) "PharFileInfo" [167]=> string(8) "PhpToken" [185]=> string(13) "IntlException" [193]=> string(15) "SodiumException" }
Output for 8.2.0 - 8.2.18
array(70) { [1]=> string(9) "Exception" [2]=> string(14) "ErrorException" [3]=> string(5) "Error" [4]=> string(12) "CompileError" [5]=> string(10) "ParseError" [6]=> string(9) "TypeError" [7]=> string(18) "ArgumentCountError" [8]=> string(10) "ValueError" [9]=> string(15) "ArithmeticError" [10]=> string(19) "DivisionByZeroError" [11]=> string(19) "UnhandledMatchError" [14]=> string(24) "ClosedGeneratorException" [23]=> string(10) "FiberError" [36]=> string(12) "DOMException" [58]=> string(13) "JsonException" [59]=> string(14) "LogicException" [60]=> string(24) "BadFunctionCallException" [61]=> string(22) "BadMethodCallException" [62]=> string(15) "DomainException" [63]=> string(24) "InvalidArgumentException" [64]=> string(15) "LengthException" [65]=> string(19) "OutOfRangeException" [66]=> string(16) "RuntimeException" [67]=> string(20) "OutOfBoundsException" [68]=> string(17) "OverflowException" [69]=> string(14) "RangeException" [70]=> string(18) "UnderflowException" [71]=> string(24) "UnexpectedValueException" [80]=> string(15) "CachingIterator" [81]=> string(24) "RecursiveCachingIterator" [92]=> string(11) "SplFileInfo" [93]=> string(17) "DirectoryIterator" [94]=> string(18) "FilesystemIterator" [95]=> string(26) "RecursiveDirectoryIterator" [96]=> string(12) "GlobIterator" [97]=> string(13) "SplFileObject" [98]=> string(17) "SplTempFileObject" [109]=> string(12) "PDOException" [114]=> string(18) "Random\RandomError" [115]=> string(30) "Random\BrokenRandomEngineError" [116]=> string(22) "Random\RandomException" [122]=> string(19) "ReflectionException" [124]=> string(26) "ReflectionFunctionAbstract" [125]=> string(18) "ReflectionFunction" [127]=> string(19) "ReflectionParameter" [128]=> string(14) "ReflectionType" [129]=> string(19) "ReflectionNamedType" [130]=> string(19) "ReflectionUnionType" [131]=> string(26) "ReflectionIntersectionType" [132]=> string(16) "ReflectionMethod" [133]=> string(15) "ReflectionClass" [134]=> string(16) "ReflectionObject" [135]=> string(18) "ReflectionProperty" [136]=> string(23) "ReflectionClassConstant" [137]=> string(19) "ReflectionExtension" [138]=> string(23) "ReflectionZendExtension" [140]=> string(19) "ReflectionAttribute" [141]=> string(14) "ReflectionEnum" [142]=> string(22) "ReflectionEnumUnitCase" [143]=> string(24) "ReflectionEnumBackedCase" [146]=> string(14) "AssertionError" [149]=> string(16) "SimpleXMLElement" [150]=> string(17) "SimpleXMLIterator" [151]=> string(13) "PharException" [152]=> string(4) "Phar" [153]=> string(8) "PharData" [154]=> string(12) "PharFileInfo" [155]=> string(8) "PhpToken" [173]=> string(13) "IntlException" [181]=> string(15) "SodiumException" }
Output for 8.1.0 - 8.1.28
array(67) { [2]=> string(9) "Exception" [3]=> string(14) "ErrorException" [4]=> string(5) "Error" [5]=> string(12) "CompileError" [6]=> string(10) "ParseError" [7]=> string(9) "TypeError" [8]=> string(18) "ArgumentCountError" [9]=> string(10) "ValueError" [10]=> string(15) "ArithmeticError" [11]=> string(19) "DivisionByZeroError" [12]=> string(19) "UnhandledMatchError" [15]=> string(24) "ClosedGeneratorException" [21]=> string(10) "FiberError" [33]=> string(12) "DOMException" [55]=> string(13) "JsonException" [56]=> string(14) "LogicException" [57]=> string(24) "BadFunctionCallException" [58]=> string(22) "BadMethodCallException" [59]=> string(15) "DomainException" [60]=> string(24) "InvalidArgumentException" [61]=> string(15) "LengthException" [62]=> string(19) "OutOfRangeException" [63]=> string(16) "RuntimeException" [64]=> string(20) "OutOfBoundsException" [65]=> string(17) "OverflowException" [66]=> string(14) "RangeException" [67]=> string(18) "UnderflowException" [68]=> string(24) "UnexpectedValueException" [77]=> string(15) "CachingIterator" [78]=> string(24) "RecursiveCachingIterator" [89]=> string(11) "SplFileInfo" [90]=> string(17) "DirectoryIterator" [91]=> string(18) "FilesystemIterator" [92]=> string(26) "RecursiveDirectoryIterator" [93]=> string(12) "GlobIterator" [94]=> string(13) "SplFileObject" [95]=> string(17) "SplTempFileObject" [106]=> string(12) "PDOException" [111]=> string(19) "ReflectionException" [113]=> string(26) "ReflectionFunctionAbstract" [114]=> string(18) "ReflectionFunction" [116]=> string(19) "ReflectionParameter" [117]=> string(14) "ReflectionType" [118]=> string(19) "ReflectionNamedType" [119]=> string(19) "ReflectionUnionType" [120]=> string(26) "ReflectionIntersectionType" [121]=> string(16) "ReflectionMethod" [122]=> string(15) "ReflectionClass" [123]=> string(16) "ReflectionObject" [124]=> string(18) "ReflectionProperty" [125]=> string(23) "ReflectionClassConstant" [126]=> string(19) "ReflectionExtension" [127]=> string(23) "ReflectionZendExtension" [129]=> string(19) "ReflectionAttribute" [130]=> string(14) "ReflectionEnum" [131]=> string(22) "ReflectionEnumUnitCase" [132]=> string(24) "ReflectionEnumBackedCase" [135]=> string(14) "AssertionError" [138]=> string(16) "SimpleXMLElement" [139]=> string(17) "SimpleXMLIterator" [140]=> string(13) "PharException" [141]=> string(4) "Phar" [142]=> string(8) "PharData" [143]=> string(12) "PharFileInfo" [144]=> string(8) "PhpToken" [162]=> string(13) "IntlException" [170]=> string(15) "SodiumException" }
Output for 8.0.1 - 8.0.12, 8.0.14 - 8.0.30
array(61) { [2]=> string(9) "Exception" [3]=> string(14) "ErrorException" [4]=> string(5) "Error" [5]=> string(12) "CompileError" [6]=> string(10) "ParseError" [7]=> string(9) "TypeError" [8]=> string(18) "ArgumentCountError" [9]=> string(10) "ValueError" [10]=> string(15) "ArithmeticError" [11]=> string(19) "DivisionByZeroError" [12]=> string(19) "UnhandledMatchError" [15]=> string(24) "ClosedGeneratorException" [30]=> string(12) "DOMException" [52]=> string(13) "JsonException" [53]=> string(14) "LogicException" [54]=> string(24) "BadFunctionCallException" [55]=> string(22) "BadMethodCallException" [56]=> string(15) "DomainException" [57]=> string(24) "InvalidArgumentException" [58]=> string(15) "LengthException" [59]=> string(19) "OutOfRangeException" [60]=> string(16) "RuntimeException" [61]=> string(20) "OutOfBoundsException" [62]=> string(17) "OverflowException" [63]=> string(14) "RangeException" [64]=> string(18) "UnderflowException" [65]=> string(24) "UnexpectedValueException" [74]=> string(15) "CachingIterator" [75]=> string(24) "RecursiveCachingIterator" [86]=> string(11) "SplFileInfo" [87]=> string(17) "DirectoryIterator" [88]=> string(18) "FilesystemIterator" [89]=> string(26) "RecursiveDirectoryIterator" [90]=> string(12) "GlobIterator" [91]=> string(13) "SplFileObject" [92]=> string(17) "SplTempFileObject" [103]=> string(12) "PDOException" [108]=> string(19) "ReflectionException" [110]=> string(26) "ReflectionFunctionAbstract" [111]=> string(18) "ReflectionFunction" [113]=> string(19) "ReflectionParameter" [114]=> string(14) "ReflectionType" [115]=> string(19) "ReflectionNamedType" [116]=> string(19) "ReflectionUnionType" [117]=> string(16) "ReflectionMethod" [118]=> string(15) "ReflectionClass" [119]=> string(16) "ReflectionObject" [120]=> string(18) "ReflectionProperty" [121]=> string(23) "ReflectionClassConstant" [122]=> string(19) "ReflectionExtension" [123]=> string(23) "ReflectionZendExtension" [129]=> string(14) "AssertionError" [130]=> string(16) "SimpleXMLElement" [131]=> string(17) "SimpleXMLIterator" [132]=> string(13) "PharException" [133]=> string(4) "Phar" [134]=> string(8) "PharData" [135]=> string(12) "PharFileInfo" [136]=> string(8) "PhpToken" [153]=> string(13) "IntlException" [161]=> string(15) "SodiumException" }
Output for 8.0.13
array(60) { [2]=> string(9) "Exception" [3]=> string(14) "ErrorException" [4]=> string(5) "Error" [5]=> string(12) "CompileError" [6]=> string(10) "ParseError" [7]=> string(9) "TypeError" [8]=> string(18) "ArgumentCountError" [9]=> string(10) "ValueError" [10]=> string(15) "ArithmeticError" [11]=> string(19) "DivisionByZeroError" [12]=> string(19) "UnhandledMatchError" [15]=> string(24) "ClosedGeneratorException" [30]=> string(12) "DOMException" [52]=> string(13) "JsonException" [53]=> string(14) "LogicException" [54]=> string(24) "BadFunctionCallException" [55]=> string(22) "BadMethodCallException" [56]=> string(15) "DomainException" [57]=> string(24) "InvalidArgumentException" [58]=> string(15) "LengthException" [59]=> string(19) "OutOfRangeException" [60]=> string(16) "RuntimeException" [61]=> string(20) "OutOfBoundsException" [62]=> string(17) "OverflowException" [63]=> string(14) "RangeException" [64]=> string(18) "UnderflowException" [65]=> string(24) "UnexpectedValueException" [74]=> string(15) "CachingIterator" [75]=> string(24) "RecursiveCachingIterator" [86]=> string(11) "SplFileInfo" [87]=> string(17) "DirectoryIterator" [88]=> string(18) "FilesystemIterator" [89]=> string(26) "RecursiveDirectoryIterator" [90]=> string(12) "GlobIterator" [91]=> string(13) "SplFileObject" [92]=> string(17) "SplTempFileObject" [103]=> string(12) "PDOException" [108]=> string(19) "ReflectionException" [110]=> string(26) "ReflectionFunctionAbstract" [111]=> string(18) "ReflectionFunction" [113]=> string(19) "ReflectionParameter" [114]=> string(14) "ReflectionType" [115]=> string(19) "ReflectionNamedType" [116]=> string(19) "ReflectionUnionType" [117]=> string(16) "ReflectionMethod" [118]=> string(15) "ReflectionClass" [119]=> string(16) "ReflectionObject" [120]=> string(18) "ReflectionProperty" [121]=> string(23) "ReflectionClassConstant" [122]=> string(19) "ReflectionExtension" [123]=> string(23) "ReflectionZendExtension" [129]=> string(14) "AssertionError" [130]=> string(16) "SimpleXMLElement" [131]=> string(17) "SimpleXMLIterator" [132]=> string(13) "PharException" [133]=> string(4) "Phar" [134]=> string(8) "PharData" [135]=> string(12) "PharFileInfo" [136]=> string(8) "PhpToken" [140]=> string(15) "SodiumException" }
Output for 8.0.0
array(60) { [2]=> string(9) "Exception" [3]=> string(14) "ErrorException" [4]=> string(5) "Error" [5]=> string(12) "CompileError" [6]=> string(10) "ParseError" [7]=> string(9) "TypeError" [8]=> string(18) "ArgumentCountError" [9]=> string(10) "ValueError" [10]=> string(15) "ArithmeticError" [11]=> string(19) "DivisionByZeroError" [12]=> string(19) "UnhandledMatchError" [15]=> string(24) "ClosedGeneratorException" [30]=> string(12) "DOMException" [52]=> string(13) "JsonException" [53]=> string(14) "LogicException" [54]=> string(24) "BadFunctionCallException" [55]=> string(22) "BadMethodCallException" [56]=> string(15) "DomainException" [57]=> string(24) "InvalidArgumentException" [58]=> string(15) "LengthException" [59]=> string(19) "OutOfRangeException" [60]=> string(16) "RuntimeException" [61]=> string(20) "OutOfBoundsException" [62]=> string(17) "OverflowException" [63]=> string(14) "RangeException" [64]=> string(18) "UnderflowException" [65]=> string(24) "UnexpectedValueException" [74]=> string(15) "CachingIterator" [75]=> string(24) "RecursiveCachingIterator" [86]=> string(11) "SplFileInfo" [87]=> string(17) "DirectoryIterator" [88]=> string(18) "FilesystemIterator" [89]=> string(26) "RecursiveDirectoryIterator" [90]=> string(12) "GlobIterator" [91]=> string(13) "SplFileObject" [92]=> string(17) "SplTempFileObject" [103]=> string(12) "PDOException" [108]=> string(19) "ReflectionException" [110]=> string(26) "ReflectionFunctionAbstract" [111]=> string(18) "ReflectionFunction" [113]=> string(19) "ReflectionParameter" [114]=> string(14) "ReflectionType" [115]=> string(19) "ReflectionNamedType" [116]=> string(19) "ReflectionUnionType" [117]=> string(16) "ReflectionMethod" [118]=> string(15) "ReflectionClass" [119]=> string(16) "ReflectionObject" [120]=> string(18) "ReflectionProperty" [121]=> string(23) "ReflectionClassConstant" [122]=> string(19) "ReflectionExtension" [123]=> string(23) "ReflectionZendExtension" [129]=> string(14) "AssertionError" [130]=> string(16) "SimpleXMLElement" [131]=> string(17) "SimpleXMLIterator" [132]=> string(13) "PharException" [133]=> string(4) "Phar" [134]=> string(8) "PharData" [135]=> string(12) "PharFileInfo" [136]=> string(8) "PhpToken" [153]=> string(13) "IntlException" }
Output for 7.4.33
array(55) { [1]=> string(9) "Exception" [2]=> string(14) "ErrorException" [3]=> string(5) "Error" [4]=> string(12) "CompileError" [5]=> string(10) "ParseError" [6]=> string(9) "TypeError" [7]=> string(18) "ArgumentCountError" [8]=> string(15) "ArithmeticError" [9]=> string(19) "DivisionByZeroError" [12]=> string(24) "ClosedGeneratorException" [23]=> string(12) "DOMException" [56]=> string(13) "JsonException" [57]=> string(14) "LogicException" [58]=> string(24) "BadFunctionCallException" [59]=> string(22) "BadMethodCallException" [60]=> string(15) "DomainException" [61]=> string(24) "InvalidArgumentException" [62]=> string(15) "LengthException" [63]=> string(19) "OutOfRangeException" [64]=> string(16) "RuntimeException" [65]=> string(20) "OutOfBoundsException" [66]=> string(17) "OverflowException" [67]=> string(14) "RangeException" [68]=> string(18) "UnderflowException" [69]=> string(24) "UnexpectedValueException" [78]=> string(15) "CachingIterator" [79]=> string(24) "RecursiveCachingIterator" [90]=> string(11) "SplFileInfo" [91]=> string(17) "DirectoryIterator" [92]=> string(18) "FilesystemIterator" [93]=> string(26) "RecursiveDirectoryIterator" [94]=> string(12) "GlobIterator" [95]=> string(13) "SplFileObject" [96]=> string(17) "SplTempFileObject" [107]=> string(12) "PDOException" [112]=> string(19) "ReflectionException" [114]=> string(26) "ReflectionFunctionAbstract" [115]=> string(18) "ReflectionFunction" [117]=> string(19) "ReflectionParameter" [118]=> string(14) "ReflectionType" [119]=> string(19) "ReflectionNamedType" [120]=> string(16) "ReflectionMethod" [121]=> string(15) "ReflectionClass" [122]=> string(16) "ReflectionObject" [123]=> string(18) "ReflectionProperty" [124]=> string(23) "ReflectionClassConstant" [125]=> string(19) "ReflectionExtension" [126]=> string(23) "ReflectionZendExtension" [131]=> string(14) "AssertionError" [132]=> string(16) "SimpleXMLElement" [133]=> string(17) "SimpleXMLIterator" [134]=> string(13) "PharException" [135]=> string(4) "Phar" [136]=> string(8) "PharData" [137]=> string(12) "PharFileInfo" }
Output for 7.4.0 - 7.4.32
array(57) { [1]=> string(9) "Exception" [2]=> string(14) "ErrorException" [3]=> string(5) "Error" [4]=> string(12) "CompileError" [5]=> string(10) "ParseError" [6]=> string(9) "TypeError" [7]=> string(18) "ArgumentCountError" [8]=> string(15) "ArithmeticError" [9]=> string(19) "DivisionByZeroError" [12]=> string(24) "ClosedGeneratorException" [23]=> string(12) "DOMException" [56]=> string(13) "JsonException" [57]=> string(14) "LogicException" [58]=> string(24) "BadFunctionCallException" [59]=> string(22) "BadMethodCallException" [60]=> string(15) "DomainException" [61]=> string(24) "InvalidArgumentException" [62]=> string(15) "LengthException" [63]=> string(19) "OutOfRangeException" [64]=> string(16) "RuntimeException" [65]=> string(20) "OutOfBoundsException" [66]=> string(17) "OverflowException" [67]=> string(14) "RangeException" [68]=> string(18) "UnderflowException" [69]=> string(24) "UnexpectedValueException" [78]=> string(15) "CachingIterator" [79]=> string(24) "RecursiveCachingIterator" [90]=> string(11) "SplFileInfo" [91]=> string(17) "DirectoryIterator" [92]=> string(18) "FilesystemIterator" [93]=> string(26) "RecursiveDirectoryIterator" [94]=> string(12) "GlobIterator" [95]=> string(13) "SplFileObject" [96]=> string(17) "SplTempFileObject" [107]=> string(12) "PDOException" [112]=> string(19) "ReflectionException" [114]=> string(26) "ReflectionFunctionAbstract" [115]=> string(18) "ReflectionFunction" [117]=> string(19) "ReflectionParameter" [118]=> string(14) "ReflectionType" [119]=> string(19) "ReflectionNamedType" [120]=> string(16) "ReflectionMethod" [121]=> string(15) "ReflectionClass" [122]=> string(16) "ReflectionObject" [123]=> string(18) "ReflectionProperty" [124]=> string(23) "ReflectionClassConstant" [125]=> string(19) "ReflectionExtension" [126]=> string(23) "ReflectionZendExtension" [131]=> string(14) "AssertionError" [132]=> string(16) "SimpleXMLElement" [133]=> string(17) "SimpleXMLIterator" [134]=> string(13) "PharException" [135]=> string(4) "Phar" [136]=> string(8) "PharData" [137]=> string(12) "PharFileInfo" [153]=> string(13) "IntlException" [161]=> string(15) "SodiumException" }
Output for 7.3.32 - 7.3.33
array(56) { [1]=> string(9) "Exception" [2]=> string(14) "ErrorException" [3]=> string(5) "Error" [4]=> string(12) "CompileError" [5]=> string(10) "ParseError" [6]=> string(9) "TypeError" [7]=> string(18) "ArgumentCountError" [8]=> string(15) "ArithmeticError" [9]=> string(19) "DivisionByZeroError" [12]=> string(24) "ClosedGeneratorException" [22]=> string(12) "DOMException" [55]=> string(13) "JsonException" [56]=> string(14) "LogicException" [57]=> string(24) "BadFunctionCallException" [58]=> string(22) "BadMethodCallException" [59]=> string(15) "DomainException" [60]=> string(24) "InvalidArgumentException" [61]=> string(15) "LengthException" [62]=> string(19) "OutOfRangeException" [63]=> string(16) "RuntimeException" [64]=> string(20) "OutOfBoundsException" [65]=> string(17) "OverflowException" [66]=> string(14) "RangeException" [67]=> string(18) "UnderflowException" [68]=> string(24) "UnexpectedValueException" [77]=> string(15) "CachingIterator" [78]=> string(24) "RecursiveCachingIterator" [89]=> string(11) "SplFileInfo" [90]=> string(17) "DirectoryIterator" [91]=> string(18) "FilesystemIterator" [92]=> string(26) "RecursiveDirectoryIterator" [93]=> string(12) "GlobIterator" [94]=> string(13) "SplFileObject" [95]=> string(17) "SplTempFileObject" [106]=> string(12) "PDOException" [111]=> string(19) "ReflectionException" [113]=> string(26) "ReflectionFunctionAbstract" [114]=> string(18) "ReflectionFunction" [116]=> string(19) "ReflectionParameter" [117]=> string(14) "ReflectionType" [118]=> string(19) "ReflectionNamedType" [119]=> string(16) "ReflectionMethod" [120]=> string(15) "ReflectionClass" [121]=> string(16) "ReflectionObject" [122]=> string(18) "ReflectionProperty" [123]=> string(23) "ReflectionClassConstant" [124]=> string(19) "ReflectionExtension" [125]=> string(23) "ReflectionZendExtension" [129]=> string(14) "AssertionError" [130]=> string(16) "SimpleXMLElement" [131]=> string(17) "SimpleXMLIterator" [132]=> string(13) "PharException" [133]=> string(4) "Phar" [134]=> string(8) "PharData" [135]=> string(12) "PharFileInfo" [138]=> string(15) "SodiumException" }
Output for 7.3.0 - 7.3.31
array(57) { [1]=> string(9) "Exception" [2]=> string(14) "ErrorException" [3]=> string(5) "Error" [4]=> string(12) "CompileError" [5]=> string(10) "ParseError" [6]=> string(9) "TypeError" [7]=> string(18) "ArgumentCountError" [8]=> string(15) "ArithmeticError" [9]=> string(19) "DivisionByZeroError" [12]=> string(24) "ClosedGeneratorException" [22]=> string(12) "DOMException" [55]=> string(13) "JsonException" [56]=> string(14) "LogicException" [57]=> string(24) "BadFunctionCallException" [58]=> string(22) "BadMethodCallException" [59]=> string(15) "DomainException" [60]=> string(24) "InvalidArgumentException" [61]=> string(15) "LengthException" [62]=> string(19) "OutOfRangeException" [63]=> string(16) "RuntimeException" [64]=> string(20) "OutOfBoundsException" [65]=> string(17) "OverflowException" [66]=> string(14) "RangeException" [67]=> string(18) "UnderflowException" [68]=> string(24) "UnexpectedValueException" [77]=> string(15) "CachingIterator" [78]=> string(24) "RecursiveCachingIterator" [89]=> string(11) "SplFileInfo" [90]=> string(17) "DirectoryIterator" [91]=> string(18) "FilesystemIterator" [92]=> string(26) "RecursiveDirectoryIterator" [93]=> string(12) "GlobIterator" [94]=> string(13) "SplFileObject" [95]=> string(17) "SplTempFileObject" [106]=> string(12) "PDOException" [111]=> string(19) "ReflectionException" [113]=> string(26) "ReflectionFunctionAbstract" [114]=> string(18) "ReflectionFunction" [116]=> string(19) "ReflectionParameter" [117]=> string(14) "ReflectionType" [118]=> string(19) "ReflectionNamedType" [119]=> string(16) "ReflectionMethod" [120]=> string(15) "ReflectionClass" [121]=> string(16) "ReflectionObject" [122]=> string(18) "ReflectionProperty" [123]=> string(23) "ReflectionClassConstant" [124]=> string(19) "ReflectionExtension" [125]=> string(23) "ReflectionZendExtension" [129]=> string(14) "AssertionError" [130]=> string(16) "SimpleXMLElement" [131]=> string(17) "SimpleXMLIterator" [132]=> string(13) "PharException" [133]=> string(4) "Phar" [134]=> string(8) "PharData" [135]=> string(12) "PharFileInfo" [151]=> string(13) "IntlException" [159]=> string(15) "SodiumException" }
Output for 7.2.0 - 7.2.33
array(55) { [1]=> string(9) "Exception" [2]=> string(14) "ErrorException" [3]=> string(5) "Error" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(15) "ArithmeticError" [8]=> string(19) "DivisionByZeroError" [11]=> string(24) "ClosedGeneratorException" [21]=> string(12) "DOMException" [54]=> string(14) "LogicException" [55]=> string(24) "BadFunctionCallException" [56]=> string(22) "BadMethodCallException" [57]=> string(15) "DomainException" [58]=> string(24) "InvalidArgumentException" [59]=> string(15) "LengthException" [60]=> string(19) "OutOfRangeException" [61]=> string(16) "RuntimeException" [62]=> string(20) "OutOfBoundsException" [63]=> string(17) "OverflowException" [64]=> string(14) "RangeException" [65]=> string(18) "UnderflowException" [66]=> string(24) "UnexpectedValueException" [75]=> string(15) "CachingIterator" [76]=> string(24) "RecursiveCachingIterator" [87]=> string(11) "SplFileInfo" [88]=> string(17) "DirectoryIterator" [89]=> string(18) "FilesystemIterator" [90]=> string(26) "RecursiveDirectoryIterator" [91]=> string(12) "GlobIterator" [92]=> string(13) "SplFileObject" [93]=> string(17) "SplTempFileObject" [104]=> string(12) "PDOException" [109]=> string(19) "ReflectionException" [111]=> string(26) "ReflectionFunctionAbstract" [112]=> string(18) "ReflectionFunction" [114]=> string(19) "ReflectionParameter" [115]=> string(14) "ReflectionType" [116]=> string(19) "ReflectionNamedType" [117]=> string(16) "ReflectionMethod" [118]=> string(15) "ReflectionClass" [119]=> string(16) "ReflectionObject" [120]=> string(18) "ReflectionProperty" [121]=> string(23) "ReflectionClassConstant" [122]=> string(19) "ReflectionExtension" [123]=> string(23) "ReflectionZendExtension" [127]=> string(14) "AssertionError" [128]=> string(16) "SimpleXMLElement" [129]=> string(17) "SimpleXMLIterator" [130]=> string(13) "PharException" [131]=> string(4) "Phar" [132]=> string(8) "PharData" [133]=> string(12) "PharFileInfo" [149]=> string(13) "IntlException" [157]=> string(15) "SodiumException" }
Output for 7.1.0 - 7.1.25
array(54) { [1]=> string(9) "Exception" [2]=> string(14) "ErrorException" [3]=> string(5) "Error" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(18) "ArgumentCountError" [7]=> string(15) "ArithmeticError" [8]=> string(19) "DivisionByZeroError" [11]=> string(24) "ClosedGeneratorException" [21]=> string(12) "DOMException" [53]=> string(14) "LogicException" [54]=> string(24) "BadFunctionCallException" [55]=> string(22) "BadMethodCallException" [56]=> string(15) "DomainException" [57]=> string(24) "InvalidArgumentException" [58]=> string(15) "LengthException" [59]=> string(19) "OutOfRangeException" [60]=> string(16) "RuntimeException" [61]=> string(20) "OutOfBoundsException" [62]=> string(17) "OverflowException" [63]=> string(14) "RangeException" [64]=> string(18) "UnderflowException" [65]=> string(24) "UnexpectedValueException" [74]=> string(15) "CachingIterator" [75]=> string(24) "RecursiveCachingIterator" [86]=> string(11) "SplFileInfo" [87]=> string(17) "DirectoryIterator" [88]=> string(18) "FilesystemIterator" [89]=> string(26) "RecursiveDirectoryIterator" [90]=> string(12) "GlobIterator" [91]=> string(13) "SplFileObject" [92]=> string(17) "SplTempFileObject" [103]=> string(12) "PDOException" [108]=> string(19) "ReflectionException" [110]=> string(26) "ReflectionFunctionAbstract" [111]=> string(18) "ReflectionFunction" [113]=> string(19) "ReflectionParameter" [114]=> string(14) "ReflectionType" [115]=> string(19) "ReflectionNamedType" [116]=> string(16) "ReflectionMethod" [117]=> string(15) "ReflectionClass" [118]=> string(16) "ReflectionObject" [119]=> string(18) "ReflectionProperty" [120]=> string(23) "ReflectionClassConstant" [121]=> string(19) "ReflectionExtension" [122]=> string(23) "ReflectionZendExtension" [126]=> string(14) "AssertionError" [127]=> string(16) "SimpleXMLElement" [128]=> string(17) "SimpleXMLIterator" [129]=> string(13) "PharException" [130]=> string(4) "Phar" [131]=> string(8) "PharData" [132]=> string(12) "PharFileInfo" [148]=> string(13) "IntlException" }
Output for 7.0.14 - 7.0.20
array(51) { [1]=> string(9) "Exception" [2]=> string(14) "ErrorException" [3]=> string(5) "Error" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(15) "ArithmeticError" [7]=> string(19) "DivisionByZeroError" [10]=> string(24) "ClosedGeneratorException" [20]=> string(12) "DOMException" [52]=> string(14) "LogicException" [53]=> string(24) "BadFunctionCallException" [54]=> string(22) "BadMethodCallException" [55]=> string(15) "DomainException" [56]=> string(24) "InvalidArgumentException" [57]=> string(15) "LengthException" [58]=> string(19) "OutOfRangeException" [59]=> string(16) "RuntimeException" [60]=> string(20) "OutOfBoundsException" [61]=> string(17) "OverflowException" [62]=> string(14) "RangeException" [63]=> string(18) "UnderflowException" [64]=> string(24) "UnexpectedValueException" [73]=> string(15) "CachingIterator" [74]=> string(24) "RecursiveCachingIterator" [85]=> string(11) "SplFileInfo" [86]=> string(17) "DirectoryIterator" [87]=> string(18) "FilesystemIterator" [88]=> string(26) "RecursiveDirectoryIterator" [89]=> string(12) "GlobIterator" [90]=> string(13) "SplFileObject" [91]=> string(17) "SplTempFileObject" [102]=> string(12) "PDOException" [107]=> string(19) "ReflectionException" [109]=> string(26) "ReflectionFunctionAbstract" [110]=> string(18) "ReflectionFunction" [112]=> string(19) "ReflectionParameter" [113]=> string(14) "ReflectionType" [114]=> string(16) "ReflectionMethod" [115]=> string(15) "ReflectionClass" [116]=> string(16) "ReflectionObject" [117]=> string(18) "ReflectionProperty" [118]=> string(19) "ReflectionExtension" [119]=> string(23) "ReflectionZendExtension" [123]=> string(14) "AssertionError" [124]=> string(16) "SimpleXMLElement" [125]=> string(17) "SimpleXMLIterator" [126]=> string(13) "PharException" [127]=> string(4) "Phar" [128]=> string(8) "PharData" [129]=> string(12) "PharFileInfo" [145]=> string(13) "IntlException" }
Output for 7.0.6
array(51) { [1]=> string(9) "Exception" [2]=> string(14) "ErrorException" [3]=> string(5) "Error" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(15) "ArithmeticError" [7]=> string(19) "DivisionByZeroError" [10]=> string(24) "ClosedGeneratorException" [20]=> string(12) "DOMException" [52]=> string(14) "LogicException" [53]=> string(24) "BadFunctionCallException" [54]=> string(22) "BadMethodCallException" [55]=> string(15) "DomainException" [56]=> string(24) "InvalidArgumentException" [57]=> string(15) "LengthException" [58]=> string(19) "OutOfRangeException" [59]=> string(16) "RuntimeException" [60]=> string(20) "OutOfBoundsException" [61]=> string(17) "OverflowException" [62]=> string(14) "RangeException" [63]=> string(18) "UnderflowException" [64]=> string(24) "UnexpectedValueException" [73]=> string(15) "CachingIterator" [74]=> string(24) "RecursiveCachingIterator" [85]=> string(11) "SplFileInfo" [86]=> string(17) "DirectoryIterator" [87]=> string(18) "FilesystemIterator" [88]=> string(26) "RecursiveDirectoryIterator" [89]=> string(12) "GlobIterator" [90]=> string(13) "SplFileObject" [91]=> string(17) "SplTempFileObject" [102]=> string(12) "PDOException" [107]=> string(19) "ReflectionException" [109]=> string(26) "ReflectionFunctionAbstract" [110]=> string(18) "ReflectionFunction" [112]=> string(19) "ReflectionParameter" [113]=> string(14) "ReflectionType" [114]=> string(16) "ReflectionMethod" [115]=> string(15) "ReflectionClass" [116]=> string(16) "ReflectionObject" [117]=> string(18) "ReflectionProperty" [118]=> string(19) "ReflectionExtension" [119]=> string(23) "ReflectionZendExtension" [123]=> string(14) "AssertionError" [124]=> string(16) "SimpleXMLElement" [125]=> string(17) "SimpleXMLIterator" [126]=> string(13) "PharException" [127]=> string(4) "Phar" [128]=> string(8) "PharData" [129]=> string(12) "PharFileInfo" [144]=> string(13) "IntlException" }
Output for 7.0.5
array(50) { [1]=> string(9) "Exception" [2]=> string(14) "ErrorException" [3]=> string(5) "Error" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(15) "ArithmeticError" [7]=> string(19) "DivisionByZeroError" [10]=> string(24) "ClosedGeneratorException" [20]=> string(12) "DOMException" [53]=> string(14) "LogicException" [54]=> string(24) "BadFunctionCallException" [55]=> string(22) "BadMethodCallException" [56]=> string(15) "DomainException" [57]=> string(24) "InvalidArgumentException" [58]=> string(15) "LengthException" [59]=> string(19) "OutOfRangeException" [60]=> string(16) "RuntimeException" [61]=> string(20) "OutOfBoundsException" [62]=> string(17) "OverflowException" [63]=> string(14) "RangeException" [64]=> string(18) "UnderflowException" [65]=> string(24) "UnexpectedValueException" [74]=> string(15) "CachingIterator" [75]=> string(24) "RecursiveCachingIterator" [86]=> string(11) "SplFileInfo" [87]=> string(17) "DirectoryIterator" [88]=> string(18) "FilesystemIterator" [89]=> string(26) "RecursiveDirectoryIterator" [90]=> string(12) "GlobIterator" [91]=> string(13) "SplFileObject" [92]=> string(17) "SplTempFileObject" [103]=> string(12) "PDOException" [108]=> string(19) "ReflectionException" [110]=> string(26) "ReflectionFunctionAbstract" [111]=> string(18) "ReflectionFunction" [113]=> string(19) "ReflectionParameter" [114]=> string(14) "ReflectionType" [115]=> string(16) "ReflectionMethod" [116]=> string(15) "ReflectionClass" [117]=> string(16) "ReflectionObject" [118]=> string(18) "ReflectionProperty" [119]=> string(19) "ReflectionExtension" [120]=> string(23) "ReflectionZendExtension" [124]=> string(14) "AssertionError" [125]=> string(16) "SimpleXMLElement" [126]=> string(17) "SimpleXMLIterator" [127]=> string(13) "PharException" [128]=> string(4) "Phar" [129]=> string(8) "PharData" [130]=> string(12) "PharFileInfo" }
Output for 7.0.0 - 7.0.4
array(51) { [1]=> string(9) "Exception" [2]=> string(14) "ErrorException" [3]=> string(5) "Error" [4]=> string(10) "ParseError" [5]=> string(9) "TypeError" [6]=> string(15) "ArithmeticError" [7]=> string(19) "DivisionByZeroError" [10]=> string(24) "ClosedGeneratorException" [20]=> string(12) "DOMException" [65]=> string(13) "IntlException" [73]=> string(14) "LogicException" [74]=> string(24) "BadFunctionCallException" [75]=> string(22) "BadMethodCallException" [76]=> string(15) "DomainException" [77]=> string(24) "InvalidArgumentException" [78]=> string(15) "LengthException" [79]=> string(19) "OutOfRangeException" [80]=> string(16) "RuntimeException" [81]=> string(20) "OutOfBoundsException" [82]=> string(17) "OverflowException" [83]=> string(14) "RangeException" [84]=> string(18) "UnderflowException" [85]=> string(24) "UnexpectedValueException" [94]=> string(15) "CachingIterator" [95]=> string(24) "RecursiveCachingIterator" [106]=> string(11) "SplFileInfo" [107]=> string(17) "DirectoryIterator" [108]=> string(18) "FilesystemIterator" [109]=> string(26) "RecursiveDirectoryIterator" [110]=> string(12) "GlobIterator" [111]=> string(13) "SplFileObject" [112]=> string(17) "SplTempFileObject" [123]=> string(12) "PDOException" [128]=> string(19) "ReflectionException" [130]=> string(26) "ReflectionFunctionAbstract" [131]=> string(18) "ReflectionFunction" [133]=> string(19) "ReflectionParameter" [134]=> string(14) "ReflectionType" [135]=> string(16) "ReflectionMethod" [136]=> string(15) "ReflectionClass" [137]=> string(16) "ReflectionObject" [138]=> string(18) "ReflectionProperty" [139]=> string(19) "ReflectionExtension" [140]=> string(23) "ReflectionZendExtension" [144]=> string(14) "AssertionError" [145]=> string(16) "SimpleXMLElement" [146]=> string(17) "SimpleXMLIterator" [147]=> string(13) "PharException" [148]=> string(4) "Phar" [149]=> string(8) "PharData" [150]=> string(12) "PharFileInfo" }
Output for 5.6.28
array(43) { [1]=> string(9) "Exception" [2]=> string(14) "ErrorException" [14]=> string(12) "DOMException" [46]=> string(14) "LogicException" [47]=> string(24) "BadFunctionCallException" [48]=> string(22) "BadMethodCallException" [49]=> string(15) "DomainException" [50]=> string(24) "InvalidArgumentException" [51]=> string(15) "LengthException" [52]=> string(19) "OutOfRangeException" [53]=> string(16) "RuntimeException" [54]=> string(20) "OutOfBoundsException" [55]=> string(17) "OverflowException" [56]=> string(14) "RangeException" [57]=> string(18) "UnderflowException" [58]=> string(24) "UnexpectedValueException" [67]=> string(15) "CachingIterator" [68]=> string(24) "RecursiveCachingIterator" [79]=> string(11) "SplFileInfo" [80]=> string(17) "DirectoryIterator" [81]=> string(18) "FilesystemIterator" [82]=> string(26) "RecursiveDirectoryIterator" [83]=> string(12) "GlobIterator" [84]=> string(13) "SplFileObject" [85]=> string(17) "SplTempFileObject" [96]=> string(12) "PDOException" [101]=> string(19) "ReflectionException" [103]=> string(26) "ReflectionFunctionAbstract" [104]=> string(18) "ReflectionFunction" [105]=> string(19) "ReflectionParameter" [106]=> string(16) "ReflectionMethod" [107]=> string(15) "ReflectionClass" [108]=> string(16) "ReflectionObject" [109]=> string(18) "ReflectionProperty" [110]=> string(19) "ReflectionExtension" [111]=> string(23) "ReflectionZendExtension" [115]=> string(16) "SimpleXMLElement" [116]=> string(17) "SimpleXMLIterator" [117]=> string(13) "PharException" [118]=> string(4) "Phar" [119]=> string(8) "PharData" [120]=> string(12) "PharFileInfo" [136]=> string(13) "IntlException" }
Output for 5.5.24 - 5.5.28, 5.5.35, 5.6.21
array(43) { [1]=> string(9) "Exception" [2]=> string(14) "ErrorException" [14]=> string(12) "DOMException" [46]=> string(14) "LogicException" [47]=> string(24) "BadFunctionCallException" [48]=> string(22) "BadMethodCallException" [49]=> string(15) "DomainException" [50]=> string(24) "InvalidArgumentException" [51]=> string(15) "LengthException" [52]=> string(19) "OutOfRangeException" [53]=> string(16) "RuntimeException" [54]=> string(20) "OutOfBoundsException" [55]=> string(17) "OverflowException" [56]=> string(14) "RangeException" [57]=> string(18) "UnderflowException" [58]=> string(24) "UnexpectedValueException" [67]=> string(15) "CachingIterator" [68]=> string(24) "RecursiveCachingIterator" [79]=> string(11) "SplFileInfo" [80]=> string(17) "DirectoryIterator" [81]=> string(18) "FilesystemIterator" [82]=> string(26) "RecursiveDirectoryIterator" [83]=> string(12) "GlobIterator" [84]=> string(13) "SplFileObject" [85]=> string(17) "SplTempFileObject" [96]=> string(12) "PDOException" [101]=> string(19) "ReflectionException" [103]=> string(26) "ReflectionFunctionAbstract" [104]=> string(18) "ReflectionFunction" [105]=> string(19) "ReflectionParameter" [106]=> string(16) "ReflectionMethod" [107]=> string(15) "ReflectionClass" [108]=> string(16) "ReflectionObject" [109]=> string(18) "ReflectionProperty" [110]=> string(19) "ReflectionExtension" [111]=> string(23) "ReflectionZendExtension" [115]=> string(16) "SimpleXMLElement" [116]=> string(17) "SimpleXMLIterator" [117]=> string(13) "PharException" [118]=> string(4) "Phar" [119]=> string(8) "PharData" [120]=> string(12) "PharFileInfo" [135]=> string(13) "IntlException" }
Output for 5.6.13 - 5.6.15, 5.6.20
array(42) { [1]=> string(9) "Exception" [2]=> string(14) "ErrorException" [14]=> string(12) "DOMException" [47]=> string(14) "LogicException" [48]=> string(24) "BadFunctionCallException" [49]=> string(22) "BadMethodCallException" [50]=> string(15) "DomainException" [51]=> string(24) "InvalidArgumentException" [52]=> string(15) "LengthException" [53]=> string(19) "OutOfRangeException" [54]=> string(16) "RuntimeException" [55]=> string(20) "OutOfBoundsException" [56]=> string(17) "OverflowException" [57]=> string(14) "RangeException" [58]=> string(18) "UnderflowException" [59]=> string(24) "UnexpectedValueException" [68]=> string(15) "CachingIterator" [69]=> string(24) "RecursiveCachingIterator" [80]=> string(11) "SplFileInfo" [81]=> string(17) "DirectoryIterator" [82]=> string(18) "FilesystemIterator" [83]=> string(26) "RecursiveDirectoryIterator" [84]=> string(12) "GlobIterator" [85]=> string(13) "SplFileObject" [86]=> string(17) "SplTempFileObject" [97]=> string(12) "PDOException" [102]=> string(19) "ReflectionException" [104]=> string(26) "ReflectionFunctionAbstract" [105]=> string(18) "ReflectionFunction" [106]=> string(19) "ReflectionParameter" [107]=> string(16) "ReflectionMethod" [108]=> string(15) "ReflectionClass" [109]=> string(16) "ReflectionObject" [110]=> string(18) "ReflectionProperty" [111]=> string(19) "ReflectionExtension" [112]=> string(23) "ReflectionZendExtension" [116]=> string(16) "SimpleXMLElement" [117]=> string(17) "SimpleXMLIterator" [118]=> string(13) "PharException" [119]=> string(4) "Phar" [120]=> string(8) "PharData" [121]=> string(12) "PharFileInfo" }
Output for 5.6.16 - 5.6.19
array(43) { [1]=> string(9) "Exception" [2]=> string(14) "ErrorException" [14]=> string(12) "DOMException" [59]=> string(13) "IntlException" [66]=> string(14) "LogicException" [67]=> string(24) "BadFunctionCallException" [68]=> string(22) "BadMethodCallException" [69]=> string(15) "DomainException" [70]=> string(24) "InvalidArgumentException" [71]=> string(15) "LengthException" [72]=> string(19) "OutOfRangeException" [73]=> string(16) "RuntimeException" [74]=> string(20) "OutOfBoundsException" [75]=> string(17) "OverflowException" [76]=> string(14) "RangeException" [77]=> string(18) "UnderflowException" [78]=> string(24) "UnexpectedValueException" [87]=> string(15) "CachingIterator" [88]=> string(24) "RecursiveCachingIterator" [99]=> string(11) "SplFileInfo" [100]=> string(17) "DirectoryIterator" [101]=> string(18) "FilesystemIterator" [102]=> string(26) "RecursiveDirectoryIterator" [103]=> string(12) "GlobIterator" [104]=> string(13) "SplFileObject" [105]=> string(17) "SplTempFileObject" [116]=> string(12) "PDOException" [121]=> string(19) "ReflectionException" [123]=> string(26) "ReflectionFunctionAbstract" [124]=> string(18) "ReflectionFunction" [125]=> string(19) "ReflectionParameter" [126]=> string(16) "ReflectionMethod" [127]=> string(15) "ReflectionClass" [128]=> string(16) "ReflectionObject" [129]=> string(18) "ReflectionProperty" [130]=> string(19) "ReflectionExtension" [131]=> string(23) "ReflectionZendExtension" [135]=> string(16) "SimpleXMLElement" [136]=> string(17) "SimpleXMLIterator" [137]=> string(13) "PharException" [138]=> string(4) "Phar" [139]=> string(8) "PharData" [140]=> string(12) "PharFileInfo" }
Output for 5.6.8 - 5.6.12
array(43) { [1]=> string(9) "Exception" [2]=> string(14) "ErrorException" [14]=> string(12) "DOMException" [47]=> string(14) "LogicException" [48]=> string(24) "BadFunctionCallException" [49]=> string(22) "BadMethodCallException" [50]=> string(15) "DomainException" [51]=> string(24) "InvalidArgumentException" [52]=> string(15) "LengthException" [53]=> string(19) "OutOfRangeException" [54]=> string(16) "RuntimeException" [55]=> string(20) "OutOfBoundsException" [56]=> string(17) "OverflowException" [57]=> string(14) "RangeException" [58]=> string(18) "UnderflowException" [59]=> string(24) "UnexpectedValueException" [68]=> string(15) "CachingIterator" [69]=> string(24) "RecursiveCachingIterator" [80]=> string(11) "SplFileInfo" [81]=> string(17) "DirectoryIterator" [82]=> string(18) "FilesystemIterator" [83]=> string(26) "RecursiveDirectoryIterator" [84]=> string(12) "GlobIterator" [85]=> string(13) "SplFileObject" [86]=> string(17) "SplTempFileObject" [97]=> string(12) "PDOException" [102]=> string(19) "ReflectionException" [104]=> string(26) "ReflectionFunctionAbstract" [105]=> string(18) "ReflectionFunction" [106]=> string(19) "ReflectionParameter" [107]=> string(16) "ReflectionMethod" [108]=> string(15) "ReflectionClass" [109]=> string(16) "ReflectionObject" [110]=> string(18) "ReflectionProperty" [111]=> string(19) "ReflectionExtension" [112]=> string(23) "ReflectionZendExtension" [116]=> string(16) "SimpleXMLElement" [117]=> string(17) "SimpleXMLIterator" [118]=> string(13) "PharException" [119]=> string(4) "Phar" [120]=> string(8) "PharData" [121]=> string(12) "PharFileInfo" [136]=> string(13) "IntlException" }
Output for 5.5.29 - 5.5.30, 5.5.34
array(42) { [1]=> string(9) "Exception" [2]=> string(14) "ErrorException" [14]=> string(12) "DOMException" [46]=> string(14) "LogicException" [47]=> string(24) "BadFunctionCallException" [48]=> string(22) "BadMethodCallException" [49]=> string(15) "DomainException" [50]=> string(24) "InvalidArgumentException" [51]=> string(15) "LengthException" [52]=> string(19) "OutOfRangeException" [53]=> string(16) "RuntimeException" [54]=> string(20) "OutOfBoundsException" [55]=> string(17) "OverflowException" [56]=> string(14) "RangeException" [57]=> string(18) "UnderflowException" [58]=> string(24) "UnexpectedValueException" [67]=> string(15) "CachingIterator" [68]=> string(24) "RecursiveCachingIterator" [79]=> string(11) "SplFileInfo" [80]=> string(17) "DirectoryIterator" [81]=> string(18) "FilesystemIterator" [82]=> string(26) "RecursiveDirectoryIterator" [83]=> string(12) "GlobIterator" [84]=> string(13) "SplFileObject" [85]=> string(17) "SplTempFileObject" [96]=> string(12) "PDOException" [101]=> string(19) "ReflectionException" [103]=> string(26) "ReflectionFunctionAbstract" [104]=> string(18) "ReflectionFunction" [105]=> string(19) "ReflectionParameter" [106]=> string(16) "ReflectionMethod" [107]=> string(15) "ReflectionClass" [108]=> string(16) "ReflectionObject" [109]=> string(18) "ReflectionProperty" [110]=> string(19) "ReflectionExtension" [111]=> string(23) "ReflectionZendExtension" [115]=> string(16) "SimpleXMLElement" [116]=> string(17) "SimpleXMLIterator" [117]=> string(13) "PharException" [118]=> string(4) "Phar" [119]=> string(8) "PharData" [120]=> string(12) "PharFileInfo" }
Output for 5.5.31 - 5.5.33
array(43) { [1]=> string(9) "Exception" [2]=> string(14) "ErrorException" [14]=> string(12) "DOMException" [58]=> string(13) "IntlException" [65]=> string(14) "LogicException" [66]=> string(24) "BadFunctionCallException" [67]=> string(22) "BadMethodCallException" [68]=> string(15) "DomainException" [69]=> string(24) "InvalidArgumentException" [70]=> string(15) "LengthException" [71]=> string(19) "OutOfRangeException" [72]=> string(16) "RuntimeException" [73]=> string(20) "OutOfBoundsException" [74]=> string(17) "OverflowException" [75]=> string(14) "RangeException" [76]=> string(18) "UnderflowException" [77]=> string(24) "UnexpectedValueException" [86]=> string(15) "CachingIterator" [87]=> string(24) "RecursiveCachingIterator" [98]=> string(11) "SplFileInfo" [99]=> string(17) "DirectoryIterator" [100]=> string(18) "FilesystemIterator" [101]=> string(26) "RecursiveDirectoryIterator" [102]=> string(12) "GlobIterator" [103]=> string(13) "SplFileObject" [104]=> string(17) "SplTempFileObject" [115]=> string(12) "PDOException" [120]=> string(19) "ReflectionException" [122]=> string(26) "ReflectionFunctionAbstract" [123]=> string(18) "ReflectionFunction" [124]=> string(19) "ReflectionParameter" [125]=> string(16) "ReflectionMethod" [126]=> string(15) "ReflectionClass" [127]=> string(16) "ReflectionObject" [128]=> string(18) "ReflectionProperty" [129]=> string(19) "ReflectionExtension" [130]=> string(23) "ReflectionZendExtension" [134]=> string(16) "SimpleXMLElement" [135]=> string(17) "SimpleXMLIterator" [136]=> string(13) "PharException" [137]=> string(4) "Phar" [138]=> string(8) "PharData" [139]=> string(12) "PharFileInfo" }
Output for 5.4.34 - 5.4.45
array(42) { [1]=> string(9) "Exception" [2]=> string(14) "ErrorException" [12]=> string(12) "DOMException" [53]=> string(14) "LogicException" [54]=> string(24) "BadFunctionCallException" [55]=> string(22) "BadMethodCallException" [56]=> string(15) "DomainException" [57]=> string(24) "InvalidArgumentException" [58]=> string(15) "LengthException" [59]=> string(19) "OutOfRangeException" [60]=> string(16) "RuntimeException" [61]=> string(20) "OutOfBoundsException" [62]=> string(17) "OverflowException" [63]=> string(14) "RangeException" [64]=> string(18) "UnderflowException" [65]=> string(24) "UnexpectedValueException" [74]=> string(15) "CachingIterator" [75]=> string(24) "RecursiveCachingIterator" [86]=> string(11) "SplFileInfo" [87]=> string(17) "DirectoryIterator" [88]=> string(18) "FilesystemIterator" [89]=> string(26) "RecursiveDirectoryIterator" [90]=> string(12) "GlobIterator" [91]=> string(13) "SplFileObject" [92]=> string(17) "SplTempFileObject" [103]=> string(12) "PDOException" [108]=> string(19) "ReflectionException" [110]=> string(26) "ReflectionFunctionAbstract" [111]=> string(18) "ReflectionFunction" [112]=> string(19) "ReflectionParameter" [113]=> string(16) "ReflectionMethod" [114]=> string(15) "ReflectionClass" [115]=> string(16) "ReflectionObject" [116]=> string(18) "ReflectionProperty" [117]=> string(19) "ReflectionExtension" [118]=> string(23) "ReflectionZendExtension" [122]=> string(16) "SimpleXMLElement" [123]=> string(17) "SimpleXMLIterator" [124]=> string(13) "PharException" [125]=> string(4) "Phar" [126]=> string(8) "PharData" [127]=> string(12) "PharFileInfo" }
Output for 5.4.0 - 5.4.32
array(43) { [1]=> string(9) "Exception" [2]=> string(14) "ErrorException" [12]=> string(12) "DOMException" [44]=> string(14) "LogicException" [45]=> string(24) "BadFunctionCallException" [46]=> string(22) "BadMethodCallException" [47]=> string(15) "DomainException" [48]=> string(24) "InvalidArgumentException" [49]=> string(15) "LengthException" [50]=> string(19) "OutOfRangeException" [51]=> string(16) "RuntimeException" [52]=> string(20) "OutOfBoundsException" [53]=> string(17) "OverflowException" [54]=> string(14) "RangeException" [55]=> string(18) "UnderflowException" [56]=> string(24) "UnexpectedValueException" [65]=> string(15) "CachingIterator" [66]=> string(24) "RecursiveCachingIterator" [77]=> string(11) "SplFileInfo" [78]=> string(17) "DirectoryIterator" [79]=> string(18) "FilesystemIterator" [80]=> string(26) "RecursiveDirectoryIterator" [81]=> string(12) "GlobIterator" [82]=> string(13) "SplFileObject" [83]=> string(17) "SplTempFileObject" [95]=> string(12) "PDOException" [102]=> string(19) "ReflectionException" [104]=> string(26) "ReflectionFunctionAbstract" [105]=> string(18) "ReflectionFunction" [106]=> string(19) "ReflectionParameter" [107]=> string(16) "ReflectionMethod" [108]=> string(15) "ReflectionClass" [109]=> string(16) "ReflectionObject" [110]=> string(18) "ReflectionProperty" [111]=> string(19) "ReflectionExtension" [112]=> string(23) "ReflectionZendExtension" [113]=> string(13) "PharException" [114]=> string(4) "Phar" [115]=> string(8) "PharData" [116]=> string(12) "PharFileInfo" [117]=> string(16) "SimpleXMLElement" [118]=> string(17) "SimpleXMLIterator" [122]=> string(9) "SoapFault" }
Output for 5.3.0 - 5.3.29
array(43) { [1]=> string(9) "Exception" [2]=> string(14) "ErrorException" [12]=> string(12) "DOMException" [44]=> string(14) "LogicException" [45]=> string(24) "BadFunctionCallException" [46]=> string(22) "BadMethodCallException" [47]=> string(15) "DomainException" [48]=> string(24) "InvalidArgumentException" [49]=> string(15) "LengthException" [50]=> string(19) "OutOfRangeException" [51]=> string(16) "RuntimeException" [52]=> string(20) "OutOfBoundsException" [53]=> string(17) "OverflowException" [54]=> string(14) "RangeException" [55]=> string(18) "UnderflowException" [56]=> string(24) "UnexpectedValueException" [63]=> string(15) "CachingIterator" [64]=> string(24) "RecursiveCachingIterator" [75]=> string(11) "SplFileInfo" [76]=> string(17) "DirectoryIterator" [77]=> string(18) "FilesystemIterator" [78]=> string(26) "RecursiveDirectoryIterator" [79]=> string(12) "GlobIterator" [80]=> string(13) "SplFileObject" [81]=> string(17) "SplTempFileObject" [92]=> string(12) "PDOException" [99]=> string(19) "ReflectionException" [101]=> string(26) "ReflectionFunctionAbstract" [102]=> string(18) "ReflectionFunction" [103]=> string(19) "ReflectionParameter" [104]=> string(16) "ReflectionMethod" [105]=> string(15) "ReflectionClass" [106]=> string(16) "ReflectionObject" [107]=> string(18) "ReflectionProperty" [108]=> string(19) "ReflectionExtension" [109]=> string(13) "PharException" [110]=> string(4) "Phar" [111]=> string(8) "PharData" [112]=> string(12) "PharFileInfo" [113]=> string(16) "SimpleXMLElement" [114]=> string(17) "SimpleXMLIterator" [118]=> string(9) "SoapFault" [124]=> string(15) "SQLiteException" }
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Parse error: syntax error, unexpected T_FUNCTION in /in/mQ1CI on line 5
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1, 5.0.0 - 5.0.5
Parse error: parse error, unexpected T_FUNCTION in /in/mQ1CI on line 5
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/mQ1CI on line 5
Process exited with code 255.

preferences:
248.8 ms | 401 KiB | 327 Q