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.c1657 zval *element_zval, *where_zv; in PHP_METHOD() local
1660 Z_PARAM_OBJECT_OF_CLASS(where_zv, dom_adjacent_position_class_entry) in PHP_METHOD()
1664 const zend_string *where = Z_STR_P(zend_enum_fetch_case_name(Z_OBJ_P(where_zv))); in PHP_METHOD()
1705 zval *where_zv; in PHP_METHOD() local
1709 Z_PARAM_OBJECT_OF_CLASS(where_zv, dom_adjacent_position_class_entry) in PHP_METHOD()
1713 const zend_string *where = Z_STR_P(zend_enum_fetch_case_name(Z_OBJ_P(where_zv))); in PHP_METHOD()
1721 zval *where_zv; in PHP_METHOD() local
1731 Z_PARAM_OBJECT_OF_CLASS(where_zv, dom_adjacent_position_class_entry) in PHP_METHOD()
1737 const zend_string *where = Z_STR_P(zend_enum_fetch_case_name(Z_OBJ_P(where_zv))); in PHP_METHOD()

Completed in 9 milliseconds