Home
last modified time | relevance | path

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

1234567

/PHP-8.1/ext/xsl/tests/
H A Dprepare.inc5 echo "Error while parsing the document\n";
11 echo "Error while parsing the document\n";
H A Dbug26384.phpt10 echo "Error while parsing the document\n";
16 echo "Error while parsing the document\n";
H A Dxslt012.phpt12 echo "Error while parsing the document\n";
19 echo "Error while parsing the document\n";
/PHP-8.1/ext/dom/
H A Dxml_common.h27 php_libxml_ref_obj *document; member
73 if (__intern->document != NULL) { \
74 if (!(__ptr = (__prtype)__intern->document->ptr)) { \
H A Delement.c272 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_METHOD()
326 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_METHOD()
421 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document)); in PHP_METHOD()
440 attrobj->document = intern->document; in PHP_METHOD()
482 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document)); in PHP_METHOD()
626 stricterror = dom_get_strict_error(intern->document); in PHP_METHOD()
929 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document)); in PHP_METHOD()
954 attrobj->document = intern->document; in PHP_METHOD()
1108 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document)); in PHP_METHOD()
1144 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document)); in PHP_METHOD()
[all …]
/PHP-8.1/ext/dom/tests/
H A DDOMDocument_loadHTMLfile_variation1.phpt2 Test DOMDocument::loadHTMLFile when an empty document is loaded
4 Verifies that an warning message is showed if an empty document is loaded
H A DDOMDocument_load_error6.phpt7 // create dom document
26 Path to document must not contain any null bytes
H A Dgh9142.phpt8 $document = '<var>One</var><var>Two</var>';
10 ($dom = new DOMDocument('1.0', 'UTF-8'))->loadHTML($document);
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 Dgh12002.phpt34 Invalid document encoding
37 Invalid document encoding
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_encoding_basic.phpt18 echo "Error while parsing the document\n";
47 Invalid document encoding
H A Dbug77569.phpt16 Invalid document encoding
/PHP-8.1/ext/soap/tests/schema/
H A Dschema071.phpt2 SOAP XML Schema 71: SOAP 1.1 Array (document style)
18 test_schema($schema,'type="tns:testType"',array(123,123.5),'document','literal');
H A Dschema072.phpt2 SOAP XML Schema 72: SOAP 1.1 Array (document style, element with inline type)
20 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)
19 test_schema($schema,'element="tns:testElement"',array(123,123.5),'document','literal');
/PHP-8.1/ext/standard/tests/strings/
H A Dprint_basic.phpt49 This uses the "here document" syntax to output
51 that the here document terminator must appear on a
81 This uses the "here document" syntax to output
83 that the here document terminator must appear on a
/PHP-8.1/
H A D.gdbinit5 document set_ts
52 document print_cvs
148 document dump_bt
157 document printzv
376 document print_ht
403 document print_ft
508 document print_pi
575 document printzn
589 document printzops
605 document print_zstr
[all …]
/PHP-8.1/ext/xsl/
H A Dphp_xsl_arginfo.h9 ZEND_ARG_TYPE_INFO(0, document, IS_OBJECT, 0)
14 ZEND_ARG_TYPE_INFO(0, document, IS_OBJECT, 0)
19 ZEND_ARG_TYPE_INFO(0, document, IS_OBJECT, 0)
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug40609.wsdl26document" /><wsdl:operation name="update"><soap:operation soapAction="urn:update" style="document"…
/PHP-8.1/ext/libxml/
H A Dlibxml.c1253 if (object->document != NULL) { in php_libxml_increment_doc_ref()
1254 object->document->refcount++; in php_libxml_increment_doc_ref()
1255 ret_refcount = object->document->refcount; in php_libxml_increment_doc_ref()
1259 object->document->ptr = docp; in php_libxml_increment_doc_ref()
1260 object->document->refcount = ret_refcount; in php_libxml_increment_doc_ref()
1261 object->document->doc_props = NULL; in php_libxml_increment_doc_ref()
1274 if (object->document->ptr != NULL) { in php_libxml_decrement_doc_ref()
1277 if (object->document->doc_props != NULL) { in php_libxml_decrement_doc_ref()
1282 efree(object->document->doc_props); in php_libxml_decrement_doc_ref()
1284 efree(object->document); in php_libxml_decrement_doc_ref()
[all …]
/PHP-8.1/ext/dom/tests/manually_call_constructor/
H A Ddocument.phpt2 Manually call __construct() - document variation

Completed in 32 milliseconds

1234567