Home
last modified time | relevance | path

Searched refs:function_exists (Results 1 – 25 of 411) sorted by last modified time

12345678910>>...17

/PHP-8.1/
H A Drun-tests.php351 … if (function_exists('sapi_windows_vt100_support') && !sapi_windows_vt100_support(STDOUT, true)) {
628 if (!$testfile && strpos($argv[$i], '*') !== false && function_exists('glob')) {
810 if (!function_exists("hrtime")) {
877 if (function_exists('opcache_invalidate')) {
/PHP-8.1/ext/pcntl/tests/
H A Dpcntl_getpriority_basic.phpt10 if (!function_exists('pcntl_getpriority')) {
H A Dpcntl_unshare_04.phpt8 if (!function_exists("pcntl_unshare")) die("skip pcntl_unshare is not available");
/PHP-8.1/ext/standard/tests/general_functions/
H A Dproc_nice_basic.phpt10 if(!function_exists('proc_nice')) die("skip. proc_nice not available ");
/PHP-8.1/ext/simplexml/tests/
H A Dlibxml_global_state_entity_loader_bypass.phpt8 if (!function_exists('zend_test_override_libxml_global_state')) die('skip not for Windows');
/PHP-8.1/ext/xmlreader/tests/
H A Dlibxml_global_state_entity_loader_bypass.phpt8 if (!function_exists('zend_test_override_libxml_global_state')) die('skip not for Windows');
/PHP-8.1/ext/dom/tests/
H A Dlibxml_global_state_entity_loader_bypass.phpt8 if (!function_exists('zend_test_override_libxml_global_state')) die('skip not for Windows');
/PHP-8.1/ext/gd/tests/
H A Dpng2gd.phpt11 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) {
H A Dxpm2gd.phpt11 if (!function_exists("imagecreatefromxpm")) {
H A Dbug77973.phpt7 if (!function_exists('imagecreatefromxbm')) die("skip imagecreatefromxbm not available");
H A Djpg2gd-mb.phpt11 if (!function_exists("imagecreatefromjpeg") || !function_exists("imagejpeg")) {
H A Djpg2gd.phpt11 if (!function_exists("imagecreatefromjpeg") || !function_exists("imagejpeg")) {
H A Dcreatefromgd2.phpt10 if (!function_exists('imagecreatefromgd2')) die("skip gd extension not available\n");
H A Dgif2gd.phpt11 if (!function_exists("imagecreatefromgif")) {
H A Dbug41442.phpt11 if (!function_exists("imagegd2")) {
H A Dbug71912-mb.phpt15 if(!function_exists('imagecreatefromgd2')) die('skip imagecreatefromgd2() not available');
H A Dbug71912.phpt15 if(!function_exists('imagecreatefromgd2')) die('skip imagecreatefromgd2() not available');
H A Dbug72339.phpt7 if (!function_exists("imagecreatefromgd2")) print "skip";
/PHP-8.1/sapi/fpm/tests/
H A Dbug77023-pm-dynamic-blocking-sigquit.phpt8 if (!function_exists('pcntl_sigprocmask')) die('skip Requires pcntl_sigprocmask()');
H A Dreload-uses-sigkill-as-last-measure.phpt8 if (!function_exists('pcntl_sigprocmask')) die('skip Requires pcntl_sigprocmask()');
/PHP-8.1/ext/openssl/tests/
H A Dsan_ipv6_peer_matching.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
/PHP-8.1/ext/readline/tests/
H A Dbug77812-readline.phpt8 if (!function_exists('proc_open')) die('skip proc_open() not available');
/PHP-8.1/ext/mbstring/tests/
H A Dmb_encode_mimeheader_crash.phpt7 function_exists('mb_encode_mimeheader') or die("skip mb_encode_mimeheader() is not available in thi…
/PHP-8.1/ext/standard/tests/streams/
H A Dgh9590-001.phpt7 if (!function_exists('posix_setrlimit') || !posix_setrlimit(POSIX_RLIMIT_NOFILE, 2048, -1)) {
H A Dgh9590-002.phpt7 if (!function_exists('posix_setrlimit') || !posix_setrlimit(POSIX_RLIMIT_NOFILE, 2048, -1)) {

Completed in 36 milliseconds

12345678910>>...17