Home
last modified time | relevance | path

Searched refs:function_exists (Results 226 – 250 of 412) sorted by relevance

12345678910>>...17

/php-src/ext/gd/tests/
H A Dxpm2gd.phpt11 if (!function_exists("imagecreatefromxpm")) {
H A Dgif2gd.phpt11 if (!function_exists("imagecreatefromgif")) {
H A Dimagesetthickness_basic.phpt9 if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible");
H A Dbug48732-mb.phpt7 if(!function_exists('imagefttext')) die('skip imagefttext() not available');
H A Dimagefttext.phpt7 if (!function_exists("imagefttext")) {
H A Dbug48555.phpt7 if(!function_exists('imageftbbox')) die('skip imageftbbox() not available');
/php-src/ext/ldap/tests/
H A Dldap_sasl_bind_basic.phpt9 <?php if (!function_exists("ldap_sasl_bind")) die("skip LDAP extension not compiled with SASL suppo…
H A Dldap_set_rebind_proc_error.phpt10 if (!function_exists("ldap_set_rebind_proc")) {
/php-src/ext/mbstring/tests/
H A Dmbregex_stack_limit2.phpt8 if (!function_exists('mb_ereg_replace')) die('skip mb_ereg_replace not available');
H A Dbug77381.phpt7 if (!function_exists('mb_ereg')) die('skip mb_ereg() not available');
H A Dmb_ereg1.phpt6 <?php if (!function_exists("mb_ereg")) print "skip"; ?>
H A Dmb_ereg.phpt7 function_exists('mb_ereg') or die("skip mb_ereg() is not available in this build");
H A Dmb_send_mail01.phpt7 if (!function_exists("mb_send_mail") || !mb_language("neutral")) {
H A Dmb_send_mail03.phpt7 if (!function_exists("mb_send_mail") || !mb_language("english")) {
/php-src/Zend/tests/stack_limit/
H A Dstack_limit_012.phpt5 if (!function_exists('zend_test_zend_call_stack_get')) die("skip zend_test_zend_call_stack_get() is…
H A Dstack_limit_004.phpt5 if (!function_exists('zend_test_zend_call_stack_get')) die("skip zend_test_zend_call_stack_get() is…
/php-src/ext/hash/tests/
H A Dmhash_002.phpt4 <?php if(!function_exists('mhash')) { die('skip mhash compatibility layer not available'); } ?>
/php-src/ext/standard/tests/file/
H A Dbug24482.phpt5 if (!function_exists("glob")) {
H A Dfnmatch_basic.phpt5 if (!function_exists('fnmatch'))
H A Dlchown_error.phpt6 if (!function_exists("posix_getuid")) die("skip no posix_getuid()");
/php-src/ext/pgsql/tests/
H A D02connection.phpt28 if (function_exists('pg_transaction_status')) {
/php-src/ext/openssl/tests/
H A Dgh13860.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug62890.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug73072.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
/php-src/ext/sockets/tests/
H A Dsocket_set_option_bindtodevice.phpt14 if (!function_exists("posix_getuid") || posix_getuid() != 0) {

Completed in 34 milliseconds

12345678910>>...17