Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Delement.c1640 bool force, force_is_null = true; in PHP_METHOD() local
1646 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|b!", &qname, &qname_length, &force, &force_is_null) … in PHP_METHOD()
1675 if (force_is_null || force) { in PHP_METHOD()
1700 if (force_is_null || !force) { in PHP_METHOD()

Completed in 9 milliseconds