Home
last modified time | relevance | path

Searched refs:function_exists (Results 151 – 175 of 413) sorted by relevance

12345678910>>...17

/php-src/ext/gd/tests/
H A Dbug48801-mb.phpt7 if(!function_exists('imageftbbox')) die('skip imageftbbox() not available');
H A Dbug77973.phpt7 if (!function_exists('imagecreatefromxbm')) die("skip imagecreatefromxbm not available");
H A Dbug71912.phpt15 if(!function_exists('imagecreatefromgd2')) die('skip imagecreatefromgd2() not available');
H A Dimagetruecolortopalette_error4.phpt9 if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible");
H A Dbug71912-mb.phpt15 if(!function_exists('imagecreatefromgd2')) die('skip imagecreatefromgd2() not available');
/php-src/ext/readline/tests/
H A Dreadline_read_history_open_basedir_001.phpt6 <?php if (!function_exists('readline_read_history')) die("skip"); ?>
/php-src/ext/posix/tests/
H A Dposix_fpathconf.phpt7 if (!function_exists("posix_pathconf")) die("skip only platforms with posix_pathconf");
/php-src/ext/pgsql/tests/
H A Dpg_result_memory_size.phpt8 if (!function_exists('pg_result_memory_size')) die('skip function pg_result_memory_size() does not …
/php-src/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc22 if ($compress === 'bz2' && !function_exists('bzopen')) {
26 if ($compress === 'zlib' && !function_exists('gzopen')) {
102 if (!function_exists('_pear2tarchecksum')) {
/php-src/ext/pcntl/tests/
H A Dpcntl_rfork_flags.phpt8 if (!function_exists('pcntl_rfork')) die('skip pcntl_rfork unavailable');
H A Dpcntl_unshare_04.phpt8 if (!function_exists("pcntl_unshare")) die("skip pcntl_unshare is not available");
H A Dpcntl_rfork_nowait.phpt8 if (!function_exists('pcntl_rfork')) die('skip pcntl_rfork unavailable');
/php-src/ext/standard/tests/time/
H A D001.phpt5 if (!function_exists('microtime')) die('skip microtime() not available');
H A Dbug38524.phpt5 if (!function_exists('strptime')) echo "SKIP";
/php-src/ext/openssl/tests/
H A Dopenssl_pbkdf2_basic.phpt6 <?php if (!function_exists("openssl_pbkdf2")) print "skip"; ?>
/php-src/ext/standard/tests/streams/
H A Dopendir-002.phpt6 if (!function_exists('pcntl_fork')) die("skip pcntl_fork() not available.");
H A Dopendir-001.phpt6 if (!function_exists('pcntl_fork')) die("skip pcntl_fork() not available.");
/php-src/ext/mbstring/tests/
H A Dmb_ereg-compat-02.phpt7 function_exists('mb_ereg') or die("skip mb_ereg() is not available in this build");
H A Dmb_ereg_search.phpt7 function_exists('mb_ereg_search') or die("skip mb_ereg_search() is not available in this build");
H A Dmb_regex_encoding_error2.phpt7 function_exists('mb_regex_encoding') or die("skip mb_regex_encoding() is not available in this buil…
H A Dbug72691.phpt7 if (!function_exists('mb_ereg')) die('skip mbregex support not available');
/php-src/ext/sysvshm/tests/
H A D004.phpt8 if (!function_exists('ftok')){ print 'skip'; }
/php-src/ext/standard/tests/misc/
H A Dtime_nanosleep_error4.phpt6 if (!function_exists('time_nanosleep')) die("skip");
/php-src/Zend/tests/stack_limit/
H A Dstack_limit_009.phpt5 if (!function_exists('zend_test_zend_call_stack_get')) die("skip zend_test_zend_call_stack_get() is…
/php-src/ext/standard/tests/network/
H A Dnet_get_interfaces_001.phpt5 function_exists('net_get_interfaces') || print 'skip';

Completed in 37 milliseconds

12345678910>>...17