Home
last modified time | relevance | path

Searched refs:function_exists (Results 401 – 412 of 412) sorted by relevance

1...<<11121314151617

/php-src/ext/mysqli/tests/
H A Dmysqli_debug_control_string.phpt9 if (!function_exists('mysqli_debug'))
H A Dmysqli_debug_mysqlnd_control_string.phpt9 if (!function_exists('mysqli_debug'))
H A Dmysqli_stmt_bind_param.phpt103 if (function_exists("memory_get_usage")) {
/php-src/Zend/tests/stack_limit/
H A Dstack_limit_005.phpt5 if (!function_exists('zend_test_zend_call_stack_get')) die("skip zend_test_zend_call_stack_get() is…
H A Dstack_limit_006.phpt5 if (!function_exists('zend_test_zend_call_stack_get')) die("skip zend_test_zend_call_stack_get() is…
/php-src/ext/openssl/tests/
H A Dgh9310.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
/php-src/Zend/
H A Dbench.php2 if (function_exists("date_default_timezone_set")) {
H A Dzend_builtin_functions.c1109 ZEND_FUNCTION(function_exists) in ZEND_FUNCTION() argument
/php-src/ext/curl/tests/
H A Dcurl_setopt_ssl.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
/php-src/ext/mbstring/tests/
H A Dmb_regex_encoding_variation2.phpt7 function_exists('mb_regex_encoding') or die("skip mb_regex_encoding() is not available in this buil…
/php-src/ext/standard/tests/file/
H A Dfnmatch_variation.phpt5 if (!function_exists('fnmatch'))
/php-src/
H A DCODING_STANDARDS.md66 use `function_exists()` to test for the existence of a function.

Completed in 33 milliseconds

1...<<11121314151617