Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Delement.c1639 zval *element_zval, *where_zv; in PHP_METHOD() local
1642 Z_PARAM_OBJECT_OF_CLASS(where_zv, dom_adjacent_position_class_entry) in PHP_METHOD()
1646 const zend_string *where = Z_STR_P(zend_enum_fetch_case_name(Z_OBJ_P(where_zv))); in PHP_METHOD()
1687 zval *where_zv; in PHP_METHOD() local
1691 Z_PARAM_OBJECT_OF_CLASS(where_zv, dom_adjacent_position_class_entry) in PHP_METHOD()
1695 const zend_string *where = Z_STR_P(zend_enum_fetch_case_name(Z_OBJ_P(where_zv))); in PHP_METHOD()

Completed in 9 milliseconds