We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8785e14 commit 1e93d61Copy full SHA for 1e93d61
ext/dom/lexbor/lexbor/selectors-adapted/selectors.c
@@ -31,6 +31,7 @@
31
/* Note: assumes a != b */
32
static zend_always_inline bool lxb_selectors_adapted_cmp_nullable_string_a_neq_b(const char *a, const char *b)
33
{
34
+ ZEND_ASSERT(a != b);
35
if (a == NULL || b == NULL) {
36
return false; /* We know that they can't be both NULL because a != b. */
37
}
0 commit comments