Home
last modified time | relevance | path

Searched refs:function_exists (Results 176 – 200 of 413) sorted by relevance

12345678910>>...17

/php-src/ext/gd/tests/
H A Dgh10344.phpt13 if (!function_exists("imagettfbbox")) {
H A D001-mb.phpt6 <?php if (!function_exists("imagecreatefrompng")) print "skip"; ?>
H A D001.phpt6 <?php if (!function_exists("imagecreatefrompng")) print "skip"; ?>
H A Dbug41442.phpt11 if (!function_exists("imagegd2")) {
H A Dbug48732.phpt8 if(!function_exists('imagefttext')) die('skip imagefttext() not available');
H A Dcreatefromgd2.phpt10 if (!function_exists('imagecreatefromgd2')) die("skip gd extension not available\n");
/php-src/ext/phar/tests/tar/files/
H A Dcorrupt_tarmaker.php.inc22 if ($compress === 'bz2' && !function_exists('bzopen')) {
26 if ($compress === 'zlib' && !function_exists('gzopen')) {
109 if (!function_exists('_pear2tarchecksum')) {
H A Dmake.dangerous.tar.php.inc23 if ($compress === 'bz2' && !function_exists('bzopen')) {
27 if ($compress === 'zlib' && !function_exists('gzopen')) {
103 if (!function_exists('_pear2tarchecksum')) {
/php-src/ext/pcntl/tests/
H A Dpcntl_setpriority_error.phpt11 if (!function_exists('pcntl_setpriority')) {
/php-src/ext/mbstring/tests/
H A Dbug72693.phpt7 if (!function_exists('mb_ereg')) die('skip mbregex support not available');
H A Dmb_ereg_named_subpatterns.phpt7 function_exists('mb_ereg') or die("skip mb_ereg() is not available in this build");
H A Dbug52681.phpt7 if (!function_exists("mb_send_mail") || !mb_language("neutral")) {
/php-src/ext/standard/tests/file/
H A Dfnmatch_maxpathlen.phpt5 if (!function_exists('fnmatch')) die('skip fnmatch() function is not available');
H A Dlchgrp_basic.phpt6 if (!function_exists("posix_getgid")) die("skip no posix_getgid()");
H A Drename_variation7.phpt6 if (!function_exists("symlink")) die("skip symlinks are not supported");
/php-src/ext/sysvshm/tests/
H A D003.phpt8 if (!function_exists('ftok')){ print 'skip'; }
/php-src/ext/standard/tests/time/
H A Dstrptime_error.phpt5 if (!function_exists('strptime')) {
/php-src/ext/snmp/tests/
H A Dsnmp_set_oid_output_format.phpt10 if (!function_exists('snmp_set_oid_output_format')) die('skip This function is only available if us…
/php-src/ext/standard/tests/misc/
H A Dtime_nanosleep_basic.phpt4 <?php if (!function_exists('time_nanosleep')) die("skip");
/php-src/ext/standard/tests/streams/
H A Dbug72771.phpt8 if (!function_exists('pcntl_fork')) die("skip pcntl_fork() not available.");
H A Dbug77680.phpt6 if (!function_exists('pcntl_fork')) die("skip pcntl_fork() not available.");
H A Dopendir-004.phpt8 if (!function_exists('pcntl_fork')) die("skip pcntl_fork() not available.");
/php-src/ext/standard/tests/general_functions/
H A Dgetrusage_basic.phpt4 <?php if (!function_exists("getrusage")) print "skip"; ?>
H A Dproc_open-mb1.phpt5 if (!function_exists("proc_open")) echo "skip proc_open() is not available";
/php-src/ext/gettext/tests/
H A Ddcngettext.phpt7 if (!function_exists("dcngettext")) die("skip dcngettext() doesn't exist");

Completed in 25 milliseconds

12345678910>>...17