1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 04:02:19 +02:00

Merge branch 'PHP-7.4'

* PHP-7.4:
  Fix typo in recent bugfix
This commit is contained in:
Christoph M. Becker
2020-02-14 09:24:38 +01:00

View File

@@ -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');