Home
last modified time | relevance | path

Searched refs:force_is_null (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/ext/dom/
H A Delement.c1539 bool force, force_is_null = true; in PHP_METHOD() local
1545 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|b!", &qname, &qname_length, &force, &force_is_null) … in PHP_METHOD()
1571 if (force_is_null || force) { in PHP_METHOD()
1592 if (force_is_null || !force) { in PHP_METHOD()

Completed in 7 milliseconds