Advertisement
fruffl

Solved lol

Nov 25th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 4.04 KB | None | 0 0
  1. foreach(array_reverse($E instanceOf External ? $E->getExternal()->getTrace() : $E->getTrace()) as $i => $l)
  2.     $t[] = "\t"."\t"."\t".$i."\t".$l['class'].$l['type'].$l['function'].': '.$__fn_file($l['file']).', line '.$l['line'];
  3.  
  4.  
  5. ERRORS  511:512:500:400:300
  6. ADDRESS 000000005fbec5b1000000004f091f15:000000005fbec5b3000000004f091f15:000000005fbec5b6000000004f091f15:000000005fbec5b0000000004f091f15:000000005fbec58f000000004f091f15
  7. TRACE  
  8.     000000005fbec58f000000004f091f15: UNSOLVED  ILLI\Base\Component\Structure\MethodCallException (ERROR 511): 'localhost\illiFW\dev\a'::'foo': Unable to get value.
  9.     000000005fbec5b0000000004f091f15: SOLVED    ILLI\Base\Component\Structure\MethodCallException (ERROR 512): 'localhost\illiFW\dev\a'::'foo': Unable to apply filter in handle 'onGet' for value 'bar'.
  10.     000000005fbec5b6000000004f091f15: SOLVED    ILLI\Base\Component\Throwable\FilterTargetException (ERROR 500): Called filter 'Closure' at offset 0[0b0|0x0|0o0] in 'localhost\illiFW\dev\a' throws an error.
  11.     000000005fbec5b3000000004f091f15: SOLVED    ILLI\Base\Component\Exception\External:Exception (ERROR 400): nono
  12.     000000005fbec5b1000000004f091f15: SOLVED    ILLI\Base\Component\Exception\External:ReflectionException (ERROR 300): haha
  13.  
  14. 000000005fbec58f000000004f091f15: ILLI\Base\Component\Structure\MethodCallException (ERROR 511)
  15.     'localhost\illiFW\dev\a'::'foo': Unable to get value.
  16.     THROWN IN /ILLI:Base.Component.Structure/tStructure.php, line 1027
  17.             0   ILLI\Base\Component\Structure\aStructure->__get: /var/www/dev/__MAIN__.ddl, line 198
  18.             1   ILLI\Base\Component\Structure\aStructure->tStructure_get: /ILLI:Base.Component.Structure/tStructure.php, line 193
  19. 000000005fbec5b0000000004f091f15: ILLI\Base\Component\Structure\MethodCallException (ERROR 512)
  20.     'localhost\illiFW\dev\a'::'foo': Unable to apply filter in handle 'onGet' for value 'bar'.
  21.     THROWN IN /ILLI:Base.Component.Structure/tStructure.php, line 1972
  22.             0   ILLI\Base\Component\Structure\aStructure->__get: /var/www/dev/__MAIN__.ddl, line 198
  23.             1   ILLI\Base\Component\Structure\aStructure->tStructure_get: /ILLI:Base.Component.Structure/tStructure.php, line 193
  24.             2   ILLI\Base\Component\Structure\aStructure->tStructure_internal_applyFilter: /ILLI:Base.Component.Structure/tStructure.php, line 1014
  25. 000000005fbec5b6000000004f091f15: ILLI\Base\Component\Throwable\FilterTargetException (ERROR 500)
  26.     Called filter 'Closure' at offset 0[0b0|0x0|0o0] in 'localhost\illiFW\dev\a' throws an error.
  27.     THROWN IN /ILLI:Base.Component.Structure/tStructure.php, line 1956
  28.             0   ILLI\Base\Component\Structure\aStructure->__get: /var/www/dev/__MAIN__.ddl, line 198
  29.             1   ILLI\Base\Component\Structure\aStructure->tStructure_get: /ILLI:Base.Component.Structure/tStructure.php, line 193
  30.             2   ILLI\Base\Component\Structure\aStructure->tStructure_internal_applyFilter: /ILLI:Base.Component.Structure/tStructure.php, line 1014
  31. 000000005fbec5b3000000004f091f15: ILLI\Base\Component\Exception\External:Exception (ERROR 400)
  32.     nono
  33.     THROWN IN /var/www/dev/__MAIN__.ddl, line 184
  34.             0   ILLI\Base\Component\Structure\aStructure->__get: /var/www/dev/__MAIN__.ddl, line 198
  35.             1   ILLI\Base\Component\Structure\aStructure->tStructure_get: /ILLI:Base.Component.Structure/tStructure.php, line 193
  36.             2   ILLI\Base\Component\Structure\aStructure->tStructure_internal_applyFilter: /ILLI:Base.Component.Structure/tStructure.php, line 1014
  37.             3   localhost\illiFW\dev\a->localhost\illiFW\dev\{closure}: /ILLI:Base.Component.Structure/tStructure.php, line 1947
  38. 000000005fbec5b1000000004f091f15: ILLI\Base\Component\Exception\External:ReflectionException (ERROR 300)
  39.     haha
  40.     THROWN IN /var/www/dev/__MAIN__.ddl, line 180
  41.             0   ILLI\Base\Component\Structure\aStructure->__get: /var/www/dev/__MAIN__.ddl, line 198
  42.             1   ILLI\Base\Component\Structure\aStructure->tStructure_get: /ILLI:Base.Component.Structure/tStructure.php, line 193
  43.             2   ILLI\Base\Component\Structure\aStructure->tStructure_internal_applyFilter: /ILLI:Base.Component.Structure/tStructure.php, line 1014
  44.             3   localhost\illiFW\dev\a->localhost\illiFW\dev\{closure}: /ILLI:Base.Component.Structure/tStructure.php, line 1947
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement