3v4l.org

run code in 300+ PHP versions simultaneously
<?php print_r(get_declared_classes()); ?>
Output for 8.3.0 - 8.3.4
Array ( [0] => InternalIterator [1] => Exception [2] => ErrorException [3] => Error [4] => CompileError [5] => ParseError [6] => TypeError [7] => ArgumentCountError [8] => ValueError [9] => ArithmeticError [10] => DivisionByZeroError [11] => UnhandledMatchError [12] => Closure [13] => Generator [14] => ClosedGeneratorException [15] => WeakReference [16] => WeakMap [17] => Attribute [18] => ReturnTypeWillChange [19] => AllowDynamicProperties [20] => SensitiveParameter [21] => SensitiveParameterValue [22] => Override [23] => Fiber [24] => FiberError [25] => stdClass [26] => DateTime [27] => DateTimeImmutable [28] => DateTimeZone [29] => DateInterval [30] => DatePeriod [31] => DateError [32] => DateObjectError [33] => DateRangeError [34] => DateException [35] => DateInvalidTimeZoneException [36] => DateInvalidOperationException [37] => DateMalformedStringException [38] => DateMalformedIntervalStringException [39] => DateMalformedPeriodStringException [40] => LibXMLError [41] => SQLite3Exception [42] => SQLite3 [43] => SQLite3Stmt [44] => SQLite3Result [45] => InflateContext [46] => DeflateContext [47] => DOMException [48] => DOMImplementation [49] => DOMNode [50] => DOMNameSpaceNode [51] => DOMDocumentFragment [52] => DOMDocument [53] => DOMNodeList [54] => DOMNamedNodeMap [55] => DOMCharacterData [56] => DOMAttr [57] => DOMElement [58] => DOMText [59] => DOMComment [60] => DOMCdataSection [61] => DOMDocumentType [62] => DOMNotation [63] => DOMEntity [64] => DOMEntityReference [65] => DOMProcessingInstruction [66] => DOMXPath [67] => finfo [68] => HashContext [69] => JsonException [70] => LogicException [71] => BadFunctionCallException [72] => BadMethodCallException [73] => DomainException [74] => InvalidArgumentException [75] => LengthException [76] => OutOfRangeException [77] => RuntimeException [78] => OutOfBoundsException [79] => OverflowException [80] => RangeException [81] => UnderflowException [82] => UnexpectedValueException [83] => RecursiveIteratorIterator [84] => IteratorIterator [85] => FilterIterator [86] => RecursiveFilterIterator [87] => CallbackFilterIterator [88] => RecursiveCallbackFilterIterator [89] => ParentIterator [90] => LimitIterator [91] => CachingIterator [92] => RecursiveCachingIterator [93] => NoRewindIterator [94] => AppendIterator [95] => InfiniteIterator [96] => RegexIterator [97] => RecursiveRegexIterator [98] => EmptyIterator [99] => RecursiveTreeIterator [100] => ArrayObject [101] => ArrayIterator [102] => RecursiveArrayIterator [103] => SplFileInfo [104] => DirectoryIterator [105] => FilesystemIterator [106] => RecursiveDirectoryIterator [107] => GlobIterator [108] => SplFileObject [109] => SplTempFileObject [110] => SplDoublyLinkedList [111] => SplQueue [112] => SplStack [113] => SplHeap [114] => SplMinHeap [115] => SplMaxHeap [116] => SplPriorityQueue [117] => SplFixedArray [118] => SplObjectStorage [119] => MultipleIterator [120] => PDOException [121] => PDO [122] => PDOStatement [123] => PDORow [124] => SessionHandler [125] => Random\RandomError [126] => Random\BrokenRandomEngineError [127] => Random\RandomException [128] => Random\Engine\Mt19937 [129] => Random\Engine\PcgOneseq128XslRr64 [130] => Random\Engine\Xoshiro256StarStar [131] => Random\Engine\Secure [132] => Random\Randomizer [133] => Random\IntervalBoundary [134] => ReflectionException [135] => Reflection [136] => ReflectionFunctionAbstract [137] => ReflectionFunction [138] => ReflectionGenerator [139] => ReflectionParameter [140] => ReflectionType [141] => ReflectionNamedType [142] => ReflectionUnionType [143] => ReflectionIntersectionType [144] => ReflectionMethod [145] => ReflectionClass [146] => ReflectionObject [147] => ReflectionProperty [148] => ReflectionClassConstant [149] => ReflectionExtension [150] => ReflectionZendExtension [151] => ReflectionReference [152] => ReflectionAttribute [153] => ReflectionEnum [154] => ReflectionEnumUnitCase [155] => ReflectionEnumBackedCase [156] => ReflectionFiber [157] => __PHP_Incomplete_Class [158] => AssertionError [159] => php_user_filter [160] => Directory [161] => SimpleXMLElement [162] => SimpleXMLIterator [163] => PharException [164] => Phar [165] => PharData [166] => PharFileInfo [167] => PhpToken [168] => XMLParser [169] => XMLReader [170] => XMLWriter [171] => GMP [172] => Collator [173] => NumberFormatter [174] => Normalizer [175] => Locale [176] => MessageFormatter [177] => IntlDateFormatter [178] => IntlDatePatternGenerator [179] => ResourceBundle [180] => Transliterator [181] => IntlTimeZone [182] => IntlCalendar [183] => IntlGregorianCalendar [184] => Spoofchecker [185] => IntlException [186] => IntlIterator [187] => IntlBreakIterator [188] => IntlRuleBasedBreakIterator [189] => IntlCodePointBreakIterator [190] => IntlPartsIterator [191] => UConverter [192] => IntlChar [193] => SodiumException )
Output for 8.2.0 - 8.2.17
Array ( [0] => InternalIterator [1] => Exception [2] => ErrorException [3] => Error [4] => CompileError [5] => ParseError [6] => TypeError [7] => ArgumentCountError [8] => ValueError [9] => ArithmeticError [10] => DivisionByZeroError [11] => UnhandledMatchError [12] => Closure [13] => Generator [14] => ClosedGeneratorException [15] => WeakReference [16] => WeakMap [17] => Attribute [18] => ReturnTypeWillChange [19] => AllowDynamicProperties [20] => SensitiveParameter [21] => SensitiveParameterValue [22] => Fiber [23] => FiberError [24] => stdClass [25] => DateTime [26] => DateTimeImmutable [27] => DateTimeZone [28] => DateInterval [29] => DatePeriod [30] => LibXMLError [31] => SQLite3 [32] => SQLite3Stmt [33] => SQLite3Result [34] => InflateContext [35] => DeflateContext [36] => DOMException [37] => DOMImplementation [38] => DOMNode [39] => DOMNameSpaceNode [40] => DOMDocumentFragment [41] => DOMDocument [42] => DOMNodeList [43] => DOMNamedNodeMap [44] => DOMCharacterData [45] => DOMAttr [46] => DOMElement [47] => DOMText [48] => DOMComment [49] => DOMCdataSection [50] => DOMDocumentType [51] => DOMNotation [52] => DOMEntity [53] => DOMEntityReference [54] => DOMProcessingInstruction [55] => DOMXPath [56] => finfo [57] => HashContext [58] => JsonException [59] => LogicException [60] => BadFunctionCallException [61] => BadMethodCallException [62] => DomainException [63] => InvalidArgumentException [64] => LengthException [65] => OutOfRangeException [66] => RuntimeException [67] => OutOfBoundsException [68] => OverflowException [69] => RangeException [70] => UnderflowException [71] => UnexpectedValueException [72] => RecursiveIteratorIterator [73] => IteratorIterator [74] => FilterIterator [75] => RecursiveFilterIterator [76] => CallbackFilterIterator [77] => RecursiveCallbackFilterIterator [78] => ParentIterator [79] => LimitIterator [80] => CachingIterator [81] => RecursiveCachingIterator [82] => NoRewindIterator [83] => AppendIterator [84] => InfiniteIterator [85] => RegexIterator [86] => RecursiveRegexIterator [87] => EmptyIterator [88] => RecursiveTreeIterator [89] => ArrayObject [90] => ArrayIterator [91] => RecursiveArrayIterator [92] => SplFileInfo [93] => DirectoryIterator [94] => FilesystemIterator [95] => RecursiveDirectoryIterator [96] => GlobIterator [97] => SplFileObject [98] => SplTempFileObject [99] => SplDoublyLinkedList [100] => SplQueue [101] => SplStack [102] => SplHeap [103] => SplMinHeap [104] => SplMaxHeap [105] => SplPriorityQueue [106] => SplFixedArray [107] => SplObjectStorage [108] => MultipleIterator [109] => PDOException [110] => PDO [111] => PDOStatement [112] => PDORow [113] => SessionHandler [114] => Random\RandomError [115] => Random\BrokenRandomEngineError [116] => Random\RandomException [117] => Random\Engine\Mt19937 [118] => Random\Engine\PcgOneseq128XslRr64 [119] => Random\Engine\Xoshiro256StarStar [120] => Random\Engine\Secure [121] => Random\Randomizer [122] => ReflectionException [123] => Reflection [124] => ReflectionFunctionAbstract [125] => ReflectionFunction [126] => ReflectionGenerator [127] => ReflectionParameter [128] => ReflectionType [129] => ReflectionNamedType [130] => ReflectionUnionType [131] => ReflectionIntersectionType [132] => ReflectionMethod [133] => ReflectionClass [134] => ReflectionObject [135] => ReflectionProperty [136] => ReflectionClassConstant [137] => ReflectionExtension [138] => ReflectionZendExtension [139] => ReflectionReference [140] => ReflectionAttribute [141] => ReflectionEnum [142] => ReflectionEnumUnitCase [143] => ReflectionEnumBackedCase [144] => ReflectionFiber [145] => __PHP_Incomplete_Class [146] => AssertionError [147] => php_user_filter [148] => Directory [149] => SimpleXMLElement [150] => SimpleXMLIterator [151] => PharException [152] => Phar [153] => PharData [154] => PharFileInfo [155] => PhpToken [156] => XMLParser [157] => XMLReader [158] => XMLWriter [159] => GMP [160] => Collator [161] => NumberFormatter [162] => Normalizer [163] => Locale [164] => MessageFormatter [165] => IntlDateFormatter [166] => IntlDatePatternGenerator [167] => ResourceBundle [168] => Transliterator [169] => IntlTimeZone [170] => IntlCalendar [171] => IntlGregorianCalendar [172] => Spoofchecker [173] => IntlException [174] => IntlIterator [175] => IntlBreakIterator [176] => IntlRuleBasedBreakIterator [177] => IntlCodePointBreakIterator [178] => IntlPartsIterator [179] => UConverter [180] => IntlChar [181] => SodiumException )
Output for 8.1.0 - 8.1.27
Array ( [0] => stdClass [1] => InternalIterator [2] => Exception [3] => ErrorException [4] => Error [5] => CompileError [6] => ParseError [7] => TypeError [8] => ArgumentCountError [9] => ValueError [10] => ArithmeticError [11] => DivisionByZeroError [12] => UnhandledMatchError [13] => Closure [14] => Generator [15] => ClosedGeneratorException [16] => WeakReference [17] => WeakMap [18] => Attribute [19] => ReturnTypeWillChange [20] => Fiber [21] => FiberError [22] => DateTime [23] => DateTimeImmutable [24] => DateTimeZone [25] => DateInterval [26] => DatePeriod [27] => LibXMLError [28] => SQLite3 [29] => SQLite3Stmt [30] => SQLite3Result [31] => InflateContext [32] => DeflateContext [33] => DOMException [34] => DOMImplementation [35] => DOMNode [36] => DOMNameSpaceNode [37] => DOMDocumentFragment [38] => DOMDocument [39] => DOMNodeList [40] => DOMNamedNodeMap [41] => DOMCharacterData [42] => DOMAttr [43] => DOMElement [44] => DOMText [45] => DOMComment [46] => DOMCdataSection [47] => DOMDocumentType [48] => DOMNotation [49] => DOMEntity [50] => DOMEntityReference [51] => DOMProcessingInstruction [52] => DOMXPath [53] => finfo [54] => HashContext [55] => JsonException [56] => LogicException [57] => BadFunctionCallException [58] => BadMethodCallException [59] => DomainException [60] => InvalidArgumentException [61] => LengthException [62] => OutOfRangeException [63] => RuntimeException [64] => OutOfBoundsException [65] => OverflowException [66] => RangeException [67] => UnderflowException [68] => UnexpectedValueException [69] => RecursiveIteratorIterator [70] => IteratorIterator [71] => FilterIterator [72] => RecursiveFilterIterator [73] => CallbackFilterIterator [74] => RecursiveCallbackFilterIterator [75] => ParentIterator [76] => LimitIterator [77] => CachingIterator [78] => RecursiveCachingIterator [79] => NoRewindIterator [80] => AppendIterator [81] => InfiniteIterator [82] => RegexIterator [83] => RecursiveRegexIterator [84] => EmptyIterator [85] => RecursiveTreeIterator [86] => ArrayObject [87] => ArrayIterator [88] => RecursiveArrayIterator [89] => SplFileInfo [90] => DirectoryIterator [91] => FilesystemIterator [92] => RecursiveDirectoryIterator [93] => GlobIterator [94] => SplFileObject [95] => SplTempFileObject [96] => SplDoublyLinkedList [97] => SplQueue [98] => SplStack [99] => SplHeap [100] => SplMinHeap [101] => SplMaxHeap [102] => SplPriorityQueue [103] => SplFixedArray [104] => SplObjectStorage [105] => MultipleIterator [106] => PDOException [107] => PDO [108] => PDOStatement [109] => PDORow [110] => SessionHandler [111] => ReflectionException [112] => Reflection [113] => ReflectionFunctionAbstract [114] => ReflectionFunction [115] => ReflectionGenerator [116] => ReflectionParameter [117] => ReflectionType [118] => ReflectionNamedType [119] => ReflectionUnionType [120] => ReflectionIntersectionType [121] => ReflectionMethod [122] => ReflectionClass [123] => ReflectionObject [124] => ReflectionProperty [125] => ReflectionClassConstant [126] => ReflectionExtension [127] => ReflectionZendExtension [128] => ReflectionReference [129] => ReflectionAttribute [130] => ReflectionEnum [131] => ReflectionEnumUnitCase [132] => ReflectionEnumBackedCase [133] => ReflectionFiber [134] => __PHP_Incomplete_Class [135] => AssertionError [136] => php_user_filter [137] => Directory [138] => SimpleXMLElement [139] => SimpleXMLIterator [140] => PharException [141] => Phar [142] => PharData [143] => PharFileInfo [144] => PhpToken [145] => XMLParser [146] => XMLReader [147] => XMLWriter [148] => GMP [149] => Collator [150] => NumberFormatter [151] => Normalizer [152] => Locale [153] => MessageFormatter [154] => IntlDateFormatter [155] => IntlDatePatternGenerator [156] => ResourceBundle [157] => Transliterator [158] => IntlTimeZone [159] => IntlCalendar [160] => IntlGregorianCalendar [161] => Spoofchecker [162] => IntlException [163] => IntlIterator [164] => IntlBreakIterator [165] => IntlRuleBasedBreakIterator [166] => IntlCodePointBreakIterator [167] => IntlPartsIterator [168] => UConverter [169] => IntlChar [170] => SodiumException )
Output for 8.0.1 - 8.0.12, 8.0.14 - 8.0.30
Array ( [0] => stdClass [1] => InternalIterator [2] => Exception [3] => ErrorException [4] => Error [5] => CompileError [6] => ParseError [7] => TypeError [8] => ArgumentCountError [9] => ValueError [10] => ArithmeticError [11] => DivisionByZeroError [12] => UnhandledMatchError [13] => Closure [14] => Generator [15] => ClosedGeneratorException [16] => WeakReference [17] => WeakMap [18] => Attribute [19] => DateTime [20] => DateTimeImmutable [21] => DateTimeZone [22] => DateInterval [23] => DatePeriod [24] => LibXMLError [25] => SQLite3 [26] => SQLite3Stmt [27] => SQLite3Result [28] => InflateContext [29] => DeflateContext [30] => DOMException [31] => DOMImplementation [32] => DOMNode [33] => DOMNameSpaceNode [34] => DOMDocumentFragment [35] => DOMDocument [36] => DOMNodeList [37] => DOMNamedNodeMap [38] => DOMCharacterData [39] => DOMAttr [40] => DOMElement [41] => DOMText [42] => DOMComment [43] => DOMCdataSection [44] => DOMDocumentType [45] => DOMNotation [46] => DOMEntity [47] => DOMEntityReference [48] => DOMProcessingInstruction [49] => DOMXPath [50] => finfo [51] => HashContext [52] => JsonException [53] => LogicException [54] => BadFunctionCallException [55] => BadMethodCallException [56] => DomainException [57] => InvalidArgumentException [58] => LengthException [59] => OutOfRangeException [60] => RuntimeException [61] => OutOfBoundsException [62] => OverflowException [63] => RangeException [64] => UnderflowException [65] => UnexpectedValueException [66] => RecursiveIteratorIterator [67] => IteratorIterator [68] => FilterIterator [69] => RecursiveFilterIterator [70] => CallbackFilterIterator [71] => RecursiveCallbackFilterIterator [72] => ParentIterator [73] => LimitIterator [74] => CachingIterator [75] => RecursiveCachingIterator [76] => NoRewindIterator [77] => AppendIterator [78] => InfiniteIterator [79] => RegexIterator [80] => RecursiveRegexIterator [81] => EmptyIterator [82] => RecursiveTreeIterator [83] => ArrayObject [84] => ArrayIterator [85] => RecursiveArrayIterator [86] => SplFileInfo [87] => DirectoryIterator [88] => FilesystemIterator [89] => RecursiveDirectoryIterator [90] => GlobIterator [91] => SplFileObject [92] => SplTempFileObject [93] => SplDoublyLinkedList [94] => SplQueue [95] => SplStack [96] => SplHeap [97] => SplMinHeap [98] => SplMaxHeap [99] => SplPriorityQueue [100] => SplFixedArray [101] => SplObjectStorage [102] => MultipleIterator [103] => PDOException [104] => PDO [105] => PDOStatement [106] => PDORow [107] => SessionHandler [108] => ReflectionException [109] => Reflection [110] => ReflectionFunctionAbstract [111] => ReflectionFunction [112] => ReflectionGenerator [113] => ReflectionParameter [114] => ReflectionType [115] => ReflectionNamedType [116] => ReflectionUnionType [117] => ReflectionMethod [118] => ReflectionClass [119] => ReflectionObject [120] => ReflectionProperty [121] => ReflectionClassConstant [122] => ReflectionExtension [123] => ReflectionZendExtension [124] => ReflectionReference [125] => ReflectionAttribute [126] => __PHP_Incomplete_Class [127] => php_user_filter [128] => Directory [129] => AssertionError [130] => SimpleXMLElement [131] => SimpleXMLIterator [132] => PharException [133] => Phar [134] => PharData [135] => PharFileInfo [136] => PhpToken [137] => XMLParser [138] => XMLReader [139] => XMLWriter [140] => GMP [141] => Collator [142] => NumberFormatter [143] => Normalizer [144] => Locale [145] => MessageFormatter [146] => IntlDateFormatter [147] => ResourceBundle [148] => Transliterator [149] => IntlTimeZone [150] => IntlCalendar [151] => IntlGregorianCalendar [152] => Spoofchecker [153] => IntlException [154] => IntlIterator [155] => IntlBreakIterator [156] => IntlRuleBasedBreakIterator [157] => IntlCodePointBreakIterator [158] => IntlPartsIterator [159] => UConverter [160] => IntlChar [161] => SodiumException )
Output for 8.0.13
Array ( [0] => stdClass [1] => InternalIterator [2] => Exception [3] => ErrorException [4] => Error [5] => CompileError [6] => ParseError [7] => TypeError [8] => ArgumentCountError [9] => ValueError [10] => ArithmeticError [11] => DivisionByZeroError [12] => UnhandledMatchError [13] => Closure [14] => Generator [15] => ClosedGeneratorException [16] => WeakReference [17] => WeakMap [18] => Attribute [19] => DateTime [20] => DateTimeImmutable [21] => DateTimeZone [22] => DateInterval [23] => DatePeriod [24] => LibXMLError [25] => SQLite3 [26] => SQLite3Stmt [27] => SQLite3Result [28] => InflateContext [29] => DeflateContext [30] => DOMException [31] => DOMImplementation [32] => DOMNode [33] => DOMNameSpaceNode [34] => DOMDocumentFragment [35] => DOMDocument [36] => DOMNodeList [37] => DOMNamedNodeMap [38] => DOMCharacterData [39] => DOMAttr [40] => DOMElement [41] => DOMText [42] => DOMComment [43] => DOMCdataSection [44] => DOMDocumentType [45] => DOMNotation [46] => DOMEntity [47] => DOMEntityReference [48] => DOMProcessingInstruction [49] => DOMXPath [50] => finfo [51] => HashContext [52] => JsonException [53] => LogicException [54] => BadFunctionCallException [55] => BadMethodCallException [56] => DomainException [57] => InvalidArgumentException [58] => LengthException [59] => OutOfRangeException [60] => RuntimeException [61] => OutOfBoundsException [62] => OverflowException [63] => RangeException [64] => UnderflowException [65] => UnexpectedValueException [66] => RecursiveIteratorIterator [67] => IteratorIterator [68] => FilterIterator [69] => RecursiveFilterIterator [70] => CallbackFilterIterator [71] => RecursiveCallbackFilterIterator [72] => ParentIterator [73] => LimitIterator [74] => CachingIterator [75] => RecursiveCachingIterator [76] => NoRewindIterator [77] => AppendIterator [78] => InfiniteIterator [79] => RegexIterator [80] => RecursiveRegexIterator [81] => EmptyIterator [82] => RecursiveTreeIterator [83] => ArrayObject [84] => ArrayIterator [85] => RecursiveArrayIterator [86] => SplFileInfo [87] => DirectoryIterator [88] => FilesystemIterator [89] => RecursiveDirectoryIterator [90] => GlobIterator [91] => SplFileObject [92] => SplTempFileObject [93] => SplDoublyLinkedList [94] => SplQueue [95] => SplStack [96] => SplHeap [97] => SplMinHeap [98] => SplMaxHeap [99] => SplPriorityQueue [100] => SplFixedArray [101] => SplObjectStorage [102] => MultipleIterator [103] => PDOException [104] => PDO [105] => PDOStatement [106] => PDORow [107] => SessionHandler [108] => ReflectionException [109] => Reflection [110] => ReflectionFunctionAbstract [111] => ReflectionFunction [112] => ReflectionGenerator [113] => ReflectionParameter [114] => ReflectionType [115] => ReflectionNamedType [116] => ReflectionUnionType [117] => ReflectionMethod [118] => ReflectionClass [119] => ReflectionObject [120] => ReflectionProperty [121] => ReflectionClassConstant [122] => ReflectionExtension [123] => ReflectionZendExtension [124] => ReflectionReference [125] => ReflectionAttribute [126] => __PHP_Incomplete_Class [127] => php_user_filter [128] => Directory [129] => AssertionError [130] => SimpleXMLElement [131] => SimpleXMLIterator [132] => PharException [133] => Phar [134] => PharData [135] => PharFileInfo [136] => PhpToken [137] => XMLParser [138] => XMLReader [139] => XMLWriter [140] => SodiumException )
Output for 8.0.0
Array ( [0] => stdClass [1] => InternalIterator [2] => Exception [3] => ErrorException [4] => Error [5] => CompileError [6] => ParseError [7] => TypeError [8] => ArgumentCountError [9] => ValueError [10] => ArithmeticError [11] => DivisionByZeroError [12] => UnhandledMatchError [13] => Closure [14] => Generator [15] => ClosedGeneratorException [16] => WeakReference [17] => WeakMap [18] => Attribute [19] => DateTime [20] => DateTimeImmutable [21] => DateTimeZone [22] => DateInterval [23] => DatePeriod [24] => LibXMLError [25] => SQLite3 [26] => SQLite3Stmt [27] => SQLite3Result [28] => InflateContext [29] => DeflateContext [30] => DOMException [31] => DOMImplementation [32] => DOMNode [33] => DOMNameSpaceNode [34] => DOMDocumentFragment [35] => DOMDocument [36] => DOMNodeList [37] => DOMNamedNodeMap [38] => DOMCharacterData [39] => DOMAttr [40] => DOMElement [41] => DOMText [42] => DOMComment [43] => DOMCdataSection [44] => DOMDocumentType [45] => DOMNotation [46] => DOMEntity [47] => DOMEntityReference [48] => DOMProcessingInstruction [49] => DOMXPath [50] => finfo [51] => HashContext [52] => JsonException [53] => LogicException [54] => BadFunctionCallException [55] => BadMethodCallException [56] => DomainException [57] => InvalidArgumentException [58] => LengthException [59] => OutOfRangeException [60] => RuntimeException [61] => OutOfBoundsException [62] => OverflowException [63] => RangeException [64] => UnderflowException [65] => UnexpectedValueException [66] => RecursiveIteratorIterator [67] => IteratorIterator [68] => FilterIterator [69] => RecursiveFilterIterator [70] => CallbackFilterIterator [71] => RecursiveCallbackFilterIterator [72] => ParentIterator [73] => LimitIterator [74] => CachingIterator [75] => RecursiveCachingIterator [76] => NoRewindIterator [77] => AppendIterator [78] => InfiniteIterator [79] => RegexIterator [80] => RecursiveRegexIterator [81] => EmptyIterator [82] => RecursiveTreeIterator [83] => ArrayObject [84] => ArrayIterator [85] => RecursiveArrayIterator [86] => SplFileInfo [87] => DirectoryIterator [88] => FilesystemIterator [89] => RecursiveDirectoryIterator [90] => GlobIterator [91] => SplFileObject [92] => SplTempFileObject [93] => SplDoublyLinkedList [94] => SplQueue [95] => SplStack [96] => SplHeap [97] => SplMinHeap [98] => SplMaxHeap [99] => SplPriorityQueue [100] => SplFixedArray [101] => SplObjectStorage [102] => MultipleIterator [103] => PDOException [104] => PDO [105] => PDOStatement [106] => PDORow [107] => SessionHandler [108] => ReflectionException [109] => Reflection [110] => ReflectionFunctionAbstract [111] => ReflectionFunction [112] => ReflectionGenerator [113] => ReflectionParameter [114] => ReflectionType [115] => ReflectionNamedType [116] => ReflectionUnionType [117] => ReflectionMethod [118] => ReflectionClass [119] => ReflectionObject [120] => ReflectionProperty [121] => ReflectionClassConstant [122] => ReflectionExtension [123] => ReflectionZendExtension [124] => ReflectionReference [125] => ReflectionAttribute [126] => __PHP_Incomplete_Class [127] => php_user_filter [128] => Directory [129] => AssertionError [130] => SimpleXMLElement [131] => SimpleXMLIterator [132] => PharException [133] => Phar [134] => PharData [135] => PharFileInfo [136] => PhpToken [137] => XmlParser [138] => XMLReader [139] => XMLWriter [140] => GMP [141] => Collator [142] => NumberFormatter [143] => Normalizer [144] => Locale [145] => MessageFormatter [146] => IntlDateFormatter [147] => ResourceBundle [148] => Transliterator [149] => IntlTimeZone [150] => IntlCalendar [151] => IntlGregorianCalendar [152] => Spoofchecker [153] => IntlException [154] => IntlIterator [155] => IntlBreakIterator [156] => IntlRuleBasedBreakIterator [157] => IntlCodePointBreakIterator [158] => IntlPartsIterator [159] => UConverter [160] => IntlChar )
Output for 7.4.33
Array ( [0] => stdClass [1] => Exception [2] => ErrorException [3] => Error [4] => CompileError [5] => ParseError [6] => TypeError [7] => ArgumentCountError [8] => ArithmeticError [9] => DivisionByZeroError [10] => Closure [11] => Generator [12] => ClosedGeneratorException [13] => WeakReference [14] => DateTime [15] => DateTimeImmutable [16] => DateTimeZone [17] => DateInterval [18] => DatePeriod [19] => LibXMLError [20] => SQLite3 [21] => SQLite3Stmt [22] => SQLite3Result [23] => DOMException [24] => DOMStringList [25] => DOMNameList [26] => DOMImplementationList [27] => DOMImplementationSource [28] => DOMImplementation [29] => DOMNode [30] => DOMNameSpaceNode [31] => DOMDocumentFragment [32] => DOMDocument [33] => DOMNodeList [34] => DOMNamedNodeMap [35] => DOMCharacterData [36] => DOMAttr [37] => DOMElement [38] => DOMText [39] => DOMComment [40] => DOMTypeinfo [41] => DOMUserDataHandler [42] => DOMDomError [43] => DOMErrorHandler [44] => DOMLocator [45] => DOMConfiguration [46] => DOMCdataSection [47] => DOMDocumentType [48] => DOMNotation [49] => DOMEntity [50] => DOMEntityReference [51] => DOMProcessingInstruction [52] => DOMStringExtend [53] => DOMXPath [54] => finfo [55] => HashContext [56] => JsonException [57] => LogicException [58] => BadFunctionCallException [59] => BadMethodCallException [60] => DomainException [61] => InvalidArgumentException [62] => LengthException [63] => OutOfRangeException [64] => RuntimeException [65] => OutOfBoundsException [66] => OverflowException [67] => RangeException [68] => UnderflowException [69] => UnexpectedValueException [70] => RecursiveIteratorIterator [71] => IteratorIterator [72] => FilterIterator [73] => RecursiveFilterIterator [74] => CallbackFilterIterator [75] => RecursiveCallbackFilterIterator [76] => ParentIterator [77] => LimitIterator [78] => CachingIterator [79] => RecursiveCachingIterator [80] => NoRewindIterator [81] => AppendIterator [82] => InfiniteIterator [83] => RegexIterator [84] => RecursiveRegexIterator [85] => EmptyIterator [86] => RecursiveTreeIterator [87] => ArrayObject [88] => ArrayIterator [89] => RecursiveArrayIterator [90] => SplFileInfo [91] => DirectoryIterator [92] => FilesystemIterator [93] => RecursiveDirectoryIterator [94] => GlobIterator [95] => SplFileObject [96] => SplTempFileObject [97] => SplDoublyLinkedList [98] => SplQueue [99] => SplStack [100] => SplHeap [101] => SplMinHeap [102] => SplMaxHeap [103] => SplPriorityQueue [104] => SplFixedArray [105] => SplObjectStorage [106] => MultipleIterator [107] => PDOException [108] => PDO [109] => PDOStatement [110] => PDORow [111] => SessionHandler [112] => ReflectionException [113] => Reflection [114] => ReflectionFunctionAbstract [115] => ReflectionFunction [116] => ReflectionGenerator [117] => ReflectionParameter [118] => ReflectionType [119] => ReflectionNamedType [120] => ReflectionMethod [121] => ReflectionClass [122] => ReflectionObject [123] => ReflectionProperty [124] => ReflectionClassConstant [125] => ReflectionExtension [126] => ReflectionZendExtension [127] => ReflectionReference [128] => __PHP_Incomplete_Class [129] => php_user_filter [130] => Directory [131] => AssertionError [132] => SimpleXMLElement [133] => SimpleXMLIterator [134] => PharException [135] => Phar [136] => PharData [137] => PharFileInfo [138] => XMLReader [139] => XMLWriter )
Output for 7.4.0 - 7.4.25, 7.4.27 - 7.4.32
Array ( [0] => stdClass [1] => Exception [2] => ErrorException [3] => Error [4] => CompileError [5] => ParseError [6] => TypeError [7] => ArgumentCountError [8] => ArithmeticError [9] => DivisionByZeroError [10] => Closure [11] => Generator [12] => ClosedGeneratorException [13] => WeakReference [14] => DateTime [15] => DateTimeImmutable [16] => DateTimeZone [17] => DateInterval [18] => DatePeriod [19] => LibXMLError [20] => SQLite3 [21] => SQLite3Stmt [22] => SQLite3Result [23] => DOMException [24] => DOMStringList [25] => DOMNameList [26] => DOMImplementationList [27] => DOMImplementationSource [28] => DOMImplementation [29] => DOMNode [30] => DOMNameSpaceNode [31] => DOMDocumentFragment [32] => DOMDocument [33] => DOMNodeList [34] => DOMNamedNodeMap [35] => DOMCharacterData [36] => DOMAttr [37] => DOMElement [38] => DOMText [39] => DOMComment [40] => DOMTypeinfo [41] => DOMUserDataHandler [42] => DOMDomError [43] => DOMErrorHandler [44] => DOMLocator [45] => DOMConfiguration [46] => DOMCdataSection [47] => DOMDocumentType [48] => DOMNotation [49] => DOMEntity [50] => DOMEntityReference [51] => DOMProcessingInstruction [52] => DOMStringExtend [53] => DOMXPath [54] => finfo [55] => HashContext [56] => JsonException [57] => LogicException [58] => BadFunctionCallException [59] => BadMethodCallException [60] => DomainException [61] => InvalidArgumentException [62] => LengthException [63] => OutOfRangeException [64] => RuntimeException [65] => OutOfBoundsException [66] => OverflowException [67] => RangeException [68] => UnderflowException [69] => UnexpectedValueException [70] => RecursiveIteratorIterator [71] => IteratorIterator [72] => FilterIterator [73] => RecursiveFilterIterator [74] => CallbackFilterIterator [75] => RecursiveCallbackFilterIterator [76] => ParentIterator [77] => LimitIterator [78] => CachingIterator [79] => RecursiveCachingIterator [80] => NoRewindIterator [81] => AppendIterator [82] => InfiniteIterator [83] => RegexIterator [84] => RecursiveRegexIterator [85] => EmptyIterator [86] => RecursiveTreeIterator [87] => ArrayObject [88] => ArrayIterator [89] => RecursiveArrayIterator [90] => SplFileInfo [91] => DirectoryIterator [92] => FilesystemIterator [93] => RecursiveDirectoryIterator [94] => GlobIterator [95] => SplFileObject [96] => SplTempFileObject [97] => SplDoublyLinkedList [98] => SplQueue [99] => SplStack [100] => SplHeap [101] => SplMinHeap [102] => SplMaxHeap [103] => SplPriorityQueue [104] => SplFixedArray [105] => SplObjectStorage [106] => MultipleIterator [107] => PDOException [108] => PDO [109] => PDOStatement [110] => PDORow [111] => SessionHandler [112] => ReflectionException [113] => Reflection [114] => ReflectionFunctionAbstract [115] => ReflectionFunction [116] => ReflectionGenerator [117] => ReflectionParameter [118] => ReflectionType [119] => ReflectionNamedType [120] => ReflectionMethod [121] => ReflectionClass [122] => ReflectionObject [123] => ReflectionProperty [124] => ReflectionClassConstant [125] => ReflectionExtension [126] => ReflectionZendExtension [127] => ReflectionReference [128] => __PHP_Incomplete_Class [129] => php_user_filter [130] => Directory [131] => AssertionError [132] => SimpleXMLElement [133] => SimpleXMLIterator [134] => PharException [135] => Phar [136] => PharData [137] => PharFileInfo [138] => XMLReader [139] => XMLWriter [140] => GMP [141] => Collator [142] => NumberFormatter [143] => Normalizer [144] => Locale [145] => MessageFormatter [146] => IntlDateFormatter [147] => ResourceBundle [148] => Transliterator [149] => IntlTimeZone [150] => IntlCalendar [151] => IntlGregorianCalendar [152] => Spoofchecker [153] => IntlException [154] => IntlIterator [155] => IntlBreakIterator [156] => IntlRuleBasedBreakIterator [157] => IntlCodePointBreakIterator [158] => IntlPartsIterator [159] => UConverter [160] => IntlChar [161] => SodiumException )
Output for 7.4.26
Array ( [0] => stdClass [1] => Exception [2] => ErrorException [3] => Error [4] => CompileError [5] => ParseError [6] => TypeError [7] => ArgumentCountError [8] => ArithmeticError [9] => DivisionByZeroError [10] => Closure [11] => Generator [12] => ClosedGeneratorException [13] => WeakReference [14] => DateTime [15] => DateTimeImmutable [16] => DateTimeZone [17] => DateInterval [18] => DatePeriod [19] => LibXMLError [20] => SQLite3 [21] => SQLite3Stmt [22] => SQLite3Result [23] => DOMException [24] => DOMStringList [25] => DOMNameList [26] => DOMImplementationList [27] => DOMImplementationSource [28] => DOMImplementation [29] => DOMNode [30] => DOMNameSpaceNode [31] => DOMDocumentFragment [32] => DOMDocument [33] => DOMNodeList [34] => DOMNamedNodeMap [35] => DOMCharacterData [36] => DOMAttr [37] => DOMElement [38] => DOMText [39] => DOMComment [40] => DOMTypeinfo [41] => DOMUserDataHandler [42] => DOMDomError [43] => DOMErrorHandler [44] => DOMLocator [45] => DOMConfiguration [46] => DOMCdataSection [47] => DOMDocumentType [48] => DOMNotation [49] => DOMEntity [50] => DOMEntityReference [51] => DOMProcessingInstruction [52] => DOMStringExtend [53] => DOMXPath [54] => finfo [55] => HashContext [56] => JsonException [57] => LogicException [58] => BadFunctionCallException [59] => BadMethodCallException [60] => DomainException [61] => InvalidArgumentException [62] => LengthException [63] => OutOfRangeException [64] => RuntimeException [65] => OutOfBoundsException [66] => OverflowException [67] => RangeException [68] => UnderflowException [69] => UnexpectedValueException [70] => RecursiveIteratorIterator [71] => IteratorIterator [72] => FilterIterator [73] => RecursiveFilterIterator [74] => CallbackFilterIterator [75] => RecursiveCallbackFilterIterator [76] => ParentIterator [77] => LimitIterator [78] => CachingIterator [79] => RecursiveCachingIterator [80] => NoRewindIterator [81] => AppendIterator [82] => InfiniteIterator [83] => RegexIterator [84] => RecursiveRegexIterator [85] => EmptyIterator [86] => RecursiveTreeIterator [87] => ArrayObject [88] => ArrayIterator [89] => RecursiveArrayIterator [90] => SplFileInfo [91] => DirectoryIterator [92] => FilesystemIterator [93] => RecursiveDirectoryIterator [94] => GlobIterator [95] => SplFileObject [96] => SplTempFileObject [97] => SplDoublyLinkedList [98] => SplQueue [99] => SplStack [100] => SplHeap [101] => SplMinHeap [102] => SplMaxHeap [103] => SplPriorityQueue [104] => SplFixedArray [105] => SplObjectStorage [106] => MultipleIterator [107] => PDOException [108] => PDO [109] => PDOStatement [110] => PDORow [111] => SessionHandler [112] => ReflectionException [113] => Reflection [114] => ReflectionFunctionAbstract [115] => ReflectionFunction [116] => ReflectionGenerator [117] => ReflectionParameter [118] => ReflectionType [119] => ReflectionNamedType [120] => ReflectionMethod [121] => ReflectionClass [122] => ReflectionObject [123] => ReflectionProperty [124] => ReflectionClassConstant [125] => ReflectionExtension [126] => ReflectionZendExtension [127] => ReflectionReference [128] => __PHP_Incomplete_Class [129] => php_user_filter [130] => Directory [131] => AssertionError [132] => SimpleXMLElement [133] => SimpleXMLIterator [134] => PharException [135] => Phar [136] => PharData [137] => PharFileInfo [138] => XMLReader [139] => XMLWriter [140] => SodiumException )
Output for 7.3.32 - 7.3.33
Array ( [0] => stdClass [1] => Exception [2] => ErrorException [3] => Error [4] => CompileError [5] => ParseError [6] => TypeError [7] => ArgumentCountError [8] => ArithmeticError [9] => DivisionByZeroError [10] => Closure [11] => Generator [12] => ClosedGeneratorException [13] => DateTime [14] => DateTimeImmutable [15] => DateTimeZone [16] => DateInterval [17] => DatePeriod [18] => LibXMLError [19] => SQLite3 [20] => SQLite3Stmt [21] => SQLite3Result [22] => DOMException [23] => DOMStringList [24] => DOMNameList [25] => DOMImplementationList [26] => DOMImplementationSource [27] => DOMImplementation [28] => DOMNode [29] => DOMNameSpaceNode [30] => DOMDocumentFragment [31] => DOMDocument [32] => DOMNodeList [33] => DOMNamedNodeMap [34] => DOMCharacterData [35] => DOMAttr [36] => DOMElement [37] => DOMText [38] => DOMComment [39] => DOMTypeinfo [40] => DOMUserDataHandler [41] => DOMDomError [42] => DOMErrorHandler [43] => DOMLocator [44] => DOMConfiguration [45] => DOMCdataSection [46] => DOMDocumentType [47] => DOMNotation [48] => DOMEntity [49] => DOMEntityReference [50] => DOMProcessingInstruction [51] => DOMStringExtend [52] => DOMXPath [53] => finfo [54] => HashContext [55] => JsonException [56] => LogicException [57] => BadFunctionCallException [58] => BadMethodCallException [59] => DomainException [60] => InvalidArgumentException [61] => LengthException [62] => OutOfRangeException [63] => RuntimeException [64] => OutOfBoundsException [65] => OverflowException [66] => RangeException [67] => UnderflowException [68] => UnexpectedValueException [69] => RecursiveIteratorIterator [70] => IteratorIterator [71] => FilterIterator [72] => RecursiveFilterIterator [73] => CallbackFilterIterator [74] => RecursiveCallbackFilterIterator [75] => ParentIterator [76] => LimitIterator [77] => CachingIterator [78] => RecursiveCachingIterator [79] => NoRewindIterator [80] => AppendIterator [81] => InfiniteIterator [82] => RegexIterator [83] => RecursiveRegexIterator [84] => EmptyIterator [85] => RecursiveTreeIterator [86] => ArrayObject [87] => ArrayIterator [88] => RecursiveArrayIterator [89] => SplFileInfo [90] => DirectoryIterator [91] => FilesystemIterator [92] => RecursiveDirectoryIterator [93] => GlobIterator [94] => SplFileObject [95] => SplTempFileObject [96] => SplDoublyLinkedList [97] => SplQueue [98] => SplStack [99] => SplHeap [100] => SplMinHeap [101] => SplMaxHeap [102] => SplPriorityQueue [103] => SplFixedArray [104] => SplObjectStorage [105] => MultipleIterator [106] => PDOException [107] => PDO [108] => PDOStatement [109] => PDORow [110] => SessionHandler [111] => ReflectionException [112] => Reflection [113] => ReflectionFunctionAbstract [114] => ReflectionFunction [115] => ReflectionGenerator [116] => ReflectionParameter [117] => ReflectionType [118] => ReflectionNamedType [119] => ReflectionMethod [120] => ReflectionClass [121] => ReflectionObject [122] => ReflectionProperty [123] => ReflectionClassConstant [124] => ReflectionExtension [125] => ReflectionZendExtension [126] => __PHP_Incomplete_Class [127] => php_user_filter [128] => Directory [129] => AssertionError [130] => SimpleXMLElement [131] => SimpleXMLIterator [132] => PharException [133] => Phar [134] => PharData [135] => PharFileInfo [136] => XMLReader [137] => XMLWriter [138] => SodiumException )
Output for 7.3.7 - 7.3.31
Array ( [0] => stdClass [1] => Exception [2] => ErrorException [3] => Error [4] => CompileError [5] => ParseError [6] => TypeError [7] => ArgumentCountError [8] => ArithmeticError [9] => DivisionByZeroError [10] => Closure [11] => Generator [12] => ClosedGeneratorException [13] => DateTime [14] => DateTimeImmutable [15] => DateTimeZone [16] => DateInterval [17] => DatePeriod [18] => LibXMLError [19] => SQLite3 [20] => SQLite3Stmt [21] => SQLite3Result [22] => DOMException [23] => DOMStringList [24] => DOMNameList [25] => DOMImplementationList [26] => DOMImplementationSource [27] => DOMImplementation [28] => DOMNode [29] => DOMNameSpaceNode [30] => DOMDocumentFragment [31] => DOMDocument [32] => DOMNodeList [33] => DOMNamedNodeMap [34] => DOMCharacterData [35] => DOMAttr [36] => DOMElement [37] => DOMText [38] => DOMComment [39] => DOMTypeinfo [40] => DOMUserDataHandler [41] => DOMDomError [42] => DOMErrorHandler [43] => DOMLocator [44] => DOMConfiguration [45] => DOMCdataSection [46] => DOMDocumentType [47] => DOMNotation [48] => DOMEntity [49] => DOMEntityReference [50] => DOMProcessingInstruction [51] => DOMStringExtend [52] => DOMXPath [53] => finfo [54] => HashContext [55] => JsonException [56] => LogicException [57] => BadFunctionCallException [58] => BadMethodCallException [59] => DomainException [60] => InvalidArgumentException [61] => LengthException [62] => OutOfRangeException [63] => RuntimeException [64] => OutOfBoundsException [65] => OverflowException [66] => RangeException [67] => UnderflowException [68] => UnexpectedValueException [69] => RecursiveIteratorIterator [70] => IteratorIterator [71] => FilterIterator [72] => RecursiveFilterIterator [73] => CallbackFilterIterator [74] => RecursiveCallbackFilterIterator [75] => ParentIterator [76] => LimitIterator [77] => CachingIterator [78] => RecursiveCachingIterator [79] => NoRewindIterator [80] => AppendIterator [81] => InfiniteIterator [82] => RegexIterator [83] => RecursiveRegexIterator [84] => EmptyIterator [85] => RecursiveTreeIterator [86] => ArrayObject [87] => ArrayIterator [88] => RecursiveArrayIterator [89] => SplFileInfo [90] => DirectoryIterator [91] => FilesystemIterator [92] => RecursiveDirectoryIterator [93] => GlobIterator [94] => SplFileObject [95] => SplTempFileObject [96] => SplDoublyLinkedList [97] => SplQueue [98] => SplStack [99] => SplHeap [100] => SplMinHeap [101] => SplMaxHeap [102] => SplPriorityQueue [103] => SplFixedArray [104] => SplObjectStorage [105] => MultipleIterator [106] => PDOException [107] => PDO [108] => PDOStatement [109] => PDORow [110] => SessionHandler [111] => ReflectionException [112] => Reflection [113] => ReflectionFunctionAbstract [114] => ReflectionFunction [115] => ReflectionGenerator [116] => ReflectionParameter [117] => ReflectionType [118] => ReflectionNamedType [119] => ReflectionMethod [120] => ReflectionClass [121] => ReflectionObject [122] => ReflectionProperty [123] => ReflectionClassConstant [124] => ReflectionExtension [125] => ReflectionZendExtension [126] => __PHP_Incomplete_Class [127] => php_user_filter [128] => Directory [129] => AssertionError [130] => SimpleXMLElement [131] => SimpleXMLIterator [132] => PharException [133] => Phar [134] => PharData [135] => PharFileInfo [136] => XMLReader [137] => XMLWriter [138] => GMP [139] => Collator [140] => NumberFormatter [141] => Normalizer [142] => Locale [143] => MessageFormatter [144] => IntlDateFormatter [145] => ResourceBundle [146] => Transliterator [147] => IntlTimeZone [148] => IntlCalendar [149] => IntlGregorianCalendar [150] => Spoofchecker [151] => IntlException [152] => IntlIterator [153] => IntlBreakIterator [154] => IntlRuleBasedBreakIterator [155] => IntlCodePointBreakIterator [156] => IntlPartsIterator [157] => UConverter [158] => IntlChar [159] => SodiumException )
Output for 7.2.6, 7.2.9 - 7.2.33
Array ( [0] => stdClass [1] => Exception [2] => ErrorException [3] => Error [4] => ParseError [5] => TypeError [6] => ArgumentCountError [7] => ArithmeticError [8] => DivisionByZeroError [9] => Closure [10] => Generator [11] => ClosedGeneratorException [12] => DateTime [13] => DateTimeImmutable [14] => DateTimeZone [15] => DateInterval [16] => DatePeriod [17] => LibXMLError [18] => SQLite3 [19] => SQLite3Stmt [20] => SQLite3Result [21] => DOMException [22] => DOMStringList [23] => DOMNameList [24] => DOMImplementationList [25] => DOMImplementationSource [26] => DOMImplementation [27] => DOMNode [28] => DOMNameSpaceNode [29] => DOMDocumentFragment [30] => DOMDocument [31] => DOMNodeList [32] => DOMNamedNodeMap [33] => DOMCharacterData [34] => DOMAttr [35] => DOMElement [36] => DOMText [37] => DOMComment [38] => DOMTypeinfo [39] => DOMUserDataHandler [40] => DOMDomError [41] => DOMErrorHandler [42] => DOMLocator [43] => DOMConfiguration [44] => DOMCdataSection [45] => DOMDocumentType [46] => DOMNotation [47] => DOMEntity [48] => DOMEntityReference [49] => DOMProcessingInstruction [50] => DOMStringExtend [51] => DOMXPath [52] => finfo [53] => HashContext [54] => LogicException [55] => BadFunctionCallException [56] => BadMethodCallException [57] => DomainException [58] => InvalidArgumentException [59] => LengthException [60] => OutOfRangeException [61] => RuntimeException [62] => OutOfBoundsException [63] => OverflowException [64] => RangeException [65] => UnderflowException [66] => UnexpectedValueException [67] => RecursiveIteratorIterator [68] => IteratorIterator [69] => FilterIterator [70] => RecursiveFilterIterator [71] => CallbackFilterIterator [72] => RecursiveCallbackFilterIterator [73] => ParentIterator [74] => LimitIterator [75] => CachingIterator [76] => RecursiveCachingIterator [77] => NoRewindIterator [78] => AppendIterator [79] => InfiniteIterator [80] => RegexIterator [81] => RecursiveRegexIterator [82] => EmptyIterator [83] => RecursiveTreeIterator [84] => ArrayObject [85] => ArrayIterator [86] => RecursiveArrayIterator [87] => SplFileInfo [88] => DirectoryIterator [89] => FilesystemIterator [90] => RecursiveDirectoryIterator [91] => GlobIterator [92] => SplFileObject [93] => SplTempFileObject [94] => SplDoublyLinkedList [95] => SplQueue [96] => SplStack [97] => SplHeap [98] => SplMinHeap [99] => SplMaxHeap [100] => SplPriorityQueue [101] => SplFixedArray [102] => SplObjectStorage [103] => MultipleIterator [104] => PDOException [105] => PDO [106] => PDOStatement [107] => PDORow [108] => SessionHandler [109] => ReflectionException [110] => Reflection [111] => ReflectionFunctionAbstract [112] => ReflectionFunction [113] => ReflectionGenerator [114] => ReflectionParameter [115] => ReflectionType [116] => ReflectionNamedType [117] => ReflectionMethod [118] => ReflectionClass [119] => ReflectionObject [120] => ReflectionProperty [121] => ReflectionClassConstant [122] => ReflectionExtension [123] => ReflectionZendExtension [124] => __PHP_Incomplete_Class [125] => php_user_filter [126] => Directory [127] => AssertionError [128] => SimpleXMLElement [129] => SimpleXMLIterator [130] => PharException [131] => Phar [132] => PharData [133] => PharFileInfo [134] => XMLReader [135] => XMLWriter [136] => GMP [137] => Collator [138] => NumberFormatter [139] => Normalizer [140] => Locale [141] => MessageFormatter [142] => IntlDateFormatter [143] => ResourceBundle [144] => Transliterator [145] => IntlTimeZone [146] => IntlCalendar [147] => IntlGregorianCalendar [148] => Spoofchecker [149] => IntlException [150] => IntlIterator [151] => IntlBreakIterator [152] => IntlRuleBasedBreakIterator [153] => IntlCodePointBreakIterator [154] => IntlPartsIterator [155] => UConverter [156] => IntlChar [157] => SodiumException )
Output for 7.2.0, 7.2.8
Array ( [0] => stdClass [1] => Exception [2] => ErrorException [3] => Error [4] => ParseError [5] => TypeError [6] => ArgumentCountError [7] => ArithmeticError [8] => DivisionByZeroError [9] => Closure [10] => Generator [11] => ClosedGeneratorException [12] => DateTime [13] => DateTimeImmutable [14] => DateTimeZone [15] => DateInterval [16] => DatePeriod [17] => LibXMLError [18] => SQLite3 [19] => SQLite3Stmt [20] => SQLite3Result [21] => DOMException [22] => DOMStringList [23] => DOMNameList [24] => DOMImplementationList [25] => DOMImplementationSource [26] => DOMImplementation [27] => DOMNode [28] => DOMNameSpaceNode [29] => DOMDocumentFragment [30] => DOMDocument [31] => DOMNodeList [32] => DOMNamedNodeMap [33] => DOMCharacterData [34] => DOMAttr [35] => DOMElement [36] => DOMText [37] => DOMComment [38] => DOMTypeinfo [39] => DOMUserDataHandler [40] => DOMDomError [41] => DOMErrorHandler [42] => DOMLocator [43] => DOMConfiguration [44] => DOMCdataSection [45] => DOMDocumentType [46] => DOMNotation [47] => DOMEntity [48] => DOMEntityReference [49] => DOMProcessingInstruction [50] => DOMStringExtend [51] => DOMXPath [52] => finfo [53] => HashContext [54] => LogicException [55] => BadFunctionCallException [56] => BadMethodCallException [57] => DomainException [58] => InvalidArgumentException [59] => LengthException [60] => OutOfRangeException [61] => RuntimeException [62] => OutOfBoundsException [63] => OverflowException [64] => RangeException [65] => UnderflowException [66] => UnexpectedValueException [67] => RecursiveIteratorIterator [68] => IteratorIterator [69] => FilterIterator [70] => RecursiveFilterIterator [71] => CallbackFilterIterator [72] => RecursiveCallbackFilterIterator [73] => ParentIterator [74] => LimitIterator [75] => CachingIterator [76] => RecursiveCachingIterator [77] => NoRewindIterator [78] => AppendIterator [79] => InfiniteIterator [80] => RegexIterator [81] => RecursiveRegexIterator [82] => EmptyIterator [83] => RecursiveTreeIterator [84] => ArrayObject [85] => ArrayIterator [86] => RecursiveArrayIterator [87] => SplFileInfo [88] => DirectoryIterator [89] => FilesystemIterator [90] => RecursiveDirectoryIterator [91] => GlobIterator [92] => SplFileObject [93] => SplTempFileObject [94] => SplDoublyLinkedList [95] => SplQueue [96] => SplStack [97] => SplHeap [98] => SplMinHeap [99] => SplMaxHeap [100] => SplPriorityQueue [101] => SplFixedArray [102] => SplObjectStorage [103] => MultipleIterator [104] => PDOException [105] => PDO [106] => PDOStatement [107] => PDORow [108] => SessionHandler [109] => ReflectionException [110] => Reflection [111] => ReflectionFunctionAbstract [112] => ReflectionFunction [113] => ReflectionGenerator [114] => ReflectionParameter [115] => ReflectionType [116] => ReflectionNamedType [117] => ReflectionMethod [118] => ReflectionClass [119] => ReflectionObject [120] => ReflectionProperty [121] => ReflectionClassConstant [122] => ReflectionExtension [123] => ReflectionZendExtension [124] => __PHP_Incomplete_Class [125] => php_user_filter [126] => Directory [127] => AssertionError [128] => SimpleXMLElement [129] => SimpleXMLIterator [130] => PharException [131] => Phar [132] => PharData [133] => PharFileInfo [134] => XMLReader [135] => XMLWriter [136] => GMP [137] => Collator [138] => NumberFormatter [139] => Normalizer [140] => Locale [141] => MessageFormatter [142] => IntlDateFormatter [143] => ResourceBundle [144] => Transliterator [145] => IntlTimeZone [146] => IntlCalendar [147] => IntlGregorianCalendar [148] => Spoofchecker [149] => IntlException [150] => IntlIterator [151] => IntlBreakIterator [152] => IntlRuleBasedBreakIterator [153] => IntlCodePointBreakIterator [154] => IntlPartsIterator [155] => UConverter [156] => IntlChar )
Output for 7.1.0 - 7.1.20
Array ( [0] => stdClass [1] => Exception [2] => ErrorException [3] => Error [4] => ParseError [5] => TypeError [6] => ArgumentCountError [7] => ArithmeticError [8] => DivisionByZeroError [9] => Closure [10] => Generator [11] => ClosedGeneratorException [12] => DateTime [13] => DateTimeImmutable [14] => DateTimeZone [15] => DateInterval [16] => DatePeriod [17] => LibXMLError [18] => SQLite3 [19] => SQLite3Stmt [20] => SQLite3Result [21] => DOMException [22] => DOMStringList [23] => DOMNameList [24] => DOMImplementationList [25] => DOMImplementationSource [26] => DOMImplementation [27] => DOMNode [28] => DOMNameSpaceNode [29] => DOMDocumentFragment [30] => DOMDocument [31] => DOMNodeList [32] => DOMNamedNodeMap [33] => DOMCharacterData [34] => DOMAttr [35] => DOMElement [36] => DOMText [37] => DOMComment [38] => DOMTypeinfo [39] => DOMUserDataHandler [40] => DOMDomError [41] => DOMErrorHandler [42] => DOMLocator [43] => DOMConfiguration [44] => DOMCdataSection [45] => DOMDocumentType [46] => DOMNotation [47] => DOMEntity [48] => DOMEntityReference [49] => DOMProcessingInstruction [50] => DOMStringExtend [51] => DOMXPath [52] => finfo [53] => LogicException [54] => BadFunctionCallException [55] => BadMethodCallException [56] => DomainException [57] => InvalidArgumentException [58] => LengthException [59] => OutOfRangeException [60] => RuntimeException [61] => OutOfBoundsException [62] => OverflowException [63] => RangeException [64] => UnderflowException [65] => UnexpectedValueException [66] => RecursiveIteratorIterator [67] => IteratorIterator [68] => FilterIterator [69] => RecursiveFilterIterator [70] => CallbackFilterIterator [71] => RecursiveCallbackFilterIterator [72] => ParentIterator [73] => LimitIterator [74] => CachingIterator [75] => RecursiveCachingIterator [76] => NoRewindIterator [77] => AppendIterator [78] => InfiniteIterator [79] => RegexIterator [80] => RecursiveRegexIterator [81] => EmptyIterator [82] => RecursiveTreeIterator [83] => ArrayObject [84] => ArrayIterator [85] => RecursiveArrayIterator [86] => SplFileInfo [87] => DirectoryIterator [88] => FilesystemIterator [89] => RecursiveDirectoryIterator [90] => GlobIterator [91] => SplFileObject [92] => SplTempFileObject [93] => SplDoublyLinkedList [94] => SplQueue [95] => SplStack [96] => SplHeap [97] => SplMinHeap [98] => SplMaxHeap [99] => SplPriorityQueue [100] => SplFixedArray [101] => SplObjectStorage [102] => MultipleIterator [103] => PDOException [104] => PDO [105] => PDOStatement [106] => PDORow [107] => SessionHandler [108] => ReflectionException [109] => Reflection [110] => ReflectionFunctionAbstract [111] => ReflectionFunction [112] => ReflectionGenerator [113] => ReflectionParameter [114] => ReflectionType [115] => ReflectionNamedType [116] => ReflectionMethod [117] => ReflectionClass [118] => ReflectionObject [119] => ReflectionProperty [120] => ReflectionClassConstant [121] => ReflectionExtension [122] => ReflectionZendExtension [123] => __PHP_Incomplete_Class [124] => php_user_filter [125] => Directory [126] => AssertionError [127] => SimpleXMLElement [128] => SimpleXMLIterator [129] => PharException [130] => Phar [131] => PharData [132] => PharFileInfo [133] => XMLReader [134] => XMLWriter [135] => GMP [136] => Collator [137] => NumberFormatter [138] => Normalizer [139] => Locale [140] => MessageFormatter [141] => IntlDateFormatter [142] => ResourceBundle [143] => Transliterator [144] => IntlTimeZone [145] => IntlCalendar [146] => IntlGregorianCalendar [147] => Spoofchecker [148] => IntlException [149] => IntlIterator [150] => IntlBreakIterator [151] => IntlRuleBasedBreakIterator [152] => IntlCodePointBreakIterator [153] => IntlPartsIterator [154] => UConverter [155] => IntlChar )
Output for 7.0.14 - 7.0.20
Array ( [0] => stdClass [1] => Exception [2] => ErrorException [3] => Error [4] => ParseError [5] => TypeError [6] => ArithmeticError [7] => DivisionByZeroError [8] => Closure [9] => Generator [10] => ClosedGeneratorException [11] => DateTime [12] => DateTimeImmutable [13] => DateTimeZone [14] => DateInterval [15] => DatePeriod [16] => LibXMLError [17] => SQLite3 [18] => SQLite3Stmt [19] => SQLite3Result [20] => DOMException [21] => DOMStringList [22] => DOMNameList [23] => DOMImplementationList [24] => DOMImplementationSource [25] => DOMImplementation [26] => DOMNode [27] => DOMNameSpaceNode [28] => DOMDocumentFragment [29] => DOMDocument [30] => DOMNodeList [31] => DOMNamedNodeMap [32] => DOMCharacterData [33] => DOMAttr [34] => DOMElement [35] => DOMText [36] => DOMComment [37] => DOMTypeinfo [38] => DOMUserDataHandler [39] => DOMDomError [40] => DOMErrorHandler [41] => DOMLocator [42] => DOMConfiguration [43] => DOMCdataSection [44] => DOMDocumentType [45] => DOMNotation [46] => DOMEntity [47] => DOMEntityReference [48] => DOMProcessingInstruction [49] => DOMStringExtend [50] => DOMXPath [51] => finfo [52] => LogicException [53] => BadFunctionCallException [54] => BadMethodCallException [55] => DomainException [56] => InvalidArgumentException [57] => LengthException [58] => OutOfRangeException [59] => RuntimeException [60] => OutOfBoundsException [61] => OverflowException [62] => RangeException [63] => UnderflowException [64] => UnexpectedValueException [65] => RecursiveIteratorIterator [66] => IteratorIterator [67] => FilterIterator [68] => RecursiveFilterIterator [69] => CallbackFilterIterator [70] => RecursiveCallbackFilterIterator [71] => ParentIterator [72] => LimitIterator [73] => CachingIterator [74] => RecursiveCachingIterator [75] => NoRewindIterator [76] => AppendIterator [77] => InfiniteIterator [78] => RegexIterator [79] => RecursiveRegexIterator [80] => EmptyIterator [81] => RecursiveTreeIterator [82] => ArrayObject [83] => ArrayIterator [84] => RecursiveArrayIterator [85] => SplFileInfo [86] => DirectoryIterator [87] => FilesystemIterator [88] => RecursiveDirectoryIterator [89] => GlobIterator [90] => SplFileObject [91] => SplTempFileObject [92] => SplDoublyLinkedList [93] => SplQueue [94] => SplStack [95] => SplHeap [96] => SplMinHeap [97] => SplMaxHeap [98] => SplPriorityQueue [99] => SplFixedArray [100] => SplObjectStorage [101] => MultipleIterator [102] => PDOException [103] => PDO [104] => PDOStatement [105] => PDORow [106] => SessionHandler [107] => ReflectionException [108] => Reflection [109] => ReflectionFunctionAbstract [110] => ReflectionFunction [111] => ReflectionGenerator [112] => ReflectionParameter [113] => ReflectionType [114] => ReflectionMethod [115] => ReflectionClass [116] => ReflectionObject [117] => ReflectionProperty [118] => ReflectionExtension [119] => ReflectionZendExtension [120] => __PHP_Incomplete_Class [121] => php_user_filter [122] => Directory [123] => AssertionError [124] => SimpleXMLElement [125] => SimpleXMLIterator [126] => PharException [127] => Phar [128] => PharData [129] => PharFileInfo [130] => XMLReader [131] => XMLWriter [132] => GMP [133] => Collator [134] => NumberFormatter [135] => Normalizer [136] => Locale [137] => MessageFormatter [138] => IntlDateFormatter [139] => ResourceBundle [140] => Transliterator [141] => IntlTimeZone [142] => IntlCalendar [143] => IntlGregorianCalendar [144] => Spoofchecker [145] => IntlException [146] => IntlIterator [147] => IntlBreakIterator [148] => IntlRuleBasedBreakIterator [149] => IntlCodePointBreakIterator [150] => IntlPartsIterator [151] => UConverter [152] => IntlChar )
Output for 7.0.6 - 7.0.10
Array ( [0] => stdClass [1] => Exception [2] => ErrorException [3] => Error [4] => ParseError [5] => TypeError [6] => ArithmeticError [7] => DivisionByZeroError [8] => Closure [9] => Generator [10] => ClosedGeneratorException [11] => DateTime [12] => DateTimeImmutable [13] => DateTimeZone [14] => DateInterval [15] => DatePeriod [16] => LibXMLError [17] => SQLite3 [18] => SQLite3Stmt [19] => SQLite3Result [20] => DOMException [21] => DOMStringList [22] => DOMNameList [23] => DOMImplementationList [24] => DOMImplementationSource [25] => DOMImplementation [26] => DOMNode [27] => DOMNameSpaceNode [28] => DOMDocumentFragment [29] => DOMDocument [30] => DOMNodeList [31] => DOMNamedNodeMap [32] => DOMCharacterData [33] => DOMAttr [34] => DOMElement [35] => DOMText [36] => DOMComment [37] => DOMTypeinfo [38] => DOMUserDataHandler [39] => DOMDomError [40] => DOMErrorHandler [41] => DOMLocator [42] => DOMConfiguration [43] => DOMCdataSection [44] => DOMDocumentType [45] => DOMNotation [46] => DOMEntity [47] => DOMEntityReference [48] => DOMProcessingInstruction [49] => DOMStringExtend [50] => DOMXPath [51] => finfo [52] => LogicException [53] => BadFunctionCallException [54] => BadMethodCallException [55] => DomainException [56] => InvalidArgumentException [57] => LengthException [58] => OutOfRangeException [59] => RuntimeException [60] => OutOfBoundsException [61] => OverflowException [62] => RangeException [63] => UnderflowException [64] => UnexpectedValueException [65] => RecursiveIteratorIterator [66] => IteratorIterator [67] => FilterIterator [68] => RecursiveFilterIterator [69] => CallbackFilterIterator [70] => RecursiveCallbackFilterIterator [71] => ParentIterator [72] => LimitIterator [73] => CachingIterator [74] => RecursiveCachingIterator [75] => NoRewindIterator [76] => AppendIterator [77] => InfiniteIterator [78] => RegexIterator [79] => RecursiveRegexIterator [80] => EmptyIterator [81] => RecursiveTreeIterator [82] => ArrayObject [83] => ArrayIterator [84] => RecursiveArrayIterator [85] => SplFileInfo [86] => DirectoryIterator [87] => FilesystemIterator [88] => RecursiveDirectoryIterator [89] => GlobIterator [90] => SplFileObject [91] => SplTempFileObject [92] => SplDoublyLinkedList [93] => SplQueue [94] => SplStack [95] => SplHeap [96] => SplMinHeap [97] => SplMaxHeap [98] => SplPriorityQueue [99] => SplFixedArray [100] => SplObjectStorage [101] => MultipleIterator [102] => PDOException [103] => PDO [104] => PDOStatement [105] => PDORow [106] => SessionHandler [107] => ReflectionException [108] => Reflection [109] => ReflectionFunctionAbstract [110] => ReflectionFunction [111] => ReflectionGenerator [112] => ReflectionParameter [113] => ReflectionType [114] => ReflectionMethod [115] => ReflectionClass [116] => ReflectionObject [117] => ReflectionProperty [118] => ReflectionExtension [119] => ReflectionZendExtension [120] => __PHP_Incomplete_Class [121] => php_user_filter [122] => Directory [123] => AssertionError [124] => SimpleXMLElement [125] => SimpleXMLIterator [126] => PharException [127] => Phar [128] => PharData [129] => PharFileInfo [130] => XMLReader [131] => XMLWriter [132] => Collator [133] => NumberFormatter [134] => Normalizer [135] => Locale [136] => MessageFormatter [137] => IntlDateFormatter [138] => ResourceBundle [139] => Transliterator [140] => IntlTimeZone [141] => IntlCalendar [142] => IntlGregorianCalendar [143] => Spoofchecker [144] => IntlException [145] => IntlIterator [146] => IntlBreakIterator [147] => IntlRuleBasedBreakIterator [148] => IntlCodePointBreakIterator [149] => IntlPartsIterator [150] => UConverter [151] => IntlChar )
Output for 7.0.0 - 7.0.5
Array ( [0] => stdClass [1] => Exception [2] => ErrorException [3] => Error [4] => ParseError [5] => TypeError [6] => ArithmeticError [7] => DivisionByZeroError [8] => Closure [9] => Generator [10] => ClosedGeneratorException [11] => DateTime [12] => DateTimeImmutable [13] => DateTimeZone [14] => DateInterval [15] => DatePeriod [16] => LibXMLError [17] => SQLite3 [18] => SQLite3Stmt [19] => SQLite3Result [20] => DOMException [21] => DOMStringList [22] => DOMNameList [23] => DOMImplementationList [24] => DOMImplementationSource [25] => DOMImplementation [26] => DOMNode [27] => DOMNameSpaceNode [28] => DOMDocumentFragment [29] => DOMDocument [30] => DOMNodeList [31] => DOMNamedNodeMap [32] => DOMCharacterData [33] => DOMAttr [34] => DOMElement [35] => DOMText [36] => DOMComment [37] => DOMTypeinfo [38] => DOMUserDataHandler [39] => DOMDomError [40] => DOMErrorHandler [41] => DOMLocator [42] => DOMConfiguration [43] => DOMCdataSection [44] => DOMDocumentType [45] => DOMNotation [46] => DOMEntity [47] => DOMEntityReference [48] => DOMProcessingInstruction [49] => DOMStringExtend [50] => DOMXPath [51] => finfo [52] => GMP [53] => LogicException [54] => BadFunctionCallException [55] => BadMethodCallException [56] => DomainException [57] => InvalidArgumentException [58] => LengthException [59] => OutOfRangeException [60] => RuntimeException [61] => OutOfBoundsException [62] => OverflowException [63] => RangeException [64] => UnderflowException [65] => UnexpectedValueException [66] => RecursiveIteratorIterator [67] => IteratorIterator [68] => FilterIterator [69] => RecursiveFilterIterator [70] => CallbackFilterIterator [71] => RecursiveCallbackFilterIterator [72] => ParentIterator [73] => LimitIterator [74] => CachingIterator [75] => RecursiveCachingIterator [76] => NoRewindIterator [77] => AppendIterator [78] => InfiniteIterator [79] => RegexIterator [80] => RecursiveRegexIterator [81] => EmptyIterator [82] => RecursiveTreeIterator [83] => ArrayObject [84] => ArrayIterator [85] => RecursiveArrayIterator [86] => SplFileInfo [87] => DirectoryIterator [88] => FilesystemIterator [89] => RecursiveDirectoryIterator [90] => GlobIterator [91] => SplFileObject [92] => SplTempFileObject [93] => SplDoublyLinkedList [94] => SplQueue [95] => SplStack [96] => SplHeap [97] => SplMinHeap [98] => SplMaxHeap [99] => SplPriorityQueue [100] => SplFixedArray [101] => SplObjectStorage [102] => MultipleIterator [103] => PDOException [104] => PDO [105] => PDOStatement [106] => PDORow [107] => SessionHandler [108] => ReflectionException [109] => Reflection [110] => ReflectionFunctionAbstract [111] => ReflectionFunction [112] => ReflectionGenerator [113] => ReflectionParameter [114] => ReflectionType [115] => ReflectionMethod [116] => ReflectionClass [117] => ReflectionObject [118] => ReflectionProperty [119] => ReflectionExtension [120] => ReflectionZendExtension [121] => __PHP_Incomplete_Class [122] => php_user_filter [123] => Directory [124] => AssertionError [125] => SimpleXMLElement [126] => SimpleXMLIterator [127] => PharException [128] => Phar [129] => PharData [130] => PharFileInfo [131] => XMLReader [132] => XMLWriter [133] => Collator [134] => NumberFormatter [135] => Normalizer [136] => Locale [137] => MessageFormatter [138] => IntlDateFormatter [139] => ResourceBundle [140] => Transliterator [141] => IntlTimeZone [142] => IntlCalendar [143] => IntlGregorianCalendar [144] => Spoofchecker [145] => IntlException [146] => IntlIterator [147] => IntlBreakIterator [148] => IntlRuleBasedBreakIterator [149] => IntlCodePointBreakIterator [150] => IntlPartsIterator [151] => UConverter [152] => IntlChar )
Output for 5.6.28
Array ( [0] => stdClass [1] => Exception [2] => ErrorException [3] => Closure [4] => Generator [5] => DateTime [6] => DateTimeImmutable [7] => DateTimeZone [8] => DateInterval [9] => DatePeriod [10] => LibXMLError [11] => SQLite3 [12] => SQLite3Stmt [13] => SQLite3Result [14] => DOMException [15] => DOMStringList [16] => DOMNameList [17] => DOMImplementationList [18] => DOMImplementationSource [19] => DOMImplementation [20] => DOMNode [21] => DOMNameSpaceNode [22] => DOMDocumentFragment [23] => DOMDocument [24] => DOMNodeList [25] => DOMNamedNodeMap [26] => DOMCharacterData [27] => DOMAttr [28] => DOMElement [29] => DOMText [30] => DOMComment [31] => DOMTypeinfo [32] => DOMUserDataHandler [33] => DOMDomError [34] => DOMErrorHandler [35] => DOMLocator [36] => DOMConfiguration [37] => DOMCdataSection [38] => DOMDocumentType [39] => DOMNotation [40] => DOMEntity [41] => DOMEntityReference [42] => DOMProcessingInstruction [43] => DOMStringExtend [44] => DOMXPath [45] => finfo [46] => LogicException [47] => BadFunctionCallException [48] => BadMethodCallException [49] => DomainException [50] => InvalidArgumentException [51] => LengthException [52] => OutOfRangeException [53] => RuntimeException [54] => OutOfBoundsException [55] => OverflowException [56] => RangeException [57] => UnderflowException [58] => UnexpectedValueException [59] => RecursiveIteratorIterator [60] => IteratorIterator [61] => FilterIterator [62] => RecursiveFilterIterator [63] => CallbackFilterIterator [64] => RecursiveCallbackFilterIterator [65] => ParentIterator [66] => LimitIterator [67] => CachingIterator [68] => RecursiveCachingIterator [69] => NoRewindIterator [70] => AppendIterator [71] => InfiniteIterator [72] => RegexIterator [73] => RecursiveRegexIterator [74] => EmptyIterator [75] => RecursiveTreeIterator [76] => ArrayObject [77] => ArrayIterator [78] => RecursiveArrayIterator [79] => SplFileInfo [80] => DirectoryIterator [81] => FilesystemIterator [82] => RecursiveDirectoryIterator [83] => GlobIterator [84] => SplFileObject [85] => SplTempFileObject [86] => SplDoublyLinkedList [87] => SplQueue [88] => SplStack [89] => SplHeap [90] => SplMinHeap [91] => SplMaxHeap [92] => SplPriorityQueue [93] => SplFixedArray [94] => SplObjectStorage [95] => MultipleIterator [96] => PDOException [97] => PDO [98] => PDOStatement [99] => PDORow [100] => SessionHandler [101] => ReflectionException [102] => Reflection [103] => ReflectionFunctionAbstract [104] => ReflectionFunction [105] => ReflectionParameter [106] => ReflectionMethod [107] => ReflectionClass [108] => ReflectionObject [109] => ReflectionProperty [110] => ReflectionExtension [111] => ReflectionZendExtension [112] => __PHP_Incomplete_Class [113] => php_user_filter [114] => Directory [115] => SimpleXMLElement [116] => SimpleXMLIterator [117] => PharException [118] => Phar [119] => PharData [120] => PharFileInfo [121] => XMLReader [122] => XMLWriter [123] => GMP [124] => Collator [125] => NumberFormatter [126] => Normalizer [127] => Locale [128] => MessageFormatter [129] => IntlDateFormatter [130] => ResourceBundle [131] => Transliterator [132] => IntlTimeZone [133] => IntlCalendar [134] => IntlGregorianCalendar [135] => Spoofchecker [136] => IntlException [137] => IntlIterator [138] => IntlBreakIterator [139] => IntlRuleBasedBreakIterator [140] => IntlCodePointBreakIterator [141] => IntlPartsIterator [142] => UConverter )
Output for 5.5.0 - 5.5.38, 5.6.21 - 5.6.25
Array ( [0] => stdClass [1] => Exception [2] => ErrorException [3] => Closure [4] => Generator [5] => DateTime [6] => DateTimeImmutable [7] => DateTimeZone [8] => DateInterval [9] => DatePeriod [10] => LibXMLError [11] => SQLite3 [12] => SQLite3Stmt [13] => SQLite3Result [14] => DOMException [15] => DOMStringList [16] => DOMNameList [17] => DOMImplementationList [18] => DOMImplementationSource [19] => DOMImplementation [20] => DOMNode [21] => DOMNameSpaceNode [22] => DOMDocumentFragment [23] => DOMDocument [24] => DOMNodeList [25] => DOMNamedNodeMap [26] => DOMCharacterData [27] => DOMAttr [28] => DOMElement [29] => DOMText [30] => DOMComment [31] => DOMTypeinfo [32] => DOMUserDataHandler [33] => DOMDomError [34] => DOMErrorHandler [35] => DOMLocator [36] => DOMConfiguration [37] => DOMCdataSection [38] => DOMDocumentType [39] => DOMNotation [40] => DOMEntity [41] => DOMEntityReference [42] => DOMProcessingInstruction [43] => DOMStringExtend [44] => DOMXPath [45] => finfo [46] => LogicException [47] => BadFunctionCallException [48] => BadMethodCallException [49] => DomainException [50] => InvalidArgumentException [51] => LengthException [52] => OutOfRangeException [53] => RuntimeException [54] => OutOfBoundsException [55] => OverflowException [56] => RangeException [57] => UnderflowException [58] => UnexpectedValueException [59] => RecursiveIteratorIterator [60] => IteratorIterator [61] => FilterIterator [62] => RecursiveFilterIterator [63] => CallbackFilterIterator [64] => RecursiveCallbackFilterIterator [65] => ParentIterator [66] => LimitIterator [67] => CachingIterator [68] => RecursiveCachingIterator [69] => NoRewindIterator [70] => AppendIterator [71] => InfiniteIterator [72] => RegexIterator [73] => RecursiveRegexIterator [74] => EmptyIterator [75] => RecursiveTreeIterator [76] => ArrayObject [77] => ArrayIterator [78] => RecursiveArrayIterator [79] => SplFileInfo [80] => DirectoryIterator [81] => FilesystemIterator [82] => RecursiveDirectoryIterator [83] => GlobIterator [84] => SplFileObject [85] => SplTempFileObject [86] => SplDoublyLinkedList [87] => SplQueue [88] => SplStack [89] => SplHeap [90] => SplMinHeap [91] => SplMaxHeap [92] => SplPriorityQueue [93] => SplFixedArray [94] => SplObjectStorage [95] => MultipleIterator [96] => PDOException [97] => PDO [98] => PDOStatement [99] => PDORow [100] => SessionHandler [101] => ReflectionException [102] => Reflection [103] => ReflectionFunctionAbstract [104] => ReflectionFunction [105] => ReflectionParameter [106] => ReflectionMethod [107] => ReflectionClass [108] => ReflectionObject [109] => ReflectionProperty [110] => ReflectionExtension [111] => ReflectionZendExtension [112] => __PHP_Incomplete_Class [113] => php_user_filter [114] => Directory [115] => SimpleXMLElement [116] => SimpleXMLIterator [117] => PharException [118] => Phar [119] => PharData [120] => PharFileInfo [121] => XMLReader [122] => XMLWriter [123] => Collator [124] => NumberFormatter [125] => Normalizer [126] => Locale [127] => MessageFormatter [128] => IntlDateFormatter [129] => ResourceBundle [130] => Transliterator [131] => IntlTimeZone [132] => IntlCalendar [133] => IntlGregorianCalendar [134] => Spoofchecker [135] => IntlException [136] => IntlIterator [137] => IntlBreakIterator [138] => IntlRuleBasedBreakIterator [139] => IntlCodePointBreakIterator [140] => IntlPartsIterator [141] => UConverter )
Output for 5.6.0 - 5.6.20
Array ( [0] => stdClass [1] => Exception [2] => ErrorException [3] => Closure [4] => Generator [5] => DateTime [6] => DateTimeImmutable [7] => DateTimeZone [8] => DateInterval [9] => DatePeriod [10] => LibXMLError [11] => SQLite3 [12] => SQLite3Stmt [13] => SQLite3Result [14] => DOMException [15] => DOMStringList [16] => DOMNameList [17] => DOMImplementationList [18] => DOMImplementationSource [19] => DOMImplementation [20] => DOMNode [21] => DOMNameSpaceNode [22] => DOMDocumentFragment [23] => DOMDocument [24] => DOMNodeList [25] => DOMNamedNodeMap [26] => DOMCharacterData [27] => DOMAttr [28] => DOMElement [29] => DOMText [30] => DOMComment [31] => DOMTypeinfo [32] => DOMUserDataHandler [33] => DOMDomError [34] => DOMErrorHandler [35] => DOMLocator [36] => DOMConfiguration [37] => DOMCdataSection [38] => DOMDocumentType [39] => DOMNotation [40] => DOMEntity [41] => DOMEntityReference [42] => DOMProcessingInstruction [43] => DOMStringExtend [44] => DOMXPath [45] => finfo [46] => GMP [47] => LogicException [48] => BadFunctionCallException [49] => BadMethodCallException [50] => DomainException [51] => InvalidArgumentException [52] => LengthException [53] => OutOfRangeException [54] => RuntimeException [55] => OutOfBoundsException [56] => OverflowException [57] => RangeException [58] => UnderflowException [59] => UnexpectedValueException [60] => RecursiveIteratorIterator [61] => IteratorIterator [62] => FilterIterator [63] => RecursiveFilterIterator [64] => CallbackFilterIterator [65] => RecursiveCallbackFilterIterator [66] => ParentIterator [67] => LimitIterator [68] => CachingIterator [69] => RecursiveCachingIterator [70] => NoRewindIterator [71] => AppendIterator [72] => InfiniteIterator [73] => RegexIterator [74] => RecursiveRegexIterator [75] => EmptyIterator [76] => RecursiveTreeIterator [77] => ArrayObject [78] => ArrayIterator [79] => RecursiveArrayIterator [80] => SplFileInfo [81] => DirectoryIterator [82] => FilesystemIterator [83] => RecursiveDirectoryIterator [84] => GlobIterator [85] => SplFileObject [86] => SplTempFileObject [87] => SplDoublyLinkedList [88] => SplQueue [89] => SplStack [90] => SplHeap [91] => SplMinHeap [92] => SplMaxHeap [93] => SplPriorityQueue [94] => SplFixedArray [95] => SplObjectStorage [96] => MultipleIterator [97] => PDOException [98] => PDO [99] => PDOStatement [100] => PDORow [101] => SessionHandler [102] => ReflectionException [103] => Reflection [104] => ReflectionFunctionAbstract [105] => ReflectionFunction [106] => ReflectionParameter [107] => ReflectionMethod [108] => ReflectionClass [109] => ReflectionObject [110] => ReflectionProperty [111] => ReflectionExtension [112] => ReflectionZendExtension [113] => __PHP_Incomplete_Class [114] => php_user_filter [115] => Directory [116] => SimpleXMLElement [117] => SimpleXMLIterator [118] => PharException [119] => Phar [120] => PharData [121] => PharFileInfo [122] => XMLReader [123] => XMLWriter [124] => Collator [125] => NumberFormatter [126] => Normalizer [127] => Locale [128] => MessageFormatter [129] => IntlDateFormatter [130] => ResourceBundle [131] => Transliterator [132] => IntlTimeZone [133] => IntlCalendar [134] => IntlGregorianCalendar [135] => Spoofchecker [136] => IntlException [137] => IntlIterator [138] => IntlBreakIterator [139] => IntlRuleBasedBreakIterator [140] => IntlCodePointBreakIterator [141] => IntlPartsIterator [142] => UConverter )
Output for 5.4.7 - 5.4.45
Array ( [0] => stdClass [1] => Exception [2] => ErrorException [3] => Closure [4] => DateTime [5] => DateTimeZone [6] => DateInterval [7] => DatePeriod [8] => LibXMLError [9] => SQLite3 [10] => SQLite3Stmt [11] => SQLite3Result [12] => DOMException [13] => DOMStringList [14] => DOMNameList [15] => DOMImplementationList [16] => DOMImplementationSource [17] => DOMImplementation [18] => DOMNode [19] => DOMNameSpaceNode [20] => DOMDocumentFragment [21] => DOMDocument [22] => DOMNodeList [23] => DOMNamedNodeMap [24] => DOMCharacterData [25] => DOMAttr [26] => DOMElement [27] => DOMText [28] => DOMComment [29] => DOMTypeinfo [30] => DOMUserDataHandler [31] => DOMDomError [32] => DOMErrorHandler [33] => DOMLocator [34] => DOMConfiguration [35] => DOMCdataSection [36] => DOMDocumentType [37] => DOMNotation [38] => DOMEntity [39] => DOMEntityReference [40] => DOMProcessingInstruction [41] => DOMStringExtend [42] => DOMXPath [43] => finfo [44] => Collator [45] => NumberFormatter [46] => Normalizer [47] => Locale [48] => MessageFormatter [49] => IntlDateFormatter [50] => ResourceBundle [51] => Transliterator [52] => Spoofchecker [53] => LogicException [54] => BadFunctionCallException [55] => BadMethodCallException [56] => DomainException [57] => InvalidArgumentException [58] => LengthException [59] => OutOfRangeException [60] => RuntimeException [61] => OutOfBoundsException [62] => OverflowException [63] => RangeException [64] => UnderflowException [65] => UnexpectedValueException [66] => RecursiveIteratorIterator [67] => IteratorIterator [68] => FilterIterator [69] => RecursiveFilterIterator [70] => CallbackFilterIterator [71] => RecursiveCallbackFilterIterator [72] => ParentIterator [73] => LimitIterator [74] => CachingIterator [75] => RecursiveCachingIterator [76] => NoRewindIterator [77] => AppendIterator [78] => InfiniteIterator [79] => RegexIterator [80] => RecursiveRegexIterator [81] => EmptyIterator [82] => RecursiveTreeIterator [83] => ArrayObject [84] => ArrayIterator [85] => RecursiveArrayIterator [86] => SplFileInfo [87] => DirectoryIterator [88] => FilesystemIterator [89] => RecursiveDirectoryIterator [90] => GlobIterator [91] => SplFileObject [92] => SplTempFileObject [93] => SplDoublyLinkedList [94] => SplQueue [95] => SplStack [96] => SplHeap [97] => SplMinHeap [98] => SplMaxHeap [99] => SplPriorityQueue [100] => SplFixedArray [101] => SplObjectStorage [102] => MultipleIterator [103] => PDOException [104] => PDO [105] => PDOStatement [106] => PDORow [107] => SessionHandler [108] => ReflectionException [109] => Reflection [110] => ReflectionFunctionAbstract [111] => ReflectionFunction [112] => ReflectionParameter [113] => ReflectionMethod [114] => ReflectionClass [115] => ReflectionObject [116] => ReflectionProperty [117] => ReflectionExtension [118] => ReflectionZendExtension [119] => __PHP_Incomplete_Class [120] => php_user_filter [121] => Directory [122] => SimpleXMLElement [123] => SimpleXMLIterator [124] => PharException [125] => Phar [126] => PharData [127] => PharFileInfo [128] => XMLReader [129] => XMLWriter )
Output for 5.4.0 - 5.4.6
Array ( [0] => stdClass [1] => Exception [2] => ErrorException [3] => Closure [4] => DateTime [5] => DateTimeZone [6] => DateInterval [7] => DatePeriod [8] => LibXMLError [9] => SQLite3 [10] => SQLite3Stmt [11] => SQLite3Result [12] => DOMException [13] => DOMStringList [14] => DOMNameList [15] => DOMImplementationList [16] => DOMImplementationSource [17] => DOMImplementation [18] => DOMNode [19] => DOMNameSpaceNode [20] => DOMDocumentFragment [21] => DOMDocument [22] => DOMNodeList [23] => DOMNamedNodeMap [24] => DOMCharacterData [25] => DOMAttr [26] => DOMElement [27] => DOMText [28] => DOMComment [29] => DOMTypeinfo [30] => DOMUserDataHandler [31] => DOMDomError [32] => DOMErrorHandler [33] => DOMLocator [34] => DOMConfiguration [35] => DOMCdataSection [36] => DOMDocumentType [37] => DOMNotation [38] => DOMEntity [39] => DOMEntityReference [40] => DOMProcessingInstruction [41] => DOMStringExtend [42] => DOMXPath [43] => finfo [44] => Collator [45] => NumberFormatter [46] => Normalizer [47] => Locale [48] => MessageFormatter [49] => IntlDateFormatter [50] => ResourceBundle [51] => Transliterator [52] => LogicException [53] => BadFunctionCallException [54] => BadMethodCallException [55] => DomainException [56] => InvalidArgumentException [57] => LengthException [58] => OutOfRangeException [59] => RuntimeException [60] => OutOfBoundsException [61] => OverflowException [62] => RangeException [63] => UnderflowException [64] => UnexpectedValueException [65] => RecursiveIteratorIterator [66] => IteratorIterator [67] => FilterIterator [68] => RecursiveFilterIterator [69] => CallbackFilterIterator [70] => RecursiveCallbackFilterIterator [71] => ParentIterator [72] => LimitIterator [73] => CachingIterator [74] => RecursiveCachingIterator [75] => NoRewindIterator [76] => AppendIterator [77] => InfiniteIterator [78] => RegexIterator [79] => RecursiveRegexIterator [80] => EmptyIterator [81] => RecursiveTreeIterator [82] => ArrayObject [83] => ArrayIterator [84] => RecursiveArrayIterator [85] => SplFileInfo [86] => DirectoryIterator [87] => FilesystemIterator [88] => RecursiveDirectoryIterator [89] => GlobIterator [90] => SplFileObject [91] => SplTempFileObject [92] => SplDoublyLinkedList [93] => SplQueue [94] => SplStack [95] => SplHeap [96] => SplMinHeap [97] => SplMaxHeap [98] => SplPriorityQueue [99] => SplFixedArray [100] => SplObjectStorage [101] => MultipleIterator [102] => PDOException [103] => PDO [104] => PDOStatement [105] => PDORow [106] => SessionHandler [107] => ReflectionException [108] => Reflection [109] => ReflectionFunctionAbstract [110] => ReflectionFunction [111] => ReflectionParameter [112] => ReflectionMethod [113] => ReflectionClass [114] => ReflectionObject [115] => ReflectionProperty [116] => ReflectionExtension [117] => ReflectionZendExtension [118] => __PHP_Incomplete_Class [119] => php_user_filter [120] => Directory [121] => SimpleXMLElement [122] => SimpleXMLIterator [123] => PharException [124] => Phar [125] => PharData [126] => PharFileInfo [127] => XMLReader [128] => XMLWriter )
Output for 5.3.0 - 5.3.29
Array ( [0] => stdClass [1] => Exception [2] => ErrorException [3] => Closure [4] => DateTime [5] => DateTimeZone [6] => DateInterval [7] => DatePeriod [8] => LibXMLError [9] => SQLite3 [10] => SQLite3Stmt [11] => SQLite3Result [12] => DOMException [13] => DOMStringList [14] => DOMNameList [15] => DOMImplementationList [16] => DOMImplementationSource [17] => DOMImplementation [18] => DOMNode [19] => DOMNameSpaceNode [20] => DOMDocumentFragment [21] => DOMDocument [22] => DOMNodeList [23] => DOMNamedNodeMap [24] => DOMCharacterData [25] => DOMAttr [26] => DOMElement [27] => DOMText [28] => DOMComment [29] => DOMTypeinfo [30] => DOMUserDataHandler [31] => DOMDomError [32] => DOMErrorHandler [33] => DOMLocator [34] => DOMConfiguration [35] => DOMCdataSection [36] => DOMDocumentType [37] => DOMNotation [38] => DOMEntity [39] => DOMEntityReference [40] => DOMProcessingInstruction [41] => DOMStringExtend [42] => DOMXPath [43] => finfo [44] => LogicException [45] => BadFunctionCallException [46] => BadMethodCallException [47] => DomainException [48] => InvalidArgumentException [49] => LengthException [50] => OutOfRangeException [51] => RuntimeException [52] => OutOfBoundsException [53] => OverflowException [54] => RangeException [55] => UnderflowException [56] => UnexpectedValueException [57] => RecursiveIteratorIterator [58] => IteratorIterator [59] => FilterIterator [60] => RecursiveFilterIterator [61] => ParentIterator [62] => LimitIterator [63] => CachingIterator [64] => RecursiveCachingIterator [65] => NoRewindIterator [66] => AppendIterator [67] => InfiniteIterator [68] => RegexIterator [69] => RecursiveRegexIterator [70] => EmptyIterator [71] => RecursiveTreeIterator [72] => ArrayObject [73] => ArrayIterator [74] => RecursiveArrayIterator [75] => SplFileInfo [76] => DirectoryIterator [77] => FilesystemIterator [78] => RecursiveDirectoryIterator [79] => GlobIterator [80] => SplFileObject [81] => SplTempFileObject [82] => SplDoublyLinkedList [83] => SplQueue [84] => SplStack [85] => SplHeap [86] => SplMinHeap [87] => SplMaxHeap [88] => SplPriorityQueue [89] => SplFixedArray [90] => SplObjectStorage [91] => MultipleIterator [92] => PDOException [93] => PDO [94] => PDOStatement [95] => PDORow [96] => __PHP_Incomplete_Class [97] => php_user_filter [98] => Directory [99] => ReflectionException [100] => Reflection [101] => ReflectionFunctionAbstract [102] => ReflectionFunction [103] => ReflectionParameter [104] => ReflectionMethod [105] => ReflectionClass [106] => ReflectionObject [107] => ReflectionProperty [108] => ReflectionExtension [109] => PharException [110] => Phar [111] => PharData [112] => PharFileInfo [113] => SimpleXMLElement [114] => SimpleXMLIterator [115] => SoapClient [116] => SoapVar [117] => SoapServer [118] => SoapFault [119] => SoapParam [120] => SoapHeader [121] => SQLiteDatabase [122] => SQLiteResult [123] => SQLiteUnbuffered [124] => SQLiteException [125] => XMLReader [126] => XMLWriter [127] => ZipArchive )

preferences:
264.17 ms | 409 KiB | 303 Q