lpd-au

Results 6 issues of lpd-au

To the best of my recollection in all of the code I've encountered, despite functioning correctly in either order, attributes are placed between any docblock and the target they apply...

enhancement
core

Ini property values may be quoted to escape special characters and indicate they are strings. However, comments following a quoted property value force the quotes to appear literally in the...

| Q | A | --------------------| --------------- | PHPUnit version | 9.5.0 | PHP version | 7.4.14 | Installation Method | Composer #### Summary When a PHP array with sequentially...

type/bug

### MDN URL https://developer.mozilla.org/en-US/docs/Web/CSS/At-rule ### What specific section or headline is this issue about? _No response_ ### What information was incorrect, unhelpful, or incomplete? I came to this article with...

Content:CSS
needs triage

**Describe the bug** With Phing 2 it was possible to do this: ```xml ``` This produced: ``` echo-old: foo bar # Note: two spaces php-old: array(4) { [0]=> string(19) "Standard...

As far as I see, php.net doesn't document in what circumstances the `$previous` value is automatically set when the caller doesn't provide one in the `Exception`/`Error` constructor. As far as...