Home
last modified time | relevance | path

Searched refs:extension_loaded (Results 226 – 250 of 3203) sorted by relevance

12345678910>>...129

/PHP-5.5/ext/reflection/tests/
H A D011.phpt4 <?php extension_loaded('reflection') or die('skip'); ?>
H A D013.phpt4 <?php extension_loaded('reflection') or die('skip'); ?>
/PHP-5.5/ext/openssl/tests/
H A D026.phpt4 <?php if (!extension_loaded("openssl")) print "skip"; ?>
/PHP-5.5/ext/bcmath/tests/
H A Dbcadd.phpt4 <?php if(!extension_loaded("bcmath")) print "skip"; ?>
H A Dbcmod.phpt4 <?php if(!extension_loaded("bcmath")) print "skip"; ?>
H A Dbcpow.phpt4 <?php if(!extension_loaded("bcmath")) print "skip"; ?>
H A Dbcsub.phpt4 <?php if(!extension_loaded("bcmath")) print "skip"; ?>
H A Dbcadd_variation001.phpt4 <?php if(!extension_loaded("bcmath")) print "skip"; ?>
H A Dbccomp_variation001.phpt4 <?php if(!extension_loaded("bcmath")) print "skip"; ?>
H A Dbccomp_variation002.phpt4 <?php if(!extension_loaded("bcmath")) print "skip"; ?>
/PHP-5.5/ext/curl/tests/
H A Dskipif.inc2 if (!extension_loaded("curl")) exit("skip curl extension not loaded");
/PHP-5.5/ext/intl/tests/
H A Dbug62083.phpt5 if (!extension_loaded('intl'))
H A Dcalendar_const_field_field_count.phpt7 if (!extension_loaded('intl'))
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_module_self_test.phpt4 <?php if (!extension_loaded("mcrypt")) print "skip"; ?>
H A Dmcrypt_get_block_size.phpt4 <?php if (!extension_loaded("mcrypt")) print "skip"; ?>
H A Dmcrypt_get_key_size.phpt4 <?php if (!extension_loaded("mcrypt")) print "skip"; ?>
/PHP-5.5/ext/json/tests/
H A Dbug45791.phpt4 <?php if (!extension_loaded("json")) print "skip"; ?>
H A Dbug55543.phpt4 <?php if (!extension_loaded("json")) print "skip"; ?>
/PHP-5.5/ext/enchant/tests/
H A Dbroker_init.phpt5 if(!extension_loaded('enchant')) die('skip, enchant not loader');
/PHP-5.5/ext/filter/tests/
H A Dbug53037.phpt4 <?php if (!extension_loaded("filter")) die("skip"); ?>
H A Dbug49274.phpt4 <?php if (!extension_loaded("filter")) die("skip"); ?>
/PHP-5.5/ext/zip/tests/
H A D001.phpt4 <?php if (!extension_loaded("zip")) print "skip"; ?>
H A Dzip_open.phpt6 if(!extension_loaded('zip')) die('skip');
/PHP-5.5/ext/pcntl/tests/
H A Dpcntl_get_last_error.phpt5 if (!extension_loaded("pcntl")) print "skip";
/PHP-5.5/ext/tidy/tests/
H A D002.phpt4 <?php if (!extension_loaded("tidy")) print "skip"; ?>

Completed in 23 milliseconds

12345678910>>...129