1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00
Files
archived-php-src/ext/soap/tests/bugs/skipif.inc
T
2004-07-06 07:30:33 +00:00

4 lines
84 B
PHP

<?php
if (!extension_loaded('soap')) die('skip soap extension not available');
?>