Home
last modified time | relevance | path

Searched refs:exclude_disabled (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/Zend/tests/
H A Dget_defined_functions_error.phpt6 /* Prototype : array get_defined_functions ( $exclude_disabled = false )
/PHP-7.2/Zend/
H A Dzend_builtin_functions.c197 ZEND_ARG_INFO(0, exclude_disabled)
1791 zend_bool *exclude_disabled = va_arg(args, zend_bool *); in copy_function_name() local
1800 if ((*exclude_disabled == 1) && (disable_functions != NULL)) { in copy_function_name()
1820 zend_bool exclude_disabled = 0; in ZEND_FUNCTION() local
1822 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &exclude_disabled) == FAILURE) { in ZEND_FUNCTION()
1830 …ply_with_arguments(EG(function_table), copy_function_name, 3, &internal, &user, &exclude_disabled); in ZEND_FUNCTION()

Completed in 11 milliseconds