Home
last modified time | relevance | path

Searched refs:function_exists (Results 576 – 589 of 589) sorted by relevance

1...<<21222324

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt9 if (!function_exists('mysqli_stmt_get_result'))
H A Dmysqli_fetch_all.phpt8 if (!function_exists('mysqli_fetch_all'))
H A Dmysqli_fetch_all_oo.phpt9 if (!function_exists('mysqli_fetch_all'))
H A Dmysqli_stmt_bind_param.phpt77 if (function_exists("memory_get_usage")) {
H A Dmysqli_get_client_stats.phpt8 if (!function_exists('mysqli_get_client_stats')) {
/PHP-5.5/
H A Drun-tests.php49 if (!function_exists('proc_open')) {
185 if (function_exists('is_executable') && !is_executable($php)) {
756 if (!$testfile && strpos($argv[$i], '*') !== false && function_exists('glob')) {
H A Dserver-tests.php88 SCANNED_INI=" . (function_exists(\'php_ini_scanned_files\') ?
749 if (!function_exists("proc_open")) {
H A DCODING_STANDARDS69 existing. End users should use function_exists() to test for the
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c54 static ZEND_FUNCTION(function_exists);
265 ZEND_FE(function_exists, arginfo_function_exists)
1349 ZEND_FUNCTION(function_exists) in ZEND_FUNCTION() argument
/PHP-5.5/ext/standard/tests/file/
H A Dfnmatch_variation.phpt5 if (!function_exists('fnmatch'))
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation2.phpt6 function_exists('iconv_mime_decode_headers') or die("skip iconv_mime_decode_headers() is not availa…
H A Diconv_mime_decode_headers_variation3.phpt6 function_exists('iconv_mime_decode_headers') or die("skip iconv_mime_decode_headers() is not availa…
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar392 if (function_exists('__autoload')) {
/PHP-5.5/ext/mbstring/tests/
H A Dmb_encode_mimeheader_indent.phpt6 function_exists('mb_encode_mimeheader') or die("skip mb_encode_mimeheader() is not available in thi…

Completed in 77 milliseconds

1...<<21222324