Home
last modified time | relevance | path

Searched refs:function_exists (Results 76 – 100 of 589) sorted by relevance

12345678910>>...24

/PHP-5.5/ext/standard/tests/misc/
H A Dtime_nanosleep_error5.phpt4 <?php if (!function_exists('time_nanosleep')) die("skip"); ?>
H A Dtime_sleep_until_error2.phpt4 <?php if (!function_exists("time_sleep_until")) die('skip time_sleep_until() not available');?>
/PHP-5.5/Zend/tests/
H A Dbug66218.phpt6 if (!function_exists("dl")) die("skip need dl");
/PHP-5.5/ext/pcntl/tests/
H A Dpcntl_alarm.phpt4 <?php if (!function_exists("pcntl_sigtimedwait")) die("skip pcntl_sigtimedwait() not available"); ?>
/PHP-5.5/ext/date/tests/
H A Ddate_create-2.phpt4 <?php if (!function_exists('date_create')) echo "SKIP"; ?>
H A Ddate_modify-2.phpt4 <?php if (!function_exists('date_create')) echo "SKIP"; ?>
/PHP-5.5/ext/standard/tests/strings/
H A Dcrypt_variation1.phpt5 if (!function_exists('crypt')) {
/PHP-5.5/ext/standard/tests/time/
H A Dbug38524.phpt4 <?php if (!function_exists('strptime')) echo "SKIP"; ?>
/PHP-5.5/ext/standard/tests/network/
H A Dinet.phpt5 if (!function_exists("inet_ntop")) die("skip no inet_ntop()");
6 if (!function_exists("inet_pton")) die("skip no inet_pton()");
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgetrusage.phpt4 <?php if (!function_exists("getrusage")) print "skip"; ?>
/PHP-5.5/ext/standard/tests/file/
H A Dchroot_001.phpt10 if (!function_exists("chroot")) {
H A Dfile_get_contents_error002.phpt10 if (!function_exists("file_get_contents"))
H A Dstream_enclosed.phpt5 if (!function_exists('leak_variable')) die("skip only debug builds");
/PHP-5.5/ext/posix/tests/
H A Dposix_mknod_basic.phpt6 if (!function_exists('posix_mknod')) die('skip posix_mknod() not found');
H A Dposix_initgroups.phpt6 if (!function_exists('posix_initgroups')) die('skip posix_initgroups() not found');
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_replace.phpt6 function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not available in this build");
H A Doverload01.phpt6 if (!function_exists("mail")) {
H A Dmb_ereg_replace-compat-04.phpt6 function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not available in this build");
/PHP-5.5/ext/gd/tests/
H A Dbug71912.phpt6 if(!function_exists('imagecreatefromgd2')) die('skip imagecreatefromgd2() not available');
H A Dimagecreatetruecolor_basic.phpt8 if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible");
H A Dimagefill_1.phpt8 if (!function_exists("imagefttext")) {
H A Dimagefilledpolygon_negative.phpt5 if (!function_exists('imagefilledpolygon')) die('skip imagefilledpolygon() not available');
H A Dimagepolygon_negative.phpt5 if (!function_exists('imagepolygon')) die('skip imagepolygon() not available');
/PHP-5.5/ext/reflection/tests/
H A DReflectionExtension_bug66218.phpt7 if (!function_exists("dl")) die("skip need dl");
/PHP-5.5/ext/imap/tests/
H A Dimap_mutf7_to_utf8.phpt5 <?php if (!function_exists("imap_mutf7_to_utf8")) print "skip"; ?>

Completed in 30 milliseconds

12345678910>>...24