Home
last modified time | relevance | path

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

12345

/php-src/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 Dnull_text_content_manipulation.phpt10 } catch (DOMException $e) {
15 } catch (DOMException $e) {
20 } catch (DOMException $e) {
25 } catch (DOMException $e) {
H A Dbug44648.phpt16 } catch (DOMException $e) {
22 } catch (DOMException $e) {
28 } catch (DOMException $e) {
34 } catch (DOMException $e) {
H A DDOMNode_removeChild_error1.phpt16 } catch (DOMException $e) {
17 echo "DOMException: " . $e->getMessage();
21 DOMException: Not Found Error
H A DDOMNode_replaceChild_error2.phpt15 } catch (DOMException $e) {
16 echo "DOMException: " . $e->getMessage();
20 DOMException: Hierarchy Request Error
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_replaceData_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_error2.phpt16 } catch (DOMException $e ) {
18 echo "Throws DOMException for offset too large\n";
24 Throws DOMException for offset too large
H A DDOMNode_replaceChild_error1.phpt17 } catch (DOMException $e) {
18 echo "DOMException: " . $e->getMessage();
22 DOMException: Not Found Error
/php-src/ext/dom/tests/gh11830/
H A Dattribute_variation.phpt17 } catch (\DOMException $e) {
23 } catch (\DOMException $e) {
29 } catch (\DOMException $e) {
35 } catch (\DOMException $e) {
41 } catch (\DOMException $e) {
/php-src/ext/dom/tests/modern/spec/
H A DNode_appendChild_invalid_parent.phpt17 } catch (DOMException $e) {
23 } catch (DOMException $e) {
29 } catch (DOMException $e) {
35 } catch (DOMException $e) {
H A DDocument_implementation_createDocumentType_errors.phpt11 } catch (DOMException $e) {
16 } catch (DOMException $e) {
21 } catch (DOMException $e) {
H A DNode_replaceChild_edge_cases.phpt20 } catch (DOMException $e) {
28 } catch (DOMException $e) {
34 } catch (DOMException $e) {
42 } catch (DOMException $e) {
51 } catch (DOMException $e) {
59 } catch (DOMException $e) {
67 } catch (DOMException $e) {
79 } catch (DOMException $e) {
88 } catch (DOMException $e) {
96 } catch (DOMException $e) {
[all …]
H A DParentNode_hierarchy_text_nodes.phpt12 } catch (DOMException $e) {
18 } catch (DOMException $e) {
25 } catch (DOMException $e) {
36 } catch (DOMException $e) {
H A Dpre_insertion_validation.phpt15 } catch (DOMException $e) {
20 } catch (DOMException $e) {
25 } catch (DOMException $e) {
34 } catch (DOMException $e) {
42 } catch (DOMException $e) {
54 } catch (DOMException $e) {
63 } catch (DOMException $e) {
79 } catch (DOMException $e) {
91 } catch (DOMException $e) {
H A DCharacterData_substringData_edge_cases.phpt14 } catch (DOMException $e) {
19 } catch (DOMException $e) {
24 } catch (DOMException $e) {
H A DHTMLDocument_createCDATASection.phpt10 } catch (DOMException $e) {
16 } catch (DOMException $e) {
24 } catch (DOMException $e) {
H A DHTMLDocument_createProcessingInstruction.phpt10 } catch (DOMException $e) {
16 } catch (DOMException $e) {
22 } catch (DOMException $e) {
H A DDocument_createElement_edge_cases.phpt11 } catch (DOMException $e) {
16 } catch (DOMException $e) {
H A DCharacterData_insertData_negative_offset_mod32.phpt18 } catch (DOMException $e) {
31 } catch (DOMException $e) {
37 } catch (DOMException $e) {
H A DDocument_implementation_createDocument_errors.phpt12 } catch (DOMException $e) {
18 } catch (DOMException $e) {
H A DCharacterData_substringData_negative_arguments_mod32.phpt29 } catch (DOMException $e) {
35 } catch (DOMException $e) {
41 } catch (DOMException $e) {
/php-src/ext/dom/tests/modern/extensions/
H A Dattribute_renaming_conflict.phpt22 } catch (DOMException $e) {
27 } catch (DOMException $e) {
32 } catch (DOMException $e) {
37 } catch (DOMException $e) {
42 } catch (DOMException $e) {
47 } catch (DOMException $e) {
52 } catch (DOMException $e) {
H A Dnode_renaming_validation_errors.phpt12 } catch (DOMException $e) {
18 } catch (DOMException $e) {

Completed in 22 milliseconds

12345