Lines Matching refs:id

695 	zval *id;  in PHP_FUNCTION()  local
703 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os|s", &id, dom_document_class_entry… in PHP_FUNCTION()
707 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
729 zval *id; in PHP_FUNCTION() local
735 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &id, dom_document_class_entry) =… in PHP_FUNCTION()
739 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
756 zval *id; in PHP_FUNCTION() local
764 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os", &id, dom_document_class_entry, … in PHP_FUNCTION()
768 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
785 zval *id; in PHP_FUNCTION() local
793 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os", &id, dom_document_class_entry, … in PHP_FUNCTION()
797 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
814 zval *id; in PHP_FUNCTION() local
822 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os", &id, dom_document_class_entry, … in PHP_FUNCTION()
826 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
843 zval *id; in PHP_FUNCTION() local
851 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os|s", &id, dom_document_class_entry… in PHP_FUNCTION()
855 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
879 zval *id; in PHP_FUNCTION() local
887 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os", &id, dom_document_class_entry, … in PHP_FUNCTION()
891 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
914 zval *id; in PHP_FUNCTION() local
922 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os", &id, dom_document_class_entry, … in PHP_FUNCTION()
926 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
948 zval *id; in PHP_FUNCTION() local
955 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os", &id, dom_document_class_entry, … in PHP_FUNCTION()
959 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
974 zval *id, *node; in PHP_FUNCTION() local
981 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "OO|b", &id, dom_document_class_entry… in PHP_FUNCTION()
985 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1029 zval *id; in PHP_FUNCTION() local
1040 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os!s|s", &id, dom_document_class_ent… in PHP_FUNCTION()
1044 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1093 zval *id; in PHP_FUNCTION() local
1104 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os!s", &id, dom_document_class_entry… in PHP_FUNCTION()
1108 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1159 zval *id; in PHP_FUNCTION() local
1166 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oss", &id, dom_document_class_entry,… in PHP_FUNCTION()
1170 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1186 zval *id; in PHP_FUNCTION() local
1194 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os", &id, dom_document_class_entry, … in PHP_FUNCTION()
1198 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1227 zval *id; in PHP_FUNCTION() local
1231 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &id, dom_document_class_entry) =… in PHP_FUNCTION()
1235 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1255 zval *id = getThis(); in PHP_METHOD() local
1277 intern = Z_DOMOBJ_P(id); in PHP_METHOD()
1350 static xmlDocPtr dom_document_parser(zval *id, int mode, char *source, size_t source_len, size_t op… in dom_document_parser() argument
1362 if (id != NULL) { in dom_document_parser()
1363 intern = Z_DOMOBJ_P(id); in dom_document_parser()
1472 zval *id; in dom_parse_document() local
1481 id = getThis(); in dom_parse_document()
1482 if (id != NULL && ! instanceof_function(Z_OBJCE_P(id), dom_document_class_entry)) { in dom_parse_document()
1483 id = NULL; in dom_parse_document()
1503 newdoc = dom_document_parser(id, mode, source, source_len, options); in dom_parse_document()
1508 if (id != NULL) { in dom_parse_document()
1509 intern = Z_DOMOBJ_P(id); in dom_parse_document()
1563 zval *id; in PHP_FUNCTION() local
1572 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Op|l", &id, dom_document_class_entry… in PHP_FUNCTION()
1581 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1608 zval *id, *nodep = NULL; in PHP_FUNCTION() local
1618 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O|O!l", &id, dom_document_class_entr… in PHP_FUNCTION()
1622 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1718 zval *id; in PHP_FUNCTION() local
1725 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O|l", &id, dom_document_class_entry,… in PHP_FUNCTION()
1734 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1764 zval *id; in PHP_FUNCTION() local
1769 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &id, dom_document_class_entry) =… in PHP_FUNCTION()
1773 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1795 zval *id; in _dom_document_schema_validate() local
1808 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os|l", &id, dom_document_class_entry… in _dom_document_schema_validate()
1817 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in _dom_document_schema_validate()
1897 zval *id; in _dom_document_relaxNG_validate() local
1908 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os", &id, dom_document_class_entry, … in _dom_document_relaxNG_validate()
1917 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in _dom_document_relaxNG_validate()
1994 zval *id; in dom_load_html() local
2004 id = getThis(); in dom_load_html()
2055 if (id != NULL && instanceof_function(Z_OBJCE_P(id), dom_document_class_entry)) { in dom_load_html()
2056 intern = Z_DOMOBJ_P(id); in dom_load_html()
2108 zval *id; in PHP_FUNCTION() local
2117 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Op", &id, dom_document_class_entry, … in PHP_FUNCTION()
2126 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
2147 zval *id, *nodep = NULL; in PHP_FUNCTION() local
2158 "O|O!", &id, dom_document_class_entry, &nodep, dom_node_class_entry) in PHP_FUNCTION()
2163 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
2238 zval *id; in PHP_METHOD() local
2243 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "OCC!", &id, dom_document_class_entry… in PHP_METHOD()
2248 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_METHOD()