Home
last modified time | relevance | path

Searched refs:callable (Results 51 – 59 of 59) sorted by relevance

123

/PHP-7.4/ext/reflection/tests/
H A DReflectionType_001.phpt5 function foo(stdClass $a, array $b, callable $c, stdClass $d = null, $e = null, string $f, bool $g,…
120 string(8) "callable"
/PHP-7.4/Zend/tests/grammar/
H A Dsemi_reserved_005.phpt9 const CALLABLE = 'callable';
164 callable
/PHP-7.4/docs/
H A Doutput-api.md89 Facilitating a context from within an output handler callable with ob_start():
/PHP-7.4/Zend/
H A Dzend_API.h307 ZEND_API zend_string *zend_get_callable_name_ex(zval *callable, zend_object *object);
308 ZEND_API zend_string *zend_get_callable_name(zval *callable);
309 ZEND_API zend_bool zend_is_callable_ex(zval *callable, zend_object *object, uint32_t check_flags, z…
310 ZEND_API zend_bool zend_is_callable(zval *callable, uint32_t check_flags, zend_string **callable_na…
311 ZEND_API zend_bool zend_make_callable(zval *callable, zend_string **callable_name);
482 ZEND_API int zend_fcall_info_init(zval *callable, uint32_t check_flags, zend_fcall_info *fci, zend_…
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c757 static int make_callable_ex(pdo_stmt_t *stmt, zval *callable, zend_fcall_info * fci, zend_fcall_inf… in make_callable_ex() argument
761 if (zend_fcall_info_init(callable, 0, fci, fcc, NULL, &is_callable_error) == FAILURE) { in make_callable_ex()
/PHP-7.4/ext/oci8/tests/
H A Dreflection1.phpt8 /* ALL PHP_FE or PHP_ALIAS user callable functions should appear here */
/PHP-7.4/
H A DCONTRIBUTING.md375 6. If you modified a function that is callable from PHP, prepend PHP to the
H A DUPGRADING536 . bool sapi_windows_set_ctrl_handler(callable handler, [, bool add = true]) -
/PHP-7.4/ext/standard/
H A Dbasic_functions.c2718 ZEND_ARG_INFO(0, callable)

Completed in 39 milliseconds

123