Home
last modified time | relevance | path

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

/PHP-5.5/ext/dom/
H A Ddom_ce.h53 extern zend_class_entry *dom_xpath_class_entry;
H A Dxpath.c281 …ethod_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO", &id, dom_xpath_class_entry, &doc, dom… in PHP_METHOD()
356 …thod_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oss", &id, dom_xpath_class_entry, &prefix, … in PHP_FUNCTION()
400 …d_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|O!b", &id, dom_xpath_class_entry, &expr, &e… in php_xpath_eval()
H A Dphp_dom.c69 zend_class_entry *dom_xpath_class_entry; variable
901 dom_xpath_class_entry = zend_register_internal_class_ex(&ce, NULL, NULL TSRMLS_CC); in PHP_MINIT_FUNCTION()
1143 if (instanceof_function(class_type, dom_xpath_class_entry TSRMLS_CC)) { in dom_objects_set_class()

Completed in 27 milliseconds