%PDF- %PDF-
| Direktori : /home/graphicd/public_html/vebto/vendor/google/crc32/ext/tests/ |
| Current File : /home/graphicd/public_html/vebto/vendor/google/crc32/ext/tests/001_loaded.phpt |
--TEST--
crc32c() is loadable
--SKIPIF--
<?php
if (!extension_loaded('crc32c')) {
echo 'skip';
}
?>
--FILE--
<?php
echo 'The extension "crc32c" is available';
?>
--EXPECT--
The extension "crc32c" is available