Home
last modified time | relevance | path

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

12345678910>>...24

/PHP-5.5/ext/pcre/tests/
H A Dskip_001.inc3 if (!function_exists('setlocale')) {
/PHP-5.5/ext/gd/tests/
H A Dbug44849.phpt9 var_dump(function_exists('imagecolorclosesthwb'));
H A Dcreatefromstring.phpt5 if (!function_exists('imagecreatefromstring')) die("skip gd extension not available\n");
6 if (!function_exists('imagepng')) die("skip no imagpng()\n");
/PHP-5.5/ext/mbstring/tests/
H A Dmb_regex_set_options.phpt6 function_exists('mb_regex_set_options') or die("skip\n");
H A Dmb_ereg_replace-compat-13.phpt6 function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not available in this build");
H A Dmb_ereg_replace-compat-12.phpt6 function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not available in this build");
H A Dmb_ereg_replace-compat-02.phpt6 function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not available in this build");
H A Dmb_ereg_replace-compat-03.phpt6 function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not available in this build");
H A Dmb_ereg_replace-compat-06.phpt6 function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not available in this build");
H A Dmb_ereg_replace-compat-07.phpt6 function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not available in this build");
H A Dmb_ereg_replace-compat-01.phpt6 function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not available in this build");
H A Dmb_ereg_replace-compat-08.phpt6 function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not available in this build");
/PHP-5.5/ext/readline/tests/
H A Dbug69054.phpt4 <?php if (!extension_loaded("readline") || !function_exists('readline_add_history')) die("skip"); ?>
H A Dreadline_list_history_001.phpt4 <?php if (!extension_loaded("readline") || !function_exists('readline_list_history')) die("skip"); …
H A Dreadline_read_history_error_001.phpt6 <?php if (!extension_loaded("readline") || !function_exists('readline_read_history')) die("skip"); …
/PHP-5.5/ext/ftp/tests/
H A Dskipif.inc3 if (!function_exists('pcntl_fork')) die('skip fork not available');
/PHP-5.5/ext/posix/tests/
H A Dposix_isatty.phpt6 if (!function_exists('posix_isatty')) die('skip posix_isatty() not found');
H A Dposix_getrlimit.phpt6 if (!function_exists('posix_getrlimit')) die('skip posix_getrlimit() not found');
H A Dposix_mknod.phpt6 if (!function_exists('posix_mknod')) die('skip posix_mknod() not found');
/PHP-5.5/Zend/tests/
H A Dbug36568.phpt5 if (!function_exists('memory_get_usage')) die('skip PHP is configured without memory_limit');
/PHP-5.5/scripts/dev/generate-phpt/src/
H A DgtAutoload.php41 if (function_exists('__autoload')) {
/PHP-5.5/ext/pgsql/tests/
H A D07optional.phpt16 if (function_exists('pg_set_error_verbosity')) {
/PHP-5.5/ext/pdo_firebird/tests/
H A Dconnect.phpt5 <?php function_exists("ibase_query") or die("skip"); ?>
/PHP-5.5/ext/standard/tests/general_functions/
H A Dsys_getloadavg.phpt5 if (!function_exists("sys_getloadavg")) die("skip");
/PHP-5.5/tests/basic/
H A Dreq44164.phpt5 if (!function_exists('gzdeflate'))

Completed in 68 milliseconds

12345678910>>...24