Home
last modified time | relevance | path

Searched refs:function_exists (Results 1 – 25 of 542) sorted by relevance

12345678910>>...22

/PHP-8.0/ext/oci8/tests/
H A Dexistence_aliases.phpt7 var_dump(function_exists('ocifreecursor'));
8 var_dump(function_exists('ocibindbyname'));
17 var_dump(function_exists('ociexecute'));
18 var_dump(function_exists('ocicancel'));
19 var_dump(function_exists('ocifetch'));
22 var_dump(function_exists('ocinumcols'));
23 var_dump(function_exists('ociparse'));
25 var_dump(function_exists('ociresult'));
29 var_dump(function_exists('ocilogoff'));
30 var_dump(function_exists('ocilogon'));
[all …]
H A Dlob_aliases.phpt13 var_dump(function_exists('oci_lob_load'));
14 var_dump(function_exists('oci_lob_tell'));
16 var_dump(function_exists('oci_lob_erase'));
17 var_dump(function_exists('oci_lob_flush'));
20 var_dump(function_exists('oci_lob_rewind'));
21 var_dump(function_exists('oci_lob_read'));
22 var_dump(function_exists('oci_lob_eof'));
23 var_dump(function_exists('oci_lob_seek'));
24 var_dump(function_exists('oci_lob_write'));
26 var_dump(function_exists('oci_lob_size'));
[all …]
/PHP-8.0/Zend/tests/
H A Dfunction_exists_basic.phpt2 function_exists function : basic functionality
9 echo "*** Testing function_exists() : basic functionality ***\n";
12 var_dump(function_exists('function_exists'));
16 var_dump(function_exists('f'));
19 var_dump(function_exists('F'));
22 var_dump(function_exists('g'));
28 var_dump(function_exists('C::f'));
31 *** Testing function_exists() : basic functionality ***
/PHP-8.0/ext/gd/tests/
H A Dtypes.phpt5 if (!function_exists('imagetypes')) die("skip gd extension not available\n");
11 if ($flags&0x1 && !function_exists("imagegif")) {
15 if ($flags&0x2 && !function_exists("imagejpeg")) {
19 if ($flags&0x4 && !function_exists("imagepng")) {
23 if ($flags&0x8 && !function_exists("imagewbmp")) {
27 if ($flags&16 && !function_exists("imagecreatefromxpm")) {
H A Djpeg2png.phpt9 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) {
12 if (!function_exists("imagecreatefromjpeg") || !function_exists("imagejpeg")) {
H A Dgif2jpg.phpt9 if (!function_exists("imagejpeg")) {
12 if (!function_exists("imagecreatefromgif")) {
H A Dgif2png.phpt9 if (!function_exists("imagepng")) {
12 if (!function_exists("imagecreatefromgif")) {
H A Dpngcomp.phpt9 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) {
H A Dxbm2png.phpt8 if (!function_exists("imagepng")) {
11 if (!function_exists("imagecreatefromxbm")) {
H A Dxpm2jpg.phpt9 if (!function_exists("imagejpeg")) {
12 if (!function_exists("imagecreatefromxpm")) {
H A Dxpm2png.phpt9 if (!function_exists("imagepng")) {
12 if (!function_exists("imagecreatefromxpm")) {
H A Dimagecolorstotal_basic.phpt9 if(!function_exists('imagecolorstotal') || !function_exists('imagecreatefromgif')) {
H A Dbug70102.phpt9 if (!function_exists('imagewebp') || !function_exists('imagecreatefromwebp'))
H A Dbug49600.phpt6 if(!function_exists('imagettftext')) die('skip imagettftext() not available');
7 if(!function_exists('imagettfbbox')) die('skip imagettfbbox() not available');
H A Dwebp_basic.phpt9 if (!function_exists('imagewebp') || !function_exists('imagecreatefromwebp'))
/PHP-8.0/ext/pcntl/tests/
H A Dpcntl_signal_dispatch.phpt6 elseif (!function_exists("pcntl_signal")) print "skip pcntl_signal() not available";
7 …elseif (!function_exists("pcntl_signal_dispatch")) print "skip pcntl_signal_dispatch() not availab…
8 elseif (!function_exists("posix_kill")) print "skip posix_kill() not available";
9 elseif (!function_exists("posix_getpid")) print "skip posix_getpid() not available";
H A Dasync_signals.phpt6 elseif (!function_exists("pcntl_signal")) print "skip pcntl_signal() not available";
7 elseif (!function_exists("posix_kill")) print "skip posix_kill() not available";
8 elseif (!function_exists("posix_getpid")) print "skip posix_getpid() not available";
H A Dsignal_closure_handler.phpt6 elseif (!function_exists("pcntl_signal")) print "skip pcntl_signal() not available";
7 elseif (!function_exists("posix_kill")) print "skip posix_kill() not available";
8 elseif (!function_exists("posix_getpid")) print "skip posix_getpid() not available";
H A D003.phpt7 …elseif (!function_exists('pcntl_sigwaitinfo') or !function_exists('pcntl_sigtimedwait')) die('skip…
/PHP-8.0/ext/opcache/tests/
H A Dpreload_001.phpt15 var_dump(function_exists("f1"));
16 var_dump(function_exists("f2"));
20 var_dump(function_exists("f2"));
H A Djmp_elim_003.phpt9 if (!function_exists( 'stream_socket_client'))
17 if (!function_exists('openssl_x509_parse'))
/PHP-8.0/ext/mbstring/tests/
H A Dcasefold.phpt6 function_exists('mb_strtolower') and
7 function_exists('mb_convert_case' ) or die("skip mb_convert_case() is not available");
/PHP-8.0/ext/standard/tests/network/
H A Dinet.phpt5 if (!function_exists("inet_ntop")) die("skip no inet_ntop()");
6 if (!function_exists("inet_pton")) die("skip no inet_pton()");
H A Dinet_ipv6.phpt5 if (!function_exists("inet_ntop")) die("skip no inet_ntop()");
6 if (!function_exists("inet_pton")) die("skip no inet_pton()");
/PHP-8.0/ext/standard/tests/general_functions/
H A Dproc_nice_variation5.phpt10 if(!function_exists('proc_nice')) die("skip. proc_nice not available ");
11 if(!function_exists('posix_geteuid')) die("skip. posix_geteuid not available ");

Completed in 24 milliseconds

12345678910>>...22