Searched refs:function_exists (Results 1 – 25 of 426) sorted by relevance
12345678910>>...18
7 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 …]
15 var_dump(function_exists('oci_lob_load'));16 var_dump(function_exists('oci_lob_tell'));18 var_dump(function_exists('oci_lob_erase'));19 var_dump(function_exists('oci_lob_flush'));22 var_dump(function_exists('oci_lob_rewind'));23 var_dump(function_exists('oci_lob_read'));24 var_dump(function_exists('oci_lob_eof'));25 var_dump(function_exists('oci_lob_seek'));26 var_dump(function_exists('oci_lob_write'));28 var_dump(function_exists('oci_lob_size'));[all …]
2 function_exists function : basic functionality9 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 ***
6 call_user_func('ref', function_exists('strlen'));7 ref(function_exists('strlen'));
9 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")) {
7 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) {10 if (!function_exists("imagecreatefromjpeg") || !function_exists("imagejpeg")) {
7 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) {
7 if (!function_exists("imagepng")) {10 if (!function_exists("imagecreatefromxbm")) {
7 if (!function_exists("imagejpeg")) {10 if (!function_exists("imagecreatefromxpm")) {
7 if (!function_exists("imagepng")) {10 if (!function_exists("imagecreatefromxpm")) {
7 if (!function_exists("imagejpeg")) {10 if (!function_exists("imagecreatefromgif")) {
7 if (!function_exists("imagepng")) {10 if (!function_exists("imagecreatefromgif")) {
7 if(!function_exists('imagecolorstotal') || !function_exists('imagecreatefromgif')) {
10 if (!function_exists('imagewebp') || !function_exists('imagecreatefromwebp'))
7 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) {10 if (!function_exists("imagecreatefromavif") || !function_exists("imageavif")) {
7 if(!function_exists('imagettftext')) die('skip imagettftext() not available');8 if(!function_exists('imagettfbbox')) die('skip imagettfbbox() not available');
7 var_dump((imagetypes() & IMG_BMP) == function_exists('imagebmp'));
7 var_dump((imagetypes() & IMG_TGA) == function_exists('imagecreatefromtga'));
16 var_dump(function_exists("f1"));17 var_dump(function_exists("f2"));21 var_dump(function_exists("f2"));
9 if (!function_exists( 'stream_socket_client'))17 if (!function_exists('openssl_x509_parse'))
8 if (!function_exists('pcntl_sigwaitinfo') or !function_exists('pcntl_sigtimedwait')) die('skip requ…
5 if (!function_exists("inet_ntop")) die("skip no inet_ntop()");6 if (!function_exists("inet_pton")) die("skip no inet_pton()");
10 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 26 milliseconds