Home
last modified time | relevance | path

Searched refs:function_exists (Results 26 – 50 of 411) sorted by relevance

12345678910>>...17

/PHP-8.1/ext/readline/tests/
H A Dreadline_list_history_001.phpt6 <?php if (!function_exists('readline_list_history')) die("skip"); ?>
H A Dbug69054.phpt6 <?php if (!function_exists('readline_add_history')) die("skip"); ?>
H A Dbug72538.phpt7 if (!function_exists("readline_redisplay")) die("skip readline_redisplay not available");
/PHP-8.1/ext/gd/tests/
H A Dbug72596.phpt7 var_dump(function_exists('imagewebp') === (bool) (imagetypes() & IMG_WEBP));
H A Djpg2gd-mb.phpt11 if (!function_exists("imagecreatefromjpeg") || !function_exists("imagejpeg")) {
H A Djpg2gd.phpt11 if (!function_exists("imagecreatefromjpeg") || !function_exists("imagejpeg")) {
H A Dpng2gd.phpt11 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) {
H A Dbug70047.phpt9 var_dump($info['WebP Support'] === function_exists('imagewebp'));
/PHP-8.1/ext/mbstring/tests/
H A Dmb_regex_set_options.phpt7 function_exists('mb_regex_set_options') or die("skip\n");
H A Dbug73532.phpt7 if (!function_exists('mb_ereg')) die('skip mbregex support not available');
H A Dbug77367.phpt7 if (!function_exists('mb_split')) die('skip mb_split() not available');
H A Dmb_ereg_search_syntax.phpt7 if (!function_exists("mb_regex_search")) die("skip mb_regex_search() is not defined");
H A Dbug77514.phpt7 if (!function_exists('mb_ereg_replace')) die('skip mb_ereg_replace() not available');
H A Dbug78559.phpt7 if (!function_exists('mb_ereg')) die('skip mb_ereg() not available');
H A Dmb_ereg_replace-compat-13.phpt7 function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not available in this build");
H A Dbug77418.phpt7 if (!function_exists('mb_split')) die('skip mb_split() not available');
H A Dmb_ereg_replace-compat-12.phpt7 function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not available in this build");
/PHP-8.1/ext/posix/tests/
H A Dposix_initgroups.phpt7 if (!function_exists('posix_initgroups')) die('skip posix_initgroups() not found');
H A Dposix_isatty.phpt7 if (!function_exists('posix_isatty')) die('skip posix_isatty() not found');
H A Dposix_mknod.phpt7 if (!function_exists('posix_mknod')) die('skip posix_mknod() not found');
H A Dposix_getcwd.phpt7 if (!function_exists('posix_getcwd')) die('skip posix_getcwd() not found');
H A Dposix_getrlimit.phpt7 if (!function_exists('posix_getrlimit')) die('skip posix_getrlimit() not found');
/PHP-8.1/ext/standard/tests/general_functions/
H A Dsys_getloadavg.phpt5 if (!function_exists("sys_getloadavg")) die("skip");
H A Dgetrusage.phpt4 <?php if (!function_exists("getrusage")) print "skip"; ?>
/PHP-8.1/tests/output/
H A Dsapi_windows_vt100_support_notwindows.phpt11 var_dump(function_exists('sapi_windows_vt100_support'));

Completed in 19 milliseconds

12345678910>>...17