/PHP-8.3/ext/standard/ |
H A D | user_filters.stub.php | 40 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() 1094 HashTable *params; in PHP_FUNCTION() local 1142 HashTable *params = NULL; in PHP_FUNCTION() local 1192 HashTable *params = NULL; in PHP_FUNCTION() local
|
H A D | basic_functions.c | 1512 HashTable *params; local 1572 HashTable *params; local 1728 zval *params = NULL; local 2320 zval *params = NULL; local
|
/PHP-8.3/ext/oci8/ |
H A D | oci8_failover.c | 46 zval retval, params[3]; in callback_fn() local
|
H A D | php_oci8_int.h | 304 #define PHP_OCI_CALL(func, params) \ argument 311 #define PHP_OCI_CALL_RETURN(__retval, func, params) \ argument
|
/PHP-8.3/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.3/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.3/win32/ |
H A D | signal.c | 32 zval retval, params[1]; in php_win32_signal_ctrl_interrupt_function() local
|
/PHP-8.3/Zend/ |
H A D | zend_execute_API.c | 736 …*object, zval *function_name, zval *retval_ptr, uint32_t param_count, zval params[], HashTable *na… in _call_user_function_impl() 1031 uint32_t param_count, zval *params, HashTable *named_params) in zend_call_known_function() 1068 zval params[2]; in zend_call_known_instance_method_with_2_params() local 1076 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 | 1380 zval params[4]; in zend_error_zstr_at() local 1836 zval params[1], retval2; in zend_user_exception_handler() local
|
/PHP-8.3/ext/pdo/ |
H A D | pdo_stmt.stub.php | 35 public function execute(?array $params = null): bool {}
|
/PHP-8.3/sapi/fuzzer/ |
H A D | fuzzer-sapi.c | 313 void fuzzer_call_php_func(const char *func_name, int nargs, char **params) { in fuzzer_call_php_func()
|
/PHP-8.3/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.3/ext/xsl/ |
H A D | xsltprocessor.c | 61 char **params = NULL; in php_xsl_xslt_make_params() local 412 char **params = NULL; in php_xsl_apply_stylesheet() local
|
/PHP-8.3/ext/zend_test/ |
H A D | fiber.c | 245 zval *params; in ZEND_METHOD() local
|
/PHP-8.3/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.3/ext/pgsql/ |
H A D | pgsql.stub.php | 525 function pg_query_params($connection, $query, array $params = UNKNOWN): PgSql\Result|false {} 538 … function pg_execute($connection, $statement_name, array $params = UNKNOWN): PgSql\Result|false {} 886 …function pg_send_query_params(PgSql\Connection $connection, string $query, array $params): int|boo… 890 …function pg_send_execute(PgSql\Connection $connection, string $statement_name, array $params): int…
|
H A D | pgsql.c | 1046 static void _php_pgsql_free_params(char **params, int num_params) in _php_pgsql_free_params() 1068 char **params = NULL; in PHP_FUNCTION() local 1254 char **params = NULL; in PHP_FUNCTION() local 3672 char **params = NULL; in PHP_FUNCTION() local 3839 char **params = NULL; in PHP_FUNCTION() local
|
/PHP-8.3/ext/pdo_mysql/ |
H A D | php_pdo_mysql_int.h | 130 PDO_MYSQL_PARAM_BIND *params; member
|
/PHP-8.3/ext/com_dotnet/ |
H A D | com_wrapper.c | 249 zval *params = NULL; in disp_invokeex() local
|
/PHP-8.3/ext/odbc/ |
H A D | odbc.stub.php | 330 function odbc_execute($statement, array $params = []): bool {}
|
/PHP-8.3/main/ |
H A D | main.c | 945 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form… in php_verror() 1152 char *params; in php_error_docref2() local
|