/PHP-8.2/ext/standard/ |
H A D | user_filters.stub.php | 8 public mixed $params = ""; variable in php_user_filter
|
H A D | streamsfuncs.c | 940 static int parse_context_params(php_stream_context *context, HashTable *params) in parse_context_params() 1074 HashTable *params; in PHP_FUNCTION() local 1122 HashTable *params = NULL; in PHP_FUNCTION() local 1172 HashTable *params = NULL; in PHP_FUNCTION() local
|
H A D | basic_functions.c | 1520 HashTable *params; local 1579 zval *params, retval; local 1736 zval *params = NULL; local 2328 zval *params = NULL; local
|
/PHP-8.2/ext/oci8/ |
H A D | oci8_failover.c | 46 zval retval, params[3]; in callback_fn() local
|
H A D | php_oci8_int.h | 302 #define PHP_OCI_CALL(func, params) \ argument 309 #define PHP_OCI_CALL_RETURN(__retval, func, params) \ argument
|
/PHP-8.2/ext/mysqli/ |
H A D | mysqli.stub.php | 768 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
|
H A D | mysqli_api.c | 82 MYSQLND_PARAM_BIND *params; in mysqli_stmt_bind_param_do_bind() local 170 MYSQLND_RESULT_BIND *params = mysqlnd_stmt_alloc_result_bind(stmt->stmt); in mysqli_stmt_bind_result_do_bind() local 436 MYSQLND_PARAM_BIND *params; in PHP_FUNCTION() local 545 MYSQLND_PARAM_BIND *params; in PHP_FUNCTION() local
|
/PHP-8.2/win32/ |
H A D | signal.c | 32 zval retval, params[1]; in php_win32_signal_ctrl_interrupt_function() local
|
/PHP-8.2/ext/readline/ |
H A D | readline.c | 445 zval params[3]; in php_readline_completion_cb() local 500 zval params[1]; in php_rl_callback_handler() local
|
/PHP-8.2/Zend/ |
H A D | zend_execute_API.c | 728 …*object, zval *function_name, zval *retval_ptr, uint32_t param_count, zval params[], HashTable *na… in _call_user_function_impl() 1023 uint32_t param_count, zval *params, HashTable *named_params) in zend_call_known_function() 1060 zval params[2]; in zend_call_known_instance_method_with_2_params() local 1068 uint32_t param_count, zval *params) in zend_call_method_if_exists()
|
H A D | zend_interfaces.c | 42 zval params[2]; in zend_call_method() local
|
H A D | zend.c | 1363 zval params[4]; in zend_error_zstr_at() local 1796 zval params[1], retval2; in zend_user_exception_handler() local
|
/PHP-8.2/ext/pdo/ |
H A D | pdo_stmt.stub.php | 35 public function execute(?array $params = null): bool {}
|
/PHP-8.2/sapi/fuzzer/ |
H A D | fuzzer-sapi.c | 310 void fuzzer_call_php_func(const char *func_name, int nargs, char **params) { in fuzzer_call_php_func()
|
/PHP-8.2/ext/xsl/ |
H A D | xsltprocessor.c | 61 char **params = NULL; in php_xsl_xslt_make_params() local 400 char **params = NULL; in php_xsl_apply_stylesheet() local
|
/PHP-8.2/ext/pdo_oci/ |
H A D | oci_statement.c | 32 #define STMT_CALL(name, params) \ argument 41 #define STMT_CALL_MSG(name, msg, params) \ argument
|
/PHP-8.2/ext/zend_test/ |
H A D | fiber.c | 242 zval *params; in ZEND_METHOD() local
|
/PHP-8.2/ext/soap/ |
H A D | php_http.c | 396 zval params[3]; in make_http_soap_request() local 1285 zval params[1]; in make_http_soap_request() local
|
H A D | soap.c | 1158 zval function_name, *params, *soap_obj, retval; local 2099 zval params[5]; local 2829 static void deserialize_parameters(xmlNodePtr params, sdlFunctionPtr function, int *num_params, zva… 4049 static sdlFunctionPtr get_doc_function(sdlPtr sdl, xmlNodePtr params) /* {{{ */
|
/PHP-8.2/ext/pgsql/ |
H A D | pgsql.stub.php | 478 function pg_query_params($connection, $query, array $params = UNKNOWN): PgSql\Result|false {} 491 … function pg_execute($connection, $statement_name, array $params = UNKNOWN): PgSql\Result|false {} 841 …function pg_send_query_params(PgSql\Connection $connection, string $query, array $params): int|boo… 845 …function pg_send_execute(PgSql\Connection $connection, string $statement_name, array $params): int…
|
H A D | pgsql.c | 1042 static void _php_pgsql_free_params(char **params, int num_params) in _php_pgsql_free_params() 1064 char **params = NULL; in PHP_FUNCTION() local 1250 char **params = NULL; in PHP_FUNCTION() local 3623 char **params = NULL; in PHP_FUNCTION() local 3790 char **params = NULL; in PHP_FUNCTION() local
|
/PHP-8.2/ext/pdo_mysql/ |
H A D | php_pdo_mysql_int.h | 130 PDO_MYSQL_PARAM_BIND *params; member
|
/PHP-8.2/main/ |
H A D | main.c | 934 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form… in php_verror() 1141 char *params; in php_error_docref2() local
|
/PHP-8.2/ext/com_dotnet/ |
H A D | com_wrapper.c | 249 zval *params = NULL; in disp_invokeex() local
|
/PHP-8.2/ext/odbc/ |
H A D | odbc.stub.php | 330 function odbc_execute($statement, array $params = []): bool {}
|