Home
last modified time | relevance | path

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

123

/PHP-8.3/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 DDOMNode_removeChild_error1.phpt16 } catch (DOMException $e) {
17 echo "DOMException: " . $e->getMessage();
20 DOMException: Not Found Error
H A DDOMNode_replaceChild_error2.phpt15 } catch (DOMException $e) {
16 echo "DOMException: " . $e->getMessage();
19 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();
21 DOMException: Not Found Error
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 Dgh16039.phpt12 } catch (DOMException $e) {
19 } 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 DDOM4_DOMNode_removeDanglingElement.phpt14 } catch (DOMException $e) {
H A DDOMElement_append_hierarchy_test.phpt37 } catch (\DOMException $e) {
48 } catch (\DOMException $e) {
59 } catch (\DOMException $e) {
H A DDOMElement_prepend_hierarchy_test.phpt37 } catch (\DOMException $e) {
48 } catch (\DOMException $e) {
59 } catch (\DOMException $e) {
H A DDOMEntityReference_error1.phpt9 } catch (DOMException $e) {
H A DDOMDocumentType_entities_error_001.phpt13 } catch (DOMException $exception) {
H A DDOMDocumentType_internalSubset_error_001.phpt13 } catch (DOMException $exception) {
H A DDOMDocumentType_name_error_001.phpt13 } catch (DOMException $exception) {
H A DDOMDocumentType_notations_error_001.phpt13 } catch (DOMException $exception) {
H A DDOMDocumentType_publicId_error_001.phpt13 } catch (DOMException $exception) {
/PHP-8.3/ext/dom/tests/gh11830/
H A Dhierarchy_variation.phpt22 } catch (\DOMException $e) {
28 } catch (\DOMException $e) {
34 } catch (\DOMException $e) {
40 } catch (\DOMException $e) {
46 } catch (\DOMException $e) {
H A Dattribute_variation.phpt17 } catch (\DOMException $e) {
23 } catch (\DOMException $e) {
29 } catch (\DOMException $e) {
35 } catch (\DOMException $e) {
41 } catch (\DOMException $e) {
H A Ddocument_variation.phpt28 } catch (\DOMException $e) {
34 } catch (\DOMException $e) {
40 } catch (\DOMException $e) {
46 } catch (\DOMException $e) {
52 } catch (\DOMException $e) {

Completed in 68 milliseconds

123