Home
last modified time | relevance | path

Searched refs:document (Results 26 – 50 of 152) sorted by relevance

1234567

/PHP-7.3/ext/dom/tests/
H A DDOMDocument_loadXML_error5.phpt4 This test verifies the method detects extra content at the end of the document
22 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
H A DDOMDocument_load_error5.phpt4 This test verifies the method detects extra content at the end of the document
22 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
H A DDOMDocument_documentURI_basic.phpt10 // create dom document
17 echo "Error while parsing the document\n";
H A DDOMDocument_resolveExternals_basic.phpt10 // create dom document
18 echo "Error while parsing the document\n";
H A DDOMDocument_standalone_basic.phpt10 // create dom document
17 echo "Error while parsing the document\n";
H A DDOMDocument_strictErrorChecking_variation.phpt12 echo "Load document\n";
48 Load document
H A Dbug66502.phpt2 Bug #66502 (DOM document dangling reference)
H A DDOMNode_insertBefore_error1.phpt2 DOMNode::insertBefore() should fail if node belongs to another document
H A DDOMDocumentFragment_appendXML_error_002.phpt12 $document->appendChild($fragment);
H A DDOMDocument_config_basic.phpt10 // create dom document
/PHP-7.3/
H A D.gdbinit5 document set_ts
54 document print_cvs
150 document dump_bt
159 document printzv
378 document print_ht
405 document print_ft
510 document print_pi
577 document printzn
591 document printzops
607 document print_zstr
[all …]
/PHP-7.3/ext/soap/tests/schema/
H A Dschema072.phpt2 SOAP XML Schema 72: SOAP 1.1 Array (document style, element with inline type)
19 test_schema($schema,'element="tns:testElement"',array(123,123.5),'document','literal');
H A Dschema073.phpt2 SOAP XML Schema 73: SOAP 1.1 Array (document style, element with type ref)
18 test_schema($schema,'element="tns:testElement"',array(123,123.5),'document','literal');
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug40609.wsdl26document" /><wsdl:operation name="update"><soap:operation soapAction="urn:update" style="document"…
/PHP-7.3/ext/libxml/
H A Dlibxml.c1259 if (object->document != NULL) { in php_libxml_increment_doc_ref()
1260 object->document->refcount++; in php_libxml_increment_doc_ref()
1261 ret_refcount = object->document->refcount; in php_libxml_increment_doc_ref()
1265 object->document->ptr = docp; in php_libxml_increment_doc_ref()
1266 object->document->refcount = ret_refcount; in php_libxml_increment_doc_ref()
1267 object->document->doc_props = NULL; in php_libxml_increment_doc_ref()
1280 if (object->document->ptr != NULL) { in php_libxml_decrement_doc_ref()
1283 if (object->document->doc_props != NULL) { in php_libxml_decrement_doc_ref()
1288 efree(object->document->doc_props); in php_libxml_decrement_doc_ref()
1290 efree(object->document); in php_libxml_decrement_doc_ref()
[all …]
/PHP-7.3/ext/standard/tests/strings/
H A Dprint_basic.phpt55 This uses the "here document" syntax to output
57 that the here document terminator must appear on a
88 This uses the "here document" syntax to output
90 that the here document terminator must appear on a
/PHP-7.3/ext/xsl/tests/
H A Dxslt012.phpt12 echo "Error while parsing the document\n";
19 echo "Error while parsing the document\n";
/PHP-7.3/ext/dom/
H A Delement.c391 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
445 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
552 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
571 attrobj->document = intern->document; in PHP_FUNCTION()
613 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
757 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1002 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1027 attrobj->document = intern->document; in PHP_FUNCTION()
1183 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1219 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
[all …]
H A Dphp_dom.c163 if (document && document->doc_props) { in dom_get_doc_props()
164 return document->doc_props; in dom_get_doc_props()
175 if (document) { in dom_get_doc_props()
176 document->doc_props = doc_props; in dom_get_doc_props()
211 if (document) { in dom_set_doc_classmap()
232 if (document) { in dom_get_doc_classmap()
253 if (document == NULL) { in dom_get_strict_error()
515 clone->document = intern->document; in dom_objects_store_clone_obj()
519 if (intern->document != clone->document) { in dom_objects_store_clone_obj()
520 dom_copy_doc_props(intern->document, clone->document); in dom_objects_store_clone_obj()
[all …]
H A Dphp_dom.h100 dom_doc_propsptr dom_get_doc_props(php_libxml_ref_obj *document);
106 int dom_get_strict_error(php_libxml_ref_obj *document);
127 void dom_set_doc_classmap(php_libxml_ref_obj *document, zend_class_entry *basece, zend_class_entry …
H A Dcharacterdata.c176 php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
260 php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
307 php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
364 php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
/PHP-7.3/ext/phar/
H A Dgdbhelp44 document display_phar_globals
82 document print_pharfp
118 document dump_entry
/PHP-7.3/ext/simplexml/
H A Dsimplexml.c68 subnode->document = sxe->document; in _node_as_zval()
69 subnode->document->refcount++; in _node_as_zval()
975 subnode->document = sxe_ref->document; in _get_base_node_value()
976 subnode->document->refcount++; in _get_base_node_value()
1267 } else if (sxe1->document->ptr == sxe2->document->ptr) { in sxe_objects_compare()
1885 if (sxe->document) { in sxe_object_cast_ex()
2017 clone->document = sxe->document; in sxe_object_clone()
2018 if (clone->document) { in sxe_object_clone()
2019 clone->document->refcount++; in sxe_object_clone()
2020 docp = clone->document->ptr; in sxe_object_clone()
[all …]
/PHP-7.3/ext/simplexml/tests/
H A D001-mb.phpt2 SimpleXML: Simple document
H A D001.phpt2 SimpleXML: Simple document

Completed in 79 milliseconds

1234567