Home
last modified time | relevance | path

Searched refs:document (Results 1 – 25 of 150) sorted by path

123456

/PHP-5.5/
H A D.gdbinit5 document set_ts
159 document dump_bt
168 document printzv
361 document print_ht
372 document print_htptr
383 document print_htstr
419 document print_ft
568 document printzn
582 document printzops
591 document zbacktrace
[all …]
H A DINSTALL1568 Read the » How to report a bug document before submitting any bug
1662 working its way up to the current document root (as set in
1664 document root, only its directory is scanned.
1800 3. Unix: I installed PHP, but every time I load a document, I get the
1875 Unix: I installed PHP, but every time I load a document, I get the
H A DNEWS5052 - Fixed bug #51688 (ini per dir crashes when invalid document root are given).
6644 document to file. (Ilia)
9416 - Fixed bug #34103 (line numbering not maintained in dom document). (Rob)
H A DREADME.SUBMITTING_PATCH4 This document describes how to submit an enhancement or patch for PHP.
H A DREADME.TESTING247 3. run tests over http, copying test files into document root
/PHP-5.5/build/
H A Dlibtool.m4424 # Avoid inline document here, it may be left over
/PHP-5.5/ext/dom/
H A Dcharacterdata.c198 php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
281 php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
328 php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
384 php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
H A Dconfig.m421 PHP_NEW_EXTENSION(dom, [php_dom.c attr.c document.c domerrorhandler.c \
H A Dconfig.w328 EXTENSION("dom", "php_dom.c attr.c document.c domerrorhandler.c \
H A Ddocument.c533 if (obj->document) { in dom_document_strict_error_checking_read()
554 if (obj->document) { in dom_document_strict_error_checking_write()
576 if (obj->document) { in dom_document_format_output_read()
597 if (obj->document) { in dom_document_format_output_write()
618 if (obj->document) { in dom_document_validate_on_parse_read()
639 if (obj->document) { in dom_document_validate_on_parse_write()
660 if (obj->document) { in dom_document_resolve_externals_read()
681 if (obj->document) { in dom_document_resolve_externals_write()
702 if (obj->document) { in dom_document_preserve_whitespace_read()
723 if (obj->document) { in dom_document_preserve_whitespace_write()
[all …]
H A Ddocumentfragment.c138 …php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_METHOD()
H A Ddom.dsp114 SOURCE=.\document.c
H A Ddomimplementation.c243 doctobj->document = ((dom_object *)((php_libxml_node_ptr *)docp->_private)->_private)->document; in PHP_METHOD()
H A Delement.c399 …php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
453 …php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
559 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
578 attrobj->document = intern->document; in PHP_FUNCTION()
620 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
764 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
984 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
1009 attrobj->document = intern->document; in PHP_FUNCTION()
1165 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
1201 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
[all …]
H A Dnode.c832 php_dom_throw_error(NAMESPACE_ERR, dom_get_strict_error(obj->document) TSRMLS_CC); in dom_node_prefix_write()
977 childobj->document = intern->document; in _php_dom_insert_fragment()
1020 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1044 childobj->document = intern->document; in PHP_FUNCTION()
1187 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1229 newchildobj->document = intern->document; in PHP_FUNCTION()
1238 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
1267 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1318 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1342 childobj->document = intern->document; in PHP_FUNCTION()
H A Dphp_dom.c157 if (document && document->doc_props) { in dom_get_doc_props()
158 return document->doc_props; in dom_get_doc_props()
169 if (document) { in dom_get_doc_props()
205 if (document) { in dom_set_doc_classmap()
228 if (document) { in dom_get_doc_classmap()
248 if (document == NULL) { in dom_get_strict_error()
1151 intern->document = NULL; in dom_objects_set_class()
1186 clone->document = intern->document; in dom_objects_clone()
1190 if (intern->document != clone->document) { in dom_objects_clone()
1191 dom_copy_doc_props(intern->document, clone->document); in dom_objects_clone()
[all …]
H A Dphp_dom.h73 php_libxml_ref_obj *document; member
98 dom_doc_propsptr dom_get_doc_props(php_libxml_ref_obj *document);
104 int dom_get_strict_error(php_libxml_ref_obj *document);
125 int dom_set_doc_classmap(php_libxml_ref_obj *document, zend_class_entry *basece, zend_class_entry *…
/PHP-5.5/ext/dom/tests/
H A DDOMAttr_ownerElement_error_001.phpt11 $document = new DOMDocument;
12 $root = $document->createElement('root');
13 $document->appendChild($root);
15 $document->removeChild($root);
H A DDOMCharacterData_appendData_basic.phpt11 $document = new DOMDocument;
12 $root = $document->createElement('root');
13 $document->appendChild($root);
15 $cdata = $document->createElement('cdata');
18 $cdatanode = $document->createCDATASection('');
28 echo "\n" . $document->saveXML();
H A DDOMCharacterData_appendData_error_001.phpt10 $document = new DOMDocument;
11 $root = $document->createElement('root');
12 $document->appendChild($root);
14 $cdata = $document->createCDATASection('test');
H A DDOMCharacterData_data_basic_002.phpt11 $document = new DOMDocument;
12 $root = $document->createElement('root');
13 $document->appendChild($root);
15 $cdata = $document->createCDATASection('t');
17 print $document->saveXML()."\n";
20 print $document->saveXML()."\n";
H A DDOMCharacterData_deleteData_basic_001.phpt10 $document = new DOMDocument;
11 $root = $document->createElement('root');
12 $document->appendChild($root);
14 $cdata = $document->createCDATASection('test');
H A DDOMCharacterData_deleteData_error_001.phpt10 $document = new DOMDocument;
11 $root = $document->createElement('root');
12 $document->appendChild($root);
14 $cdata = $document->createCDATASection('test');
H A DDOMCharacterData_deleteData_error_002.phpt10 $document = new DOMDocument;
11 $root = $document->createElement('root');
12 $document->appendChild($root);
14 $cdata = $document->createCDATASection('test');
H A DDOMCharacterData_insertData_error_001.phpt10 $document = new DOMDocument;
11 $root = $document->createElement('root');
12 $document->appendChild($root);
14 $cdata = $document->createCDATASection('test');

Completed in 137 milliseconds

123456