diff options
| author | Christoph M. Becker <cmbecker69@gmx.de> | 2020-02-14 09:24:38 +0100 | 
|---|---|---|
| committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-02-14 09:24:38 +0100 | 
| commit | 95ea8b08b85336ec00615984e19b7b4bbfb4af1a (patch) | |
| tree | 9e0f72b6eb20fd9653d2be58d596396c0f65e700 | |
| parent | e99d5d39239c611e1e7304e79e88545c4e71a073 (diff) | |
| parent | 8ec76366d00c4158ebe1cbcbbf867f069fbaff28 (diff) | |
| download | php-git-95ea8b08b85336ec00615984e19b7b4bbfb4af1a.tar.gz | |
Merge branch 'PHP-7.4'
* PHP-7.4:
  Fix typo in recent bugfix
| -rw-r--r-- | ext/dom/tests/bug77569.phpt | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/tests/bug77569.phpt b/ext/dom/tests/bug77569.phpt index f0f3566708..9eef2af65a 100644 --- a/ext/dom/tests/bug77569.phpt +++ b/ext/dom/tests/bug77569.phpt @@ -1,5 +1,5 @@  --TEST-- -Bug #77569 (Write Acess Violation in DomImplementation) +Bug #77569 (Write Access Violation in DomImplementation)  --SKIPIF--  <?php  if (!extension_loaded('dom')) die('skip dom extension not available');  | 
