Home
last modified time | relevance | path

Searched refs:param_count (Results 26 – 42 of 42) sorted by relevance

12

/PHP-8.3/main/streams/
H A Duserspace.c255 zval *object, zval *method_name, zval *retval, uint32_t param_count, zval *params) in call_method_if_exists() argument
258 Z_OBJ_P(object), Z_STR_P(method_name), retval, param_count, params); in call_method_if_exists()
/PHP-8.3/ext/mysqli/
H A Dmysqli.stub.php1182 public int $param_count;
/PHP-8.3/ext/soap/
H A Dsoap.c3247 int param_count; local
3275 param_count = zend_hash_num_elements(function->responseParameters);
3277 param_count = 0;
3280 param_count = 1;
3283 if (param_count == 1) {
3310 } else if (param_count > 1 && Z_TYPE_P(ret) == IS_ARRAY) {
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_prompt.c119 fci.param_count = 0; in phpdbg_call_register()
182 phpdbg_debug("created %d params from arguments", fci.param_count); in phpdbg_call_register()
/PHP-8.3/Zend/
H A Dzend_fibers.c834 Z_PARAM_VARIADIC_WITH_NAMED(fiber->fci.params, fiber->fci.param_count, fiber->fci.named_params); in ZEND_METHOD()
H A Dzend_exceptions.c672 fci.param_count = 0; in ZEND_METHOD()
/PHP-8.3/ext/mbstring/
H A Dphp_mbregex.c1100 arg_replace_fci.param_count = 1; in _php_mb_regex_ereg_replace_exec()
/PHP-8.3/ext/pdo/
H A Dpdo_dbh.c477 fci.param_count = 0; in pdo_stmt_construct()
/PHP-8.3/main/
H A Doutput.c955 handler->func.user->fci.param_count = 2; in php_output_handler_op()
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1818 packet->param_count = uint2korr(p); in php_mysqlnd_prepare_read()
1831 packet->stmt_id, packet->field_count, packet->param_count); in php_mysqlnd_prepare_read()
H A Dmysqlnd_structs.h1257 unsigned int param_count; member
/PHP-8.3/ext/xml/
H A Dxml.c424 fci.param_count = argc; in xml_call_handler()
/PHP-8.3/ext/standard/
H A Dvar_unserializer.re267 fci.param_count = 0;
/PHP-8.3/ext/phar/
H A Dutil.c1440 fci.param_count = 4; in phar_call_openssl_signverify()
H A Dphar_object.c687 rewrite_fci.param_count = 1; in PHP_METHOD()
/PHP-8.3/ext/pcre/
H A Dphp_pcre.c1527 fci->param_count = 1; in preg_do_repl_func()
/PHP-8.3/ext/ffi/
H A Dffi.c952 fci.param_count = callback_data->arg_count; in zend_ffi_callback_trampoline()

Completed in 111 milliseconds

12