Home
last modified time | relevance | path

Searched defs:params (Results 1 – 25 of 43) sorted by path

12

/PHP-7.4/Zend/
H A Dzend.c1267 zval params[5]; in zend_error_va_list() local
1640 zval params[1], retval2; in zend_user_exception_handler() local
H A Dzend_API.c3532 ZEND_API void zend_fcall_info_args_save(zend_fcall_info *fci, int *param_count, zval **params) /* {… in zend_fcall_info_args_save()
3541 ZEND_API void zend_fcall_info_args_restore(zend_fcall_info *fci, int param_count, zval *params) /* … in zend_fcall_info_args_restore()
3551 zval *arg, *params; in zend_fcall_info_args_ex() local
H A Dzend_API.h46 zval *params; member
465 #define call_user_function(function_table, object, function_name, retval_ptr, param_count, params) \ argument
467 …ction_ex(function_table, object, function_name, retval_ptr, param_count, params, no_separation, sy… argument
H A Dzend_closures.c252 zval params[2]; in ZEND_NAMED_FUNCTION() local
H A Dzend_execute_API.c633 …*object, zval *function_name, zval *retval_ptr, uint32_t param_count, zval params[], int no_separa… in _call_user_function_ex()
H A Dzend_interfaces.c38 zval params[2]; in zend_call_method() local
H A Dzend_vm_def.h5290 zval *params; variable
5301 ZEND_HASH_FILL_PACKED(Z_ARRVAL_P(params)) { in ZEND_HASH_FILL_PACKED()
H A Dzend_vm_execute.h3181 zval *params; in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER() local
H A Dzend_vm_gen.php621 $params = array(); // parameters of helpers variable
/PHP-7.4/ext/com_dotnet/
H A Dcom_wrapper.c253 zval *params = NULL; in disp_invokeex() local
/PHP-7.4/ext/iconv/
H A Diconv.c2868 static php_stream_filter *php_iconv_stream_filter_factory_create(const char *name, zval *params, ui… in php_iconv_stream_filter_factory_create()
/PHP-7.4/ext/imap/
H A Dphp_imap.c1178 zval *params = NULL; in php_imap_do_open() local
/PHP-7.4/ext/ldap/
H A Dldap.c3754 int _ldap_rebind_proc(LDAP *ldap, const char *url, ber_tag_t req, ber_int_t msgid, void *params) in _ldap_rebind_proc()
/PHP-7.4/ext/libxml/
H A Dlibxml.c633 zval params[3]; in _php_libxml_external_entity_loader() local
/PHP-7.4/ext/mbstring/
H A Dmbstring.c2330 struct mbfl_split_params *params = (struct mbfl_split_params *)data; /* cast passed data */ in mbfl_split_output() local
2436 struct mbfl_split_params params = { /* init callback function params structure */ in PHP_FUNCTION() local
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c269 MYSQLND_PARAM_BIND *params; in mysqli_stmt_bind_param_do_bind() local
570 MYSQLND_RESULT_BIND *params = mysqlnd_stmt_alloc_result_bind(stmt->stmt); in mysqli_stmt_bind_result_do_bind() local
/PHP-7.4/ext/oci8/
H A Doci8_failover.c48 zval retval, params[3]; in callback_fn() local
H A Dphp_oci8_int.h299 #define PHP_OCI_CALL(func, params) \ argument
306 #define PHP_OCI_CALL_RETURN(__retval, func, params) \ argument
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c1304 params_t *params = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/pcntl/
H A Dpcntl.c1489 zval params[2], *handle, retval; in pcntl_signal_dispatch() local
/PHP-7.4/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h141 PDO_MYSQL_PARAM_BIND *params; member
/PHP-7.4/ext/pdo_oci/
H A Doci_statement.c34 #define STMT_CALL(name, params) \ argument
43 #define STMT_CALL_MSG(name, msg, params) \ argument
/PHP-7.4/ext/pgsql/
H A Dpgsql.c1917 static void _php_pgsql_free_params(char **params, int num_params)
1944 char **params = NULL; local
2147 char **params = NULL; local
4969 char **params = NULL; local
5140 char **params = NULL; local
/PHP-7.4/ext/phar/
H A Dphar_object.c676 zval params, retval; in PHP_METHOD() local
/PHP-7.4/ext/readline/
H A Dreadline.c549 zval params[3]; in _readline_completion_cb() local
609 zval params[1]; in php_rl_callback_handler() local

Completed in 347 milliseconds

12