Home
last modified time | relevance | path

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

123456789

/PHP-5.5/ext/standard/
H A Darray.c588 BG(user_compare_fci).params = args; in php_array_user_compare()
754 BG(user_compare_fci).params = args; in php_array_user_key_compare()
1056 BG(array_walk_fci).params = args; in php_array_walk()
4182 fci.params = args; in PHP_FUNCTION()
4239 fci.params = args; in PHP_FUNCTION()
4276 zval ***params; in PHP_FUNCTION() local
4356 params[i] = &null; in PHP_FUNCTION()
4360 zval_add_ref(params[i]); in PHP_FUNCTION()
4368 fci.params = params; in PHP_FUNCTION()
4378 efree(params); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dbug_mysql_49406.phpt2 MySQL Bug #49406 (Binding params doesn't work when selecting a date inside a CASE-WHEN, http://bugs…
H A Dmysqli_class_mysqli_result_reflection.phpt247 Inspecting parameter 'params' of method 'fetch_object'
H A Dmysqli_stmt_big_prepare.phpt27 …$params = '(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,…
31 if ($stmt = $link->prepare("SHOW STATUS WHERE 1 = ? AND 1 IN {$params}")) {
/PHP-5.5/main/
H A Dmain.c701 PHPAPI void php_verror(const char *docref, const char *params, int type, const char *format, va_lis… in php_verror() argument
771 origin_len = spprintf(&origin, 0, "%s%s%s(%s)", class_name, space, function, params); in php_verror()
903 char *params; in php_error_docref2() local
906 spprintf(&params, 0, "%s,%s", param1, param2); in php_error_docref2()
908 php_verror(docref, params ? params : "...", type, format, args TSRMLS_CC); in php_error_docref2()
910 if (params) { in php_error_docref2()
911 efree(params); in php_error_docref2()
H A Dphp.h299 PHPAPI void php_verror(const char *docref, const char *params, int type, const char *format, va_lis…
/PHP-5.5/ext/mysqli/
H A Dmysqli.c1303 fci.params = safe_emalloc(sizeof(zval*), params_ht->nNumOfElements, 0); in php_mysqli_fetch_into_hash()
1306 fci.params[fci.param_count++] = (zval**)p->pData; in php_mysqli_fetch_into_hash()
1321 fci.params = NULL; in php_mysqli_fetch_into_hash()
1338 if (fci.params) { in php_mysqli_fetch_into_hash()
1339 efree(fci.params); in php_mysqli_fetch_into_hash()
H A Dmysqli_fe.c233 ZEND_ARG_ARRAY_INFO(0, params, 0)
240 ZEND_ARG_ARRAY_INFO(0, params, 0)
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c106 ZEND_ARG_INFO(0, params) in ZEND_END_ARG_INFO()
765 fci->params = safe_emalloc(sizeof(zval**), ht->nNumOfElements, 0); in do_fetch_class_prepare()
768 fci->params[fci->param_count++] = (zval**)p->pData; in do_fetch_class_prepare()
773 fci->params = NULL; in do_fetch_class_prepare()
810 fci->params = safe_emalloc(sizeof(zval**), num_args, 0); in make_callable_ex()
833 if (stmt->fetch.cls.fci.size && stmt->fetch.cls.fci.params) { in do_fetch_opt_finish()
834 efree(stmt->fetch.cls.fci.params); in do_fetch_opt_finish()
835 stmt->fetch.cls.fci.params = NULL; in do_fetch_opt_finish()
1162 stmt->fetch.cls.fci.params[idx] = &stmt->fetch.func.values[idx]; in do_fetch()
H A Dpdo_dbh.c476 fci.params = safe_emalloc(sizeof(zval*), ht->nNumOfElements, 0); in pdo_stmt_construct()
479 fci.params[fci.param_count++] = (zval**)p->pData; in pdo_stmt_construct()
484 fci.params = NULL; in pdo_stmt_construct()
502 if (fci.params) { in pdo_stmt_construct()
503 efree(fci.params); in pdo_stmt_construct()
/PHP-5.5/Zend/
H A Dzend_API.h50 zval ***params; member
450 …object_pp, zval *function_name, zval *retval_ptr, zend_uint param_count, zval *params[] TSRMLS_DC);
451 …val *function_name, zval **retval_ptr_ptr, zend_uint param_count, zval **params[], int no_separati…
476 ZEND_API void zend_fcall_info_args_save(zend_fcall_info *fci, int *param_count, zval ****params);
480 ZEND_API void zend_fcall_info_args_restore(zend_fcall_info *fci, int param_count, zval ***params);
H A Dzend_alloc.c137 static zend_mm_storage* zend_mm_mem_dummy_init(void *params) in zend_mm_mem_dummy_init() argument
202 static zend_mm_storage* zend_mm_mem_mmap_zero_init(void *params) in zend_mm_mem_mmap_zero_init() argument
235 static zend_mm_storage* zend_mm_mem_win32_init(void *params) in zend_mm_mem_win32_init() argument
1042 …zend_mm_mem_handlers *handlers, size_t block_size, size_t reserve_size, int internal, void *params) in zend_mm_startup_ex() argument
1087 storage = handlers->init(params); in zend_mm_startup_ex()
H A Dzend_exceptions.c696 fci.params = NULL; in ZEND_METHOD()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c2419 php_cli_server_do_event_for_each_fd_callback_params *params = _params; in php_cli_server_do_event_for_each_fd_callback() local
2421 void ***tsrm_ls = params->tsrm_ls; in php_cli_server_do_event_for_each_fd_callback()
2423 php_cli_server *server = params->server; in php_cli_server_do_event_for_each_fd_callback()
2461 params->rhandler(server, *client TSRMLS_CC); in php_cli_server_do_event_for_each_fd_callback()
2464 params->whandler(server, *client TSRMLS_CC); in php_cli_server_do_event_for_each_fd_callback()
2473 php_cli_server_do_event_for_each_fd_callback_params params = { in php_cli_server_do_event_for_each_fd() local
2482 …php_cli_server_poller_iter_on_active(&server->poller, &params, php_cli_server_do_event_for_each_fd… in php_cli_server_do_event_for_each_fd()
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_driver.c234 S->params = NULL; in mysql_handle_preparer()
236 S->params = ecalloc(S->num_params, sizeof(MYSQL_BIND)); in mysql_handle_preparer()
/PHP-5.5/ext/soap/
H A Dphp_sdl.c600 zend_hash_internal_pointer_reset_ex(params, &pos); in wsdl_soap_binding_body()
601 while (zend_hash_get_current_data_ex(params, (void **)&param, &pos) != FAILURE) { in wsdl_soap_binding_body()
612 zend_hash_move_forward_ex(params, &pos); in wsdl_soap_binding_body()
620 zend_hash_destroy(params); in wsdl_soap_binding_body()
621 *params = ht; in wsdl_soap_binding_body()
2507 static HashTable* make_persistent_sdl_parameters(HashTable *params, HashTable *ptr_map) in make_persistent_sdl_parameters() argument
2518 zend_hash_init(pparams, zend_hash_num_elements(params), NULL, delete_parameter_persistent, 1); in make_persistent_sdl_parameters()
2520 zend_hash_internal_pointer_reset(params); in make_persistent_sdl_parameters()
2521 while (zend_hash_get_current_data(params, (void**)&tmp) == SUCCESS) { in make_persistent_sdl_parameters()
2543 if (zend_hash_get_current_key_ex(params, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { in make_persistent_sdl_parameters()
[all …]
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c384 fc->fci.params = zargs; in do_callback()
507 collation->fc.fci.params = zargs; in php_sqlite3_collation_callback()
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c2182 fci.params = safe_emalloc(sizeof(zval*), htl->nNumOfElements, 0);
2185 fci.params[fci.param_count++] = (zval**)p->pData;
2200 fci.params = NULL;
2217 if (fci.params) {
2218 efree(fci.params);
/PHP-5.5/ext/spl/
H A Dspl_directory.c2107 zval ***params = (zval***)safe_emalloc(num_args, sizeof(zval**), 0); in spl_filesystem_file_call() local
2109 params[0] = &zresource_ptr; in spl_filesystem_file_call()
2112 params[1] = &arg2; in spl_filesystem_file_call()
2115 zend_get_parameters_array_ex(pass_num_args, params+(arg2 ? 2 : 1)); in spl_filesystem_file_call()
2125 fci.params = params; in spl_filesystem_file_call()
2143 efree(params); in spl_filesystem_file_call()
H A Dspl_iterators.c1934 zval **params[3]; in SPL_METHOD() local
1945 params[0] = &intern->current.data; in SPL_METHOD()
1946 params[1] = &intern->current.key; in SPL_METHOD()
1947 params[2] = &intern->inner.zobject; in SPL_METHOD()
1951 fci->params = params; in SPL_METHOD()
/PHP-5.5/ext/intl/converter/
H A Dconverter.c249 objval->to_cb.params = zargs; in php_converter_to_u_callback()
346 objval->from_cb.params = zargs; in php_converter_from_u_callback()
/PHP-5.5/ext/curl/
H A Dinterface.c1346 fci.params = argv; in curl_write()
1413 fci.params = argv; in curl_fnmatch()
1492 fci.params = argv; in curl_progress()
1567 fci.params = argv; in curl_read()
1645 fci.params = argv; in curl_write_header()
/PHP-5.5/ext/phar/
H A Dphar_object.c683 zval *params, *retval_ptr, **zp[1]; in PHP_METHOD() local
685 MAKE_STD_ZVAL(params); in PHP_METHOD()
686 ZVAL_STRINGL(params, entry, entry_len, 1); in PHP_METHOD()
687 zp[0] = &params; in PHP_METHOD()
700 fci.params = zp; in PHP_METHOD()
701 Z_ADDREF_P(params); in PHP_METHOD()
/PHP-5.5/ext/imap/
H A Dphp_imap.c108 ZEND_ARG_INFO(0, params)
1153 zval *params = NULL; in php_imap_do_open() local
1157 &passwd, &passwd_len, &flags, &retries, &params) == FAILURE) { in php_imap_do_open()
1171 if (params) { in php_imap_do_open()
1174 …if (zend_hash_find(HASH_OF(params), "DISABLE_AUTHENTICATOR", sizeof("DISABLE_AUTHENTICATOR"), (voi… in php_imap_do_open()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c756 fc->fci.params = zargs;
889 collation->fci.fci.params = zargs;

Completed in 206 milliseconds

123456789