Christoph M. Becker

Results 597 comments of Christoph M. Becker

@Girgias, to make the white-space checker happy, you'd need to squash.

`E_TOO_MANY_CONSTANTS` :(

Thank you for the PR! This page is in dire need of a general overhaul, but this looks like a start. I suggest, though, to completely remove the "PHP 7...

> I would always opt for keeping outdated PHP versions in the documentation. That ship has sailed long ago when we decided to remove information about versions prior to PHP...

Hmm, looks good to me: ![Screenshot 2022-07-18 113408](https://user-images.githubusercontent.com/2306138/179484102-56546079-aeca-4e76-8610-64ac3148c2c8.gif) ![Screenshot 2022-07-18 113454](https://user-images.githubusercontent.com/2306138/179484219-e1373764-2bb8-4c51-8176-c70518e0a4e4.gif)

Well, `flock()` would be a stream operatoon, so according to the documentation it would not count the time spent waiting for it to return. I'm not sure, though, whether the...

In my opinion, code (and especially the code snippets in the manual) should be optimized for readability, and only optimized for performance, if necessary. In this case, the performance doesn't...

> I also think the example should show how to dynamically create a list of placeholders. I agree, but I wouldn't do that for a hard-coded list of parameters. So...

We could add a comment, or even actually employ `filter_input_array`.