Home
last modified time | relevance | path

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

123456

/PHP-7.4/ext/soap/tests/bugs/
H A Dbug40609.wsdl26document" /><wsdl:operation name="update"><soap:operation soapAction="urn:update" style="document"…
/PHP-7.4/ext/soap/tests/schema/
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.4/ext/xsl/tests/
H A Dxslt012.phpt12 echo "Error while parsing the document\n";
19 echo "Error while parsing the document\n";
H A Dxsltprocessor_registerPHPFunctions-array.phpt15 echo "Error while parsing the xsl document\n";
H A Dxsltprocessor_registerPHPFunctions-string.phpt15 echo "Error while parsing the xsl document\n";
/PHP-7.4/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.4/ext/dom/tests/
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 DDOMDocument_config_basic.phpt10 // create dom document
H A DDOMDocument_relaxNGValidate_error1.phpt2 DOMDocument::relaxNGValidate() should fail if document doesn't validate
/PHP-7.4/ext/libxml/
H A Dlibxml.c1303 if (object->document != NULL) { in php_libxml_increment_doc_ref()
1304 object->document->refcount++; in php_libxml_increment_doc_ref()
1305 ret_refcount = object->document->refcount; in php_libxml_increment_doc_ref()
1309 object->document->ptr = docp; in php_libxml_increment_doc_ref()
1310 object->document->refcount = ret_refcount; in php_libxml_increment_doc_ref()
1311 object->document->doc_props = NULL; in php_libxml_increment_doc_ref()
1324 if (object->document->ptr != NULL) { in php_libxml_decrement_doc_ref()
1327 if (object->document->doc_props != NULL) { in php_libxml_decrement_doc_ref()
1332 efree(object->document->doc_props); in php_libxml_decrement_doc_ref()
1334 efree(object->document); in php_libxml_decrement_doc_ref()
[all …]
/PHP-7.4/ext/dom/
H A Delement.c391 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
446 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
555 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
574 attrobj->document = intern->document; in PHP_FUNCTION()
617 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
764 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1012 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1037 attrobj->document = intern->document; in PHP_FUNCTION()
1195 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1232 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
[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 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()
517 clone->document = intern->document; in dom_objects_store_clone_obj()
521 if (intern->document != clone->document) { in dom_objects_store_clone_obj()
522 dom_copy_doc_props(intern->document, clone->document); in dom_objects_store_clone_obj()
[all …]
H A Dcharacterdata.c180 php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
254 php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
302 php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
360 php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
/PHP-7.4/ext/phar/
H A Dgdbhelp44 document display_phar_globals
82 document print_pharfp
118 document dump_entry
/PHP-7.4/ext/simplexml/
H A Dphp_simplexml.h57 php_libxml_ref_obj *document; member
H A Dsimplexml.c68 subnode->document = sxe->document; in _node_as_zval()
69 subnode->document->refcount++; in _node_as_zval()
992 subnode->document = sxe_ref->document; in _get_base_node_value()
993 subnode->document->refcount++; in _get_base_node_value()
1286 } else if (sxe1->document->ptr == sxe2->document->ptr) { in sxe_objects_compare()
1904 if (sxe->document) { in sxe_object_cast_ex()
2036 clone->document = sxe->document; in sxe_object_clone()
2037 if (clone->document) { in sxe_object_clone()
2038 clone->document->refcount++; in sxe_object_clone()
2039 docp = clone->document->ptr; in sxe_object_clone()
[all …]
/PHP-7.4/ext/simplexml/tests/
H A D001-mb.phpt2 SimpleXML: Simple document
H A D001.phpt2 SimpleXML: Simple document
/PHP-7.4/ext/soap/tests/
H A Dbug71610.phpt18 looks like we got no XML document

Completed in 45 milliseconds

123456