Home
last modified time | relevance | path

Searched refs:function_exists (Results 326 – 350 of 589) sorted by relevance

1...<<11121314151617181920>>...24

/PHP-5.5/ext/iconv/tests/
H A Diconv_strlen_error1.phpt6 function_exists('iconv_strlen') or die("skip iconv_strlen() is not available in this build");
H A Diconv_strpos_basic.phpt6 function_exists('iconv_strpos') or die("skip iconv_strpos() is not available in this build");
H A Diconv_substr_basic.phpt6 function_exists('iconv_substr') or die("skip iconv_substr() is not available in this build");
/PHP-5.5/ext/pcntl/tests/
H A D001.phpt6 elseif (!function_exists("posix_kill")) print "skip posix_kill() not available";
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strrpos_variation5.phpt6 function_exists('mb_strrpos') or die("skip mb_strrpos() is not available in this build");
H A Dmb_strtolower_error1.phpt6 function_exists('mb_strtolower') or die("skip mb_strtolower() is not available in this build");
H A Dmb_strtoupper_error1.phpt6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
H A Dmb_ereg_replace_error.phpt6 function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not available in this build");
H A Dmb_strrchr_error1.phpt6 function_exists('mb_strrchr') or die("skip mb_strrchr() is not available in this build");
H A Dmb_strrchr_variation6.phpt6 function_exists('mb_strrchr') or die("skip mb_strrchr() is not available in this build");
H A Dmb_strrpos_error1.phpt6 function_exists('mb_strrpos') or die("skip mb_strrpos() is not available in this build");
H A Dmb_strtolower_variation3.phpt6 function_exists('mb_strtolower') or die("skip mb_strtolower() is not available in this build");
H A Dmb_strtoupper_variation3.phpt6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
H A Dmb_substr_count_error1.phpt6 function_exists('mb_substr_count') or die("skip mb_substr_count() is not available in this build");
H A Dmb_substr_error1.phpt6 function_exists('mb_substr') or die("skip mb_substr() is not available in this build");
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_connection_stats_off.phpt11 if (!function_exists('mysqli_get_connection_stats')) {
H A Dmysqli_send_query.phpt8 if (!function_exists('mysqli_send_query')) {
H A D065.phpt8 if (!function_exists('mysqli_set_charset')) {
/PHP-5.5/ext/standard/tests/network/
H A Dshutdown.phpt5function_exists('stream_socket_shutdown') or die('skip stream_socket_shutdown() is not supported.'…
/PHP-5.5/ext/standard/tests/strings/
H A Dcrypt_sha256.phpt5 if (!function_exists('crypt') || !defined("CRYPT_SHA256")) {
H A Dcrypt_sha512.phpt5 if (!function_exists('crypt') || !defined("CRYPT_SHA512")) {
H A Dmoney_format_error.phpt5 if (!function_exists('money_format')) {
/PHP-5.5/ext/gd/tests/
H A Dcolorresolve.phpt5 if (!function_exists('imagecolorresolve')) die("skip gd extension not available\n");
/PHP-5.5/tests/basic/
H A Drfc1867_max_file_uploads_empty_files.phpt4 <?php if(function_exists("leak")) print "skip only for non-debug builds"; ?>
/PHP-5.5/ext/date/tests/
H A D009_win32.phpt6 if (!function_exists('strftime')) die("skip, strftime not available");

Completed in 55 milliseconds

1...<<11121314151617181920>>...24