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

4 lines
84 B
PHP

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