mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 01:15:37 +08:00
initial commit for macOS support
This commit is contained in:
5
src/globals/tests/dom.php
Normal file
5
src/globals/tests/dom.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
exit(class_exists('\\DOMDocument') ? 0 : 1);
|
||||
Reference in New Issue
Block a user