Home
last modified time | relevance | path

Searched refs:callable (Results 76 – 100 of 100) sorted by relevance

1234

/php-src/ext/dom/tests/
H A Ddomxpath.phpt72 DOMXPath::registerPhpFunctions(): Argument #1 ($restrict) must be a callable, function "non_existen…
H A DDOMXPath_callables_errors.phpt62 DOMXPath::registerPhpFunctions(): Argument #1 ($restrict) must be a callable, function "nonexistent…
/php-src/ext/xsl/tests/
H A DXSLTProcessor_callables_errors.phpt61 XSLTProcessor::registerPHPFunctions(): Argument #1 ($functions) must be a callable, function "nonex…
/php-src/ext/reflection/tests/types/
H A DReflectionType_001.phpt5 function foo(stdClass $a, array $b, callable $c, string $f, bool $g, int $h, float $i, NotExisting …
120 string(8) "callable"
/php-src/Zend/tests/grammar/
H A Dsemi_reserved_005.phpt9 const CALLABLE = 'callable';
165 callable
/php-src/ext/standard/tests/http/
H A Dserver.inc41 * $files is an iterable of files or callable generator yielding files.
/php-src/ext/date/tests/
H A DDateTimeZone_uninitialised_exceptions.phpt21 function check(callable $c)
H A DDateTimeImmutable_uninitialised_exceptions.phpt14 function check(callable $c)
H A DDateTime_uninitialised_exceptions.phpt14 function check(callable $c)
/php-src/ext/xsl/
H A Dphp_xsl_arginfo.h48 ZEND_ARG_TYPE_INFO(0, callable, IS_CALLABLE, 0)
/php-src/sapi/fpm/tests/
H A Dstatus.inc99 * @param null|callable $nameTransformer
100 * @param null|callable $valueTransformer
H A Dlogreader.inc158 * @param callable $matcher Callback to identify a match
168 callable $matcher,
H A Dlogtool.inc130 …* @param callable $matcher Callback checking whether the log line matches the expec…
140 callable $matcher,
503 * @return callable
510 ): callable {
/php-src/ext/pdo_sqlite/tests/
H A Dpdo_fetch_func_001.phpt132 PDOStatement::fetchAll(): Argument #2 must be a callable, null given
/php-src/sapi/cli/tests/
H A D006.phpt116 Parameter #1 [ <required> callable $callback ]
/php-src/ext/session/
H A Dsession.c2073 zval callable; in PHP_FUNCTION() local
2076 ZVAL_STRING(&callable, "session_register_shutdown"); in PHP_FUNCTION()
2077 result = zend_fcall_info_init(&callable, 0, &shutdown_function_entry.fci, in PHP_FUNCTION()
2084 zval_ptr_dtor(&callable); in PHP_FUNCTION()
2727 zval callable; in PHP_FUNCTION() local
2738 ZVAL_STRING(&callable, "session_write_close"); in PHP_FUNCTION()
2739 result = zend_fcall_info_init(&callable, 0, &shutdown_function_entry.fci, in PHP_FUNCTION()
2745 zval_ptr_dtor(&callable); in PHP_FUNCTION()
/php-src/docs-old/
H A Doutput-api.md89 Facilitating a context from within an output handler callable with ob_start():
/php-src/Zend/
H A Dzend_API.h414 ZEND_API zend_string *zend_get_callable_name_ex(zval *callable, zend_object *object);
415 ZEND_API zend_string *zend_get_callable_name(zval *callable);
417 zval *callable, zend_object *object, zend_execute_data *frame,
419 ZEND_API bool zend_is_callable_ex(zval *callable, zend_object *object, uint32_t check_flags, zend_s…
420 ZEND_API bool zend_is_callable(zval *callable, uint32_t check_flags, zend_string **callable_name);
421 ZEND_API bool zend_make_callable(zval *callable, zend_string **callable_name);
702 ZEND_API zend_result zend_fcall_info_init(zval *callable, uint32_t check_flags, zend_fcall_info *fc…
804 ZEND_API void zend_get_callable_zval_from_fcc(const zend_fcall_info_cache *fcc, zval *callable);
/php-src/ext/dom/
H A Dphp_dom.stub.php1019 …lic function registerPhpFunctionNS(string $namespaceURI, string $name, callable $callable): void {} argument
1659 …lic function registerPhpFunctionNS(string $namespaceURI, string $name, callable $callable): void {} argument
H A Dphp_dom_arginfo.h552 ZEND_ARG_TYPE_INFO(0, callable, IS_CALLABLE, 0)
/php-src/
H A DUPGRADING164 signature of callable|string|null for the $handler parameters.
215 . It is now possible to pass any callable to registerPhpFunctions().
296 . It is now possible to pass any callable to registerPhpFunctions().
H A DCONTRIBUTING.md404 6. If you modified a function that is callable from PHP, prepend PHP to the
/php-src/ext/spl/
H A Dspl_iterators.c1773 zval callable; in PHP_METHOD() local
1774 zend_get_callable_zval_from_fcc(&intern->u.callback_filter, &callable); in PHP_METHOD()
1775 spl_instantiate_arg_ex2(Z_OBJCE_P(ZEND_THIS), return_value, &retval, &callable); in PHP_METHOD()
1776 zval_ptr_dtor(&callable); in PHP_METHOD()
/php-src/ext/curl/
H A Dinterface.c1517 static bool php_curl_set_callable_handler(zend_fcall_info_cache *const handler_fcc, zval *callable,… in php_curl_set_callable_handler() argument
1523 if (Z_TYPE_P(callable) == IS_NULL) { in php_curl_set_callable_handler()
1528 …if (UNEXPECTED(!zend_is_callable_ex(callable, /* object */ NULL, /* check_flags */ 0, /* callable_… in php_curl_set_callable_handler()
/php-src/ext/pdo/
H A Dpdo_stmt.c651 static bool make_callable_ex(pdo_stmt_t *stmt, zval *callable, zend_fcall_info * fci, zend_fcall_in… in make_callable_ex() argument
655 if (zend_fcall_info_init(callable, 0, fci, fcc, NULL, &is_callable_error) == FAILURE) { in make_callable_ex()

Completed in 106 milliseconds

1234