Home
last modified time | relevance | path

Searched defs:params (Results 26 – 46 of 46) sorted by relevance

12

/php-src/ext/xsl/
H A Dxsltprocessor.c29 static zend_result php_xsl_xslt_apply_params(xsltTransformContextPtr ctxt, HashTable *params) in php_xsl_xslt_apply_params()
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c123 zval params; in phpdbg_call_register() local
/php-src/ext/sockets/
H A Dconversions.c72 HashTable params; /* stores pointers; has to be first */ member
80 HashTable params; /* stores pointers; has to be first */ member
/php-src/Zend/
H A Dzend_API.h49 zval *params; member
685 #define call_user_function(function_table, object, function_name, retval_ptr, param_count, params) \ argument
688 …ction_named(function_table, object, function_name, retval_ptr, param_count, params, named_params) \ argument
841 …zend_fcall_info_cache *fcc, zval *retval_ptr, uint32_t param_count, zval *params, HashTable *named… in zend_call_known_fcc()
856 uint32_t param_count, zval *params) in zend_call_known_instance_method()
H A Dzend_API.c4253 ZEND_API void zend_fcall_info_args_save(zend_fcall_info *fci, uint32_t *param_count, zval **params)… in zend_fcall_info_args_save()
4262 ZEND_API void zend_fcall_info_args_restore(zend_fcall_info *fci, uint32_t param_count, zval *params in zend_fcall_info_args_restore()
4272 zval *arg, *params; in zend_fcall_info_args_ex() local
H A Dzend_vm_def.h5618 zval *params; variable
5631 ZEND_HASH_FILL_PACKED(Z_ARRVAL_P(params)) { in ZEND_HASH_FILL_PACKED()
H A Dzend_vm_execute.h4067 zval *params; in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER() local
/php-src/ext/libxml/
H A Dlibxml.c696 zval params[3]; in _php_libxml_external_entity_loader() local
/php-src/main/streams/
H A Duserspace.c255 zval *object, zval *method_name, zval *retval, uint32_t param_count, zval *params) in call_method_if_exists()
/php-src/ext/pcntl/
H A Dpcntl.c1230 zval params[2], *handle, retval; in pcntl_signal_dispatch() local
/php-src/ext/soap/
H A Dphp_sdl.c568 …xmlNodePtr node, char* wsdl_soap_namespace, sdlSoapBindingFunctionBody *binding, HashTable* params) in wsdl_soap_binding_body()
2526 static HashTable* make_persistent_sdl_parameters(HashTable *params, HashTable *ptr_map) in make_persistent_sdl_parameters()
/php-src/ext/openssl/
H A Dopenssl.c3767 EVP_PKEY *params = NULL; in php_openssl_generate_private_key() local
3912 OSSL_PARAM *params = NULL; in php_openssl_pkey_init_rsa() local
4044 OSSL_PARAM *params = NULL; in php_openssl_pkey_init_dsa() local
4217 OSSL_PARAM *params = NULL; in php_openssl_pkey_init_dh() local
4471 OSSL_PARAM *params = NULL; in php_openssl_pkey_init_ec() local
/php-src/ext/standard/
H A Dbasic_functions.stub.php2124 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
H A Darray.c6700 zval *params = (zval *)safe_emalloc(n_arrays, sizeof(zval), 0); local
/php-src/sapi/cli/
H A Dphp_cli_server.c2679 php_cli_server_do_event_for_each_fd_callback_params *params = _params; in php_cli_server_do_event_for_each_fd_callback() local
2730 php_cli_server_do_event_for_each_fd_callback_params params = { in php_cli_server_do_event_for_each_fd() local
/php-src/ext/iconv/
H A Diconv.c2582 static php_stream_filter *php_iconv_stream_filter_factory_create(const char *name, zval *params, ui… in php_iconv_stream_filter_factory_create()
/php-src/ext/reflection/
H A Dphp_reflection.c2024 zval *params; in ZEND_METHOD() local
2068 HashTable *params; in ZEND_METHOD() local
3412 zval *params = NULL, *object; in reflection_method_invoke() local
5082 zval *params; in ZEND_METHOD() local
/php-src/ext/spl/
H A Dspl_array.c1171 zval function_name, params[2], *arg = NULL; in spl_array_method() local
H A Dspl_iterators.c1807 zval params[3]; in PHP_METHOD() local
/php-src/ext/phar/
H A Dphar_object.c683 zval params, retval; in PHP_METHOD() local
/php-src/ext/ldap/
H A Dldap.c3689 int _ldap_rebind_proc(LDAP *ldap, const char *url, ber_tag_t req, ber_int_t msgid, void *params) in _ldap_rebind_proc()

Completed in 302 milliseconds

12