Home
last modified time | relevance | path

Searched refs:function_exists (Results 101 – 125 of 413) sorted by relevance

12345678910>>...17

/php-src/ext/snmp/tests/
H A Dsnmp_set_enum_print.phpt10 if (!function_exists('snmp_set_enum_print')) die('skip This function is only available if using NET…
/php-src/ext/sysvshm/tests/
H A D007.phpt8 if (!function_exists('ftok')){ print 'skip'; }
/php-src/ext/gd/tests/
H A Dimagecreate_error.phpt7 if (!function_exists("imagecreate")) die("skip GD Version not compatible");
H A Dgif.phpt7 …if (!function_exists("imagegif") || !function_exists("imagecreatefromgif") || !function_exists('im…
H A Dimagetruecolortopalette_error3.phpt9 if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible");
H A Dimagecreatetruecolor_basic.phpt9 if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible");
/php-src/ext/readline/tests/
H A Dlibedit_write_history_001-win32.phpt6 <?php if (!function_exists('readline_add_history')) die("skip");
H A Dreadline_write_history_001.phpt6 <?php if (!function_exists('readline_add_history')) die("skip");
H A Dreadline_read_history_001.phpt7 if (!function_exists('readline_list_history')) die("skip");
/php-src/ext/standard/tests/streams/
H A Dbug77765.phpt6 if (!function_exists('pcntl_fork')) die("skip pcntl_fork() not available.");
/php-src/ext/mbstring/tests/
H A Dempty_pattern.phpt7 if (!function_exists('mb_ereg')) die('skip mbregex support not available');
H A Dmb_ereg2.phpt7 if (!function_exists("mb_ereg")) print "skip mb_ereg() not available";
H A Dmb_ereg_search_invalid_pattern.phpt6 <?php if (!function_exists("mb_ereg")) print "skip requires mbregex"; ?>
H A Dretry_limit.phpt7 if (!function_exists('mb_ereg')) die('skip mb_ereg not available');
H A Dmb_ereg_search_pos.phpt7 if (!function_exists("mb_regex_encoding")) die("skip mb_regex_encoding() is not defined");
H A Dphp_gr_jp_dev_884-2.phpt7 function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not available in this build");
H A Dbug69151.phpt7 if (!function_exists('mb_ereg')) die('skip mbregex support not available');
H A Dbug77428.phpt7 if (!function_exists('mb_ereg_replace')) die('skip mb_ereg_replace() not available');
H A Dmb_ereg_dupnames.phpt7 function_exists('mb_ereg') or die("skip mb_ereg() is not available in this build");
/php-src/ext/standard/tests/general_functions/
H A Dproc_open.phpt6 if (!function_exists("proc_open")) echo "skip proc_open() is not available";
/php-src/ext/pcntl/tests/
H A Dpcntl_setns_newpid.phpt8 if (!function_exists("pcntl_setns")) die("skip pcntl_setns is not available");
H A Dpcntl_setpriority_basic.phpt11 if (!function_exists('pcntl_setpriority')) {
H A Dpcntl_setns_basic.phpt8 if (!function_exists("pcntl_setns")) die("skip pcntl_setns is not available");
/php-src/ext/posix/tests/
H A Dposix_pathconf.phpt7 if (!function_exists("posix_pathconf")) die("skip only platforms with posix_pathconf");
H A Dposix_getpgid_error.phpt7 if (!function_exists("posix_getpgid")) {

Completed in 38 milliseconds

12345678910>>...17