Advertisement
fruffl

PHP Datatypes

Sep 18th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 7.15 KB | None | 0 0
  1.  
  2.     ████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
  3.  
  4. NODE    5abddcbf4181e808
  5.  
  6.     ████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
  7.  
  8.     ERROR       500 (0x1f4)
  9.     BLOCK       Exception
  10.             └ ILLI\Core\Std\Throwable
  11.               └ ILLI\Core\Std\Exception
  12.  
  13.     ════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
  14.  
  15.     Unable to add or remove lines (y offset): Foo\StringCol3 does not implement interface ILLI\Core\Type\IListable or implements ILLI\Core\Type\ILimitable.
  16.  
  17.     ════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
  18.    
  19.     ADDRESS     5abddcbf4181e808
  20.     HASH        5abddcbf4181e808
  21.     FLAG        0b1
  22.     TYPE        TRIGGER
  23.     CONFLICT    INTERNAL
  24.     SUB    
  25.     STATUS      UNSOLVED
  26.     CONTEXT     ILLI\Core\Std\Exception
  27.     CODE        500 (0x1f4)
  28.  
  29.     NEXT ADDRESS   
  30.     PREV ADDRESS   
  31.  
  32.     CATCHABLE   Exception
  33.             └ ILLI\Core\Std\Throwable
  34.               └ ILLI\Core\Std\Exception
  35.    
  36.     SOURCE
  37.     {:source}
  38.  
  39.     TRIGGER
  40.     {:trigger}
  41.         (
  42.     {:args}
  43.         )
  44.  
  45.     TRACE       Foo\StringCol3->__construct()                                                    root://dev/index.ddl                                                       00000058
  46.             ILLI\Core\Type\T->setLength()                                                    root://dev/index.ddl                                                       00000045
  47.         THROWS  └ ILLI\Core\Std\Exception                                                        lib://ILLI/Core/Type/T.ddl                                                 00000082
  48.               └ with:
  49.                 class      :              <class> : Foo\StringCol3
  50.                 ILimitable :          <interface> : ILLI\Core\Type\ILimitable
  51.                 IListable  :          <interface> : ILLI\Core\Type\IListable
  52.  
  53.     ════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
  54.  
  55.     /**
  56.          * add or remove lines in data FSM
  57.          *
  58.          * @param int   $__length   Lines : y range
  59.          * @throws Exception when interface T_LISTABLE is not implemented
  60.          * @throws Exception when interface T_LIMITABLE is implemented
  61.          */
  62.  
  63.     ════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
  64.  
  65.     ████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
  66.     ████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
  67.  
  68. HANDLE  MODE        DISPLAY, SHUTDOWN
  69.     LEVEL       32767 (0x7fff)
  70.     ENV     RUNNING, SHUTDOWN_REG
  71.  
  72. PHP VERSION     5.5.0-1~dotdeb.1
  73.     PLATFORM    Linux; 3.8.13-xxxx-grs-ipv6-64; #3 SMP Fri May 31 13:26:19 CEST 2013; x86_64; GNU/Linux
  74.     SAPI        fpm-fcgi
  75.  
  76.     ████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
  77.     ████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement