Home
last modified time | relevance | path

Searched refs:params (Results 176 – 184 of 184) sorted by relevance

12345678

/PHP-8.0/ext/xml/
H A Dxml.c467 fci.params = argv; in xml_call_handler()
/PHP-8.0/ext/ldap/
H A Dldap.c3685 int _ldap_rebind_proc(LDAP *ldap, const char *url, ber_tag_t req, ber_int_t msgid, void *params) in _ldap_rebind_proc() argument
3691 zval *cb_link = (zval *) params; in _ldap_rebind_proc()
/PHP-8.0/
H A DNEWS46 evaluation with extra named params). (Arnaud)
1278 . Fixed bug #79897 (Promoted constructor params with attribs cause crash).
H A DUPGRADING444 PDOStatement::setFetchMode(int $mode, ...$params)
/PHP-8.0/ext/phar/
H A Dutil.c1423 fci.params = zp; in phar_call_openssl_signverify()
/PHP-8.0/ext/iconv/
H A Diconv.c2580 static php_stream_filter *php_iconv_stream_filter_factory_create(const char *name, zval *params, ui… in php_iconv_stream_filter_factory_create() argument
/PHP-8.0/ext/ffi/
H A Dffi.c890 fci.params = do_alloca(sizeof(zval) *callback_data->arg_count, use_heap); in zend_ffi_callback_trampoline()
901 …zend_ffi_cdata_to_zval(NULL, args[n], arg_type, BP_VAR_R, &fci.params[n], (zend_ffi_flags)(arg_typ… in zend_ffi_callback_trampoline()
915 zval_ptr_dtor(&fci.params[n]); in zend_ffi_callback_trampoline()
918 free_alloca(fci.params, use_heap); in zend_ffi_callback_trampoline()
/PHP-8.0/ext/pcre/
H A Dphp_pcre.c1563 fci->params = &arg; in preg_do_repl_func()
/PHP-8.0/Zend/
H A Dzend_vm_execute.h3690 zval *params; in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER() local
3694 params = EX_VAR(opline->result.var); in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
3701 array_init_size(params, arg_count - arg_num + 1); in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
3702 zend_hash_real_init_packed(Z_ARRVAL_P(params)); in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
3703 ZEND_HASH_FILL_PACKED(Z_ARRVAL_P(params)) { in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
3726 ZVAL_EMPTY_ARRAY(params); in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
3734 SEPARATE_ARRAY(params); in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
3740 zend_hash_add_new(Z_ARRVAL_P(params), name, param); in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
3744 ZVAL_ARR(params, EX(extra_named_params)); in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
3746 SEPARATE_ARRAY(params); in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
[all …]

Completed in 199 milliseconds

12345678