ErrLookup › symfony/css-selector
symfony/css-selector
Converts CSS selectors to XPath expressions · PHP · 81 source files
Analyzed at 08e2905152 on 2026-09-14. 25 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| identifier | exception | error | php, css-selector, syntax-error, tokenizer, symfony |
| Node " " not supported. | exception | error | css-selector, xpath, expression, unsupported-node |
| identifier or "*" | exception | error | php, css-selector, syntax-error, tokenizer, namespaces |
| Unexpected pseudo-element | exception | error | css-selector, parser, pseudo-element, syntax-error, php |
| Attribute matcher operator | exception | error | css-selector, xpath, attribute-selector, unsupported-operator |
| Unclosed/invalid string at | exception | error | css-selector, parser, syntax-error, unclosed-string |
| Pseudo-class " " not supported. | exception | error | css-selector, xpath, pseudo-class, unsupported-selector |
| Extension " " not registered. | exception | error | css-selector, translator, extension-not-registered |
| Pseudo-elements are not supported. | exception | error | css-selector, pseudo-element, xpath |
| Invalid series: " ". | exception | error | css-selector, nth-child, invalid-expression |
| Expected a single string or identifier for :contains(), got | exception | error | css-selector, contains, argument-validation |
| Expected , but found. | exception | error | css-selector, parser, unexpected-token, has-selector, php |
| Expected a single string or identifier for :lang(), got | exception | error | css-selector, lang, html, argument-validation |
| Got too deeply nested | exception | error | css-selector, parser, recursion-limit |
| Got immediate child pseudo-element | exception | error | css-selector, parser, scope-pseudo-class, syntax-error, php |
| "*:nth-of-type()" is not implemented. | exception | error | css-selector, xpath, unsupported-selector |
| Function " " not supported. | exception | error | css-selector, xpath, selector-function, unsupported-function |
| Combiner " " not supported. | exception | error | css-selector, xpath, combinator, unsupported-operator |
| Got nested :not(). | exception | error | css-selector, parser, not-pseudo-class, nested-negation, php |
| "*:first-of-type" is not implemented. | exception | error | css-selector, xpath, unsupported-selector |
| String not allowed as function argument. | exception | error | css-selector, parser, nth-child, syntax-error |
| Got too deeply nested :has(). | exception | error | css-selector, parser, nesting-limit, recursion, php |
| string or identifier | exception | error | css-selector, attribute-selector, value, php |
| "*:last-of-type" is not implemented. | exception | error | css-selector, xpath, unsupported-selector |
| ] | exception | error | css-selector, attribute-selector, syntax-error, php |