3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace Rixxi\Utils; interface Exception { } /** * The exception that is thrown when an invoked method is not supported. For scenarios where * it is sometimes possible to perform the requested operation, see InvalidStateException. */ class NotSupportedException extends \RuntimeException implements Exception { } /** * The exception that is thrown when an argument does not match with the expected value. */ class InvalidArgumentException extends \InvalidArgumentException implements Exception { }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/VtI6f
function name:  (null)
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   15     0  E >   DECLARE_CLASS                                            'rixxi%5Cutils%5Cnotsupportedexception', 'runtimeexception'
   23     1        DECLARE_CLASS                                            'rixxi%5Cutils%5Cinvalidargumentexception', 'invalidargumentexception'
   25     2      > RETURN                                                   1

Class Rixxi\Utils\Exception: [no user functions]
Class Rixxi\Utils\NotSupportedException: [no user functions]
Class Rixxi\Utils\InvalidArgumentException: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.81 ms | 1392 KiB | 13 Q