Lexidor Digital

Results 131 comments of Lexidor Digital

#8504 Just linking two related issues together by ID.

You are correct, `$x++` is a post increment. The old value of `$x` gets used for the assignment. How would you like the statement to be rewritten? Should `++$x` be...

Closed as spam

> Edit: probably it's `O_TMPFILE` from [b784cac](https://github.com/facebook/hhvm/commit/b784cacd3b72d9c346c206ef6f7b02f5fa34acfe) by elimination. What filesystem were you using? I didn't change the default, so ext4. I marked this issue as won't fix, because this...

> [@lexidor](https://github.com/lexidor) It would be useful to change the title of this issue to say it's an issue with Docker/overlayfs specifically. I have changed the issue title.

This behavior can be emulated with `hh_client --json | jq ...`, where `...` is a select expression that filters for the path you are interested in.

I never know I wanted this, until now. This is still a parse error in hhvm 4.56.

This is still a parse error in 2025.

Extra context from the future. > fredemmott and Orvid suggested making this work by adding a mechanism for passing JIT profiling data between HHVM instances. If this were possible, then...