Searched refs:doc_prop (Results 1 – 1 of 1) sorted by relevance
228 ZVAL_BOOL(retval, doc_prop->stricterror); in dom_document_strict_error_checking_read()236 doc_prop->stricterror = zend_is_true(newval); in dom_document_strict_error_checking_write()250 ZVAL_BOOL(retval, doc_prop->formatoutput); in dom_document_format_output_read()258 doc_prop->formatoutput = zend_is_true(newval); in dom_document_format_output_write()271 ZVAL_BOOL(retval, doc_prop->validateonparse); in dom_document_validate_on_parse_read()292 ZVAL_BOOL(retval, doc_prop->resolveexternals); in dom_document_resolve_externals_read()334 ZVAL_BOOL(retval, doc_prop->recover); in dom_document_recover_read()342 doc_prop->recover = zend_is_true(newval); in dom_document_recover_write()1480 dom_doc_propsptr doc_prop = NULL; in php_dom_finish_loading_document() local1487 doc_prop = intern->document->doc_props; in php_dom_finish_loading_document()[all …]
Completed in 8 milliseconds