Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.71 KB | None | 0 0
  1. Unhandled Exception: System.NotSupportedException: TryExpression is not supported as a child expression when accessing a member on type 'Pchp.Core.PhpString' because it is a value type. Construct the tree so the TryExpression is not nested inside of this expression.
  2. at System.Linq.Expressions.Compiler.StackSpiller.RequireNotRefInstance(Expression instance)
  3. at System.Linq.Expressions.Compiler.StackSpiller.RewriteMemberExpression(Expression expr, Stack stack)
  4. at System.Linq.Expressions.Compiler.StackSpiller.RewriteExpression(Expression node, Stack stack)
  5. at System.Linq.Expressions.Compiler.StackSpiller.RewriteUnaryExpression(Expression expr, Stack stack)
  6. at System.Linq.Expressions.Compiler.StackSpiller.RewriteExpression(Expression node, Stack stack)
  7. at System.Linq.Expressions.Compiler.StackSpiller.RewriteConditionalExpression(Expression expr, Stack stack)
  8. at System.Linq.Expressions.Compiler.StackSpiller.RewriteExpression(Expression node, Stack stack)
  9. at System.Linq.Expressions.Compiler.StackSpiller.RewriteBlockExpression(Expression expr, Stack stack)
  10. at System.Linq.Expressions.Compiler.StackSpiller.RewriteExpression(Expression node, Stack stack)
  11. at System.Linq.Expressions.Compiler.StackSpiller.RewriteConditionalExpression(Expression expr, Stack stack)
  12. at System.Linq.Expressions.Compiler.StackSpiller.RewriteExpression(Expression node, Stack stack)
  13. at System.Linq.Expressions.Compiler.StackSpiller.RewriteConditionalExpression(Expression expr, Stack stack)
  14. at System.Linq.Expressions.Compiler.StackSpiller.RewriteExpression(Expression node, Stack stack)
  15. at System.Linq.Expressions.Compiler.StackSpiller.RewriteBlockExpression(Expression expr, Stack stack)
  16. at System.Linq.Expressions.Compiler.StackSpiller.RewriteExpression(Expression node, Stack stack)
  17. at System.Linq.Expressions.Compiler.StackSpiller.RewriteExpressionFreeTemps(Expression expression, Stack stack)
  18. at System.Linq.Expressions.Compiler.StackSpiller.RewriteGotoExpression(Expression expr, Stack stack)
  19. at System.Linq.Expressions.Compiler.StackSpiller.RewriteExpression(Expression node, Stack stack)
  20. at System.Linq.Expressions.Compiler.StackSpiller.RewriteBlockExpression(Expression expr, Stack stack)
  21. at System.Linq.Expressions.Compiler.StackSpiller.RewriteExpression(Expression node, Stack stack)
  22. at System.Linq.Expressions.Compiler.StackSpiller.RewriteExpressionFreeTemps(Expression expression, Stack stack)
  23. at System.Linq.Expressions.Compiler.StackSpiller.Rewrite[T](Expression`1 lambda)
  24. at System.Linq.Expressions.Expression`1.Accept(StackSpiller spiller)
  25. at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda)
  26. at System.Linq.Expressions.Expression`1.Compile(Boolean preferInterpretation)
  27. at System.Runtime.CompilerServices.CallSiteBinder.BindCore[T](CallSite`1 site, Object[] args)
  28. at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
  29. at <Root>vendor/paragonie/sodium_compat.autoload_php.sodiumCompatAutoloader?0(Context <ctx>, PhpValue class) in /home/travis/build/calvinbaart/laravel-peachpie-sample/Laravel/vendor/paragonie/sodium_compat/autoload.php:line 22
  30. at sodiumCompatAutoloader?0#1(Closure , Context , PhpValue[] )
  31. at Pchp.Library.Spl.Autoload.SplAutoloadService.AutoloadTypeByName(String fullName)
  32. at Pchp.Core.Context.ResolveType(String name, RuntimeTypeHandle callerCtx, Boolean autoload)
  33. at Pchp.Library.Constants.constant(Context ctx, RuntimeTypeHandle callerCtx, String name)
  34. at <Root>vendor/paragonie/sodium_compat/lib.php72compat_php.<Main>(Context <ctx>, PhpArray <locals>, Object this, RuntimeTypeHandle <self>) in /home/travis/build/calvinbaart/laravel-peachpie-sample/Laravel/vendor/paragonie/sodium_compat/lib/php72compat.php:line 72
  35. at <Root>vendor/paragonie/sodium_compat/lib.php72compat_php.<Main>`0(Context <ctx>, PhpArray <locals>, Object this, RuntimeTypeHandle <self>)
  36. at Pchp.Core.Context.ScriptInfo.Evaluate(Context ctx, PhpArray locals, Object this, RuntimeTypeHandle self)
  37. at Pchp.Core.Context.Include(String cd, String path, PhpArray locals, Object this, RuntimeTypeHandle self, Boolean once, Boolean throwOnError)
  38. at <Root>vendor/paragonie/sodium_compat.autoload_php.<Main>(Context <ctx>, PhpArray <locals>, Object this, RuntimeTypeHandle <self>) in /home/travis/build/calvinbaart/laravel-peachpie-sample/Laravel/vendor/paragonie/sodium_compat/autoload.php:line 48
  39. at <Root>vendor/paragonie/sodium_compat.autoload_php.<Main>`0(Context <ctx>, PhpArray <locals>, Object this, RuntimeTypeHandle <self>)
  40. at Pchp.Core.Context.ScriptInfo.Evaluate(Context ctx, PhpArray locals, Object this, RuntimeTypeHandle self)
  41. at Pchp.Core.Context.Include(String cd, String path, PhpArray locals, Object this, RuntimeTypeHandle self, Boolean once, Boolean throwOnError)
  42. at <Root>vendor/laravel_composer.autoload_real_php.composerRequireb0bfbace60f6501d53e8da93695403e4(Context <ctx>, PhpValue fileIdentifier, PhpValue file) in /home/travis/build/calvinbaart/laravel-peachpie-sample/Laravel/vendor/laravel_composer/autoload_real.php:line 66
  43. at ComposerAutoloaderInitb0bfbace60f6501d53e8da93695403e4.getLoader(Context <ctx>) in /home/travis/build/calvinbaart/laravel-peachpie-sample/Laravel/vendor/laravel_composer/autoload_real.php:line 56
  44. at <Root>vendor.laravel_autoload_php.<Main>(Context <ctx>, PhpArray <locals>, Object this, RuntimeTypeHandle <self>) in /home/travis/build/calvinbaart/laravel-peachpie-sample/Laravel/vendor/laravel_autoload.php:line 7
  45. at <Root>.main_php.<Main>(Context <ctx>, PhpArray <locals>, Object this, RuntimeTypeHandle <self>) in /home/travis/build/calvinbaart/laravel-peachpie-sample/Laravel.Tests/main.php:line 12
  46. at <Script>.Main(String[] args)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement