Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-8.3/ext/oci8/tests/
H A Dexistence_aliases.phpt7 var_dump(function_exists('ocifreecursor'));
8 var_dump(function_exists('ocibindbyname'));
11 var_dump(function_exists('ocicolumnname'));
17 var_dump(function_exists('ociexecute'));
18 var_dump(function_exists('ocicancel'));
19 var_dump(function_exists('ocifetch'));
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.phpt10 var_dump(function_exists('oci_lob_load'));
11 var_dump(function_exists('oci_lob_tell'));
12 var_dump(function_exists('oci_lob_truncate'));
13 var_dump(function_exists('oci_lob_erase'));
14 var_dump(function_exists('oci_lob_flush'));
17 var_dump(function_exists('oci_lob_rewind'));
18 var_dump(function_exists('oci_lob_read'));
19 var_dump(function_exists('oci_lob_eof'));
20 var_dump(function_exists('oci_lob_seek'));
21 var_dump(function_exists('oci_lob_write'));
[all …]
/PHP-8.3/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 ***
H A Dby_ref_optimization.phpt6 call_user_func('ref', function_exists('strlen'));
7 ref(function_exists('strlen'));
/PHP-8.3/ext/gd/tests/
H A Dtypes.phpt9 if ($flags&0x1 && !function_exists("imagegif")) {
13 if ($flags&0x2 && !function_exists("imagejpeg")) {
17 if ($flags&0x4 && !function_exists("imagepng")) {
21 if ($flags&0x8 && !function_exists("imagewbmp")) {
25 if ($flags&16 && !function_exists("imagecreatefromxpm")) {
H A Djpeg2png.phpt7 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) {
10 if (!function_exists("imagecreatefromjpeg") || !function_exists("imagejpeg")) {
H A Dxbm2png.phpt7 if (!function_exists("imagepng")) {
10 if (!function_exists("imagecreatefromxbm")) {
H A Dxpm2jpg.phpt7 if (!function_exists("imagejpeg")) {
10 if (!function_exists("imagecreatefromxpm")) {
H A Dxpm2png.phpt7 if (!function_exists("imagepng")) {
10 if (!function_exists("imagecreatefromxpm")) {
H A Dgif2png.phpt7 if (!function_exists("imagepng")) {
10 if (!function_exists("imagecreatefromgif")) {
H A Dpngcomp.phpt7 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) {
H A Dgif2jpg.phpt7 if (!function_exists("imagejpeg")) {
10 if (!function_exists("imagecreatefromgif")) {
H A Dimagecolorstotal_basic.phpt7 if(!function_exists('imagecolorstotal') || !function_exists('imagecreatefromgif')) {
H A Dbug70102.phpt10 if (!function_exists('imagewebp') || !function_exists('imagecreatefromwebp'))
H A Davif_decode_encode.phpt7 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) {
10 if (!function_exists("imagecreatefromavif") || !function_exists("imageavif")) {
H A Dbug49600.phpt7 if(!function_exists('imagettftext')) die('skip imagettftext() not available');
8 if(!function_exists('imagettfbbox')) die('skip imagettfbbox() not available');
/PHP-8.3/ext/opcache/tests/
H A Dpreload_001.phpt16 var_dump(function_exists("f1"));
17 var_dump(function_exists("f2"));
21 var_dump(function_exists("f2"));
H A Djmp_elim_003.phpt9 if (!function_exists( 'stream_socket_client'))
17 if (!function_exists('openssl_x509_parse'))
H A Dpreload_user_002.phpt20 var_dump(function_exists("f1"));
21 var_dump(function_exists("f2"));
H A Dpreload_user_001.phpt20 var_dump(function_exists("f1"));
21 var_dump(function_exists("f2"));
H A Dpreload_user_003.phpt21 var_dump(function_exists("f1"));
22 var_dump(function_exists("f2"));
/PHP-8.3/ext/pgsql/tests/
H A D07optional.phpt18 if (function_exists('pg_set_error_verbosity')) {
24 if (function_exists('pg_set_error_context_visibility')) {
/PHP-8.3/ext/posix/tests/
H A Dposix_getrlimit_single_resource.phpt8 if (!function_exists('posix_getrlimit')) die('skip posix_getrlimit() not found');
9 if (!function_exists('posix_setrlimit') || !posix_setrlimit(POSIX_RLIMIT_CORE, 2048, -1)) {
/PHP-8.3/ext/pcntl/tests/
H A D003.phpt8 if (!function_exists('pcntl_sigwaitinfo') or !function_exists('pcntl_sigtimedwait')) die('skip requ…
/PHP-8.3/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()");

Completed in 20 milliseconds

12345678910>>...18