Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dnamednodemap.c34 int php_dom_get_namednodemap_length(dom_object *obj) in php_dom_get_namednodemap_length() function
68 ZVAL_LONG(retval, php_dom_get_namednodemap_length(obj)); in dom_namednodemap_length_read()
256 RETURN_LONG(php_dom_get_namednodemap_length(intern)); in PHP_METHOD()
H A Dphp_dom.h218 int php_dom_get_namednodemap_length(dom_object *obj);
H A Dphp_dom.c2441 return offset >= 0 && offset < php_dom_get_namednodemap_length(php_dom_obj_from_obj(object)); in dom_nodemap_has_dimension()
2485 return (zend_long) lval >= 0 && (zend_long) lval < php_dom_get_namednodemap_length(obj); in dom_modern_nodemap_has_dimension()
2491 return offset >= 0 && offset < php_dom_get_namednodemap_length(obj); in dom_modern_nodemap_has_dimension()
2494 return offset >= 0 && offset < php_dom_get_namednodemap_length(obj); in dom_modern_nodemap_has_dimension()

Completed in 17 milliseconds