Home
last modified time | relevance | path

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

/PHP-5.5/ext/dom/
H A Ddocument.c943 …thod_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &id, dom_document_class_entry) == FAILU… in PHP_FUNCTION()
1090 …hod_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_document_class_entry, &name, &… in PHP_FUNCTION()
1124 …hod_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_document_class_entry, &name, &… in PHP_FUNCTION()
1157 …hod_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_document_class_entry, &name, &… in PHP_FUNCTION()
1430 …thod_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &id, dom_document_class_entry) == FAILU… in PHP_FUNCTION()
1683 if (id != NULL && ! instanceof_function(Z_OBJCE_P(id), dom_document_class_entry TSRMLS_CC)) { in dom_parse_document()
1917 …od_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|l", &id, dom_document_class_entry, &flags) … in PHP_FUNCTION()
1956 …thod_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &id, dom_document_class_entry) == FAILU… in PHP_FUNCTION()
2232 if (id != NULL && instanceof_function(Z_OBJCE_P(id), dom_document_class_entry TSRMLS_CC)) { in dom_load_html()
2293 …hod_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Op", &id, dom_document_class_entry, &file, &… in PHP_FUNCTION()
[all …]
H A Ddom_ce.h31 extern zend_class_entry *dom_document_class_entry;
H A Dxpath.c281 …) TSRMLS_CC, getThis(), "OO", &id, dom_xpath_class_entry, &doc, dom_document_class_entry) == FAILU… in PHP_METHOD()
H A Dphp_dom.c47 zend_class_entry *dom_document_class_entry; variable
736 …, "DOMDocument", dom_node_class_entry, php_dom_document_class_functions, dom_document_class_entry); in PHP_MINIT_FUNCTION()
1351 ce = dom_document_class_entry; in php_dom_create_object()

Completed in 31 milliseconds