0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-16 18:05:18 +00:00
phpv8/tests/skipif.inc
2012-04-27 16:26:15 +00:00

6 lines
56 B
PHP

<?php
if (!extension_loaded('v8js')) {
die("skip");
}