Home
last modified time | relevance | path

Searched refs:DOMException (Results 1 – 25 of 28) sorted by relevance

12

/PHP-8.0/ext/dom/tests/
H A DDOMDocument_strictErrorChecking_variation.phpt19 echo "Should throw DOMException when strictErrorChecking is on\n";
22 } catch (DOMException $e) {
23 echo "GOOD. DOMException thrown\n";
39 } catch (DOMException $e) {
40 echo "OOPS. DOMException thrown\n";
51 Should throw DOMException when strictErrorChecking is on
52 GOOD. DOMException thrown
H A Dbug44648.phpt16 } catch (DOMException $e) {
22 } catch (DOMException $e) {
28 } catch (DOMException $e) {
34 } catch (DOMException $e) {
H A DDOMComment_insertData_error1.phpt16 } catch (DOMException $e ) {
18 echo "Throws DOMException for -ve offset\n";
24 Throws DOMException for -ve offset
H A DDOMComment_insertData_error2.phpt16 } catch (DOMException $e ) {
18 echo "Throws DOMException for offset too large\n";
24 Throws DOMException for offset too large
H A DDOMComment_replaceData_error1.phpt16 } catch (DOMException $e ) {
18 echo "Throws DOMException for -ve offset\n";
24 Throws DOMException for -ve offset
H A DDOMComment_replaceData_error2.phpt16 } catch (DOMException $e ) {
18 echo "Throws DOMException for offset too large\n";
24 Throws DOMException for offset too large
H A DDOM4_ChildNode_wrong_document.phpt20 } catch (DOMException $e) {
27 } catch (DOMException $e) {
34 } catch (DOMException $e) {
H A DDOM4_ParentNode_append_wrong_document.phpt20 } catch (DOMException $e) {
27 } catch (DOMException $e) {
H A DDOM4_DOMNode_removeDanglingElement.phpt14 } catch (DOMException $e) {
H A Dbug79968.phpt12 } catch (DOMException $e) {
H A Ddom003.phpt28 object(DOMException)#%d (%d) {
65 Fatal error: Uncaught DOMException: Hierarchy Request Error in %sdom003.php:%d
H A DDOMEntityReference_error1.phpt9 } catch (DOMException $e) {
H A DDOMDocument_createEntityReference_error1.phpt11 } catch (DOMException $e) {
H A DDOMDocumentFragment_appendXML_error_002.phpt13 } catch (DOMException $e) {
H A Dbug66783.phpt14 } catch (DOMException $ex) {
H A DDOMDocument_createAttribute_error.phpt12 catch(DOMException $e) {
H A DDOMDocument_createAttribute_error1.phpt22 catch (DOMException $e) {
H A DDOMNode_insertBefore_error1.phpt18 } catch(DOMException $e) {
H A DDOMCharacterData_deleteData_error_002.phpt18 } catch (DOMException $e) {
H A DDOMDocument_createProcessingInstruction_error.phpt23 catch (DOMException $e)
H A DDOM4_ParentNode_append_with_attributes.phpt21 } catch (DOMException $e) {
H A DDOMNode_insertBefore_error6.phpt29 } catch(DOMException $e) {
H A DDOMNode_insertBefore_error2.phpt32 } catch(DOMException $e) {
H A DDOMNode_insertBefore_error3.phpt33 } catch(DOMException $e) {
H A DDOMNode_insertBefore_error4.phpt32 } catch(DOMException $e) {

Completed in 25 milliseconds

12