Krot Eval

Results 156 issues of Krot Eval

> Compile Error: Scalar type declaration 'void' must be unqualified because generated excess `\` in enhanced proxy class ` public function setHashForUser($user): \void` for origin method: ` public function setHashForUser($user)...

…op" starting with the "%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0 on line 72.

> Compile Error: Scalar type declaration 'void' must be unqualified because generated excess `\` in enhanced proxy class ` public function setHashForUser($user): \void` for origin method: ` public function setHashForUser($user)...

Symfony 3.4 Example 1 from https://jmsyst.com/bundles/JMSAopBundle Dont called method `__CGInterception__setLoader` of CG library enhanced proxy class and `$this->__CGInterception__loader` is null. `$interceptors = $this->__CGInterception__loader->loadInterceptors($ref, $this, array($container));`

I want to build an arbitrary hierarchical tree. Is it possible to do this? Example keys: ``` /app/module1/integration1/env1/key1 = value1 /app/module1/integration1/env1/key2 = value2 /app/module2/integration1/env1/key1 = value3 /app/module3/integration2/key1 = value4 /app/module4/key1...

question

Hi! Good package! But I can't get full details about subject because hardcoded only 3 values https://github.com/kelunik/certificate/blob/47dcc659fe73ae040ae17d068a4fc8777813f0fb/lib/Certificate.php#L91-L93 It will be very cool to be able to receive all data including...

Hi! I get code from https://github.com/elazarl/goproxy/blob/0581fc3aee2d07555835bed1a876aca196a4a511/examples/cascadeproxy/main.go and connect to `wss://webhook.site/....` or `ws://webhook.site/....` all ok - connected via end proxy. But if add Mitm handler to `middleProxy` ```go middleProxy.OnRequest(goproxy.ReqHostMatches(regexp.MustCompile("^.*$"))).HandleConnect(goproxy.AlwaysMitm) ``` not...

Is this a mistake or is there some justification for this? If use `ecordell/goproxy` got error: ``` panic: Error parsing builtin CA x509: RSA key missing NULL parameters goroutine 1...