Home
last modified time | relevance | path

Searched defs:mode (Results 51 – 75 of 138) sorted by path

123456

/php-src/ext/mysqli/
H A Dmysqli.stub.php768 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
H A Dmysqli_api.c1723 unsigned long mode; in PHP_FUNCTION() local
H A Dmysqli_nonapi.c412 zend_long mode = MYSQLI_NUM; local
/php-src/ext/mysqlnd/
H A Dmysqlnd.h185 #define mysqlnd_autocommit(conn, mode) ((conn)->data)->m->set_autocommit((conn)->data, (mode)) argument
H A Dmysqlnd_debug.c729 PHPAPI void mysqlnd_debug(const char * mode) in mysqlnd_debug()
/php-src/ext/odbc/
H A Dodbc.stub.php334 function odbc_binmode(Odbc\Result $statement, int $mode): true {}
H A Dphp_odbc.c658 void php_odbc_fetch_attribs(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_odbc_fetch_attribs()
/php-src/ext/opcache/
H A Dzend_shared_alloc.c631 const int mode = protected ? PROT_READ : PROT_READ|PROT_WRITE; in zend_accel_shared_protect() local
/php-src/ext/openssl/
H A Dopenssl.c5405 const char *filename, size_t filename_len, uint32_t arg_num, const char *mode) { in php_openssl_bio_new_file()
7425 static inline void php_openssl_set_aead_flags(struct php_openssl_cipher_mode *mode) { in php_openssl_set_aead_flags()
7433 static void php_openssl_load_cipher_mode(struct php_openssl_cipher_mode *mode, const EVP_CIPHER *ci… in php_openssl_load_cipher_mode()
7485 bool *free_iv, EVP_CIPHER_CTX *cipher_ctx, struct php_openssl_cipher_mode *mode) /* {{{ */ in php_openssl_validate_iv()
7537 EVP_CIPHER_CTX *cipher_ctx, struct php_openssl_cipher_mode *mode, in php_openssl_cipher_init()
7610 EVP_CIPHER_CTX *cipher_ctx, struct php_openssl_cipher_mode *mode, in php_openssl_cipher_update()
7662 struct php_openssl_cipher_mode mode; in php_openssl_encrypt() local
7775 struct php_openssl_cipher_mode mode; in php_openssl_decrypt() local
/php-src/ext/pcntl/
H A Dpcntl.stub.php946 function pcntl_sigprocmask(int $mode, array $signals, &$old_signals = null): bool {}
985 function pcntl_getpriority(?int $process_id = null, int $mode = PRIO_PROCESS): int|false {}
989 function pcntl_setpriority(int $priority, ?int $process_id = null, int $mode = PRIO_PROCESS): bool{}
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c447 int mode; member
14082 static int jit_compile(pcre2_code *code, sljit_u32 mode) in jit_compile()
/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitProtExecAllocatorPosix.c61 mode_t mode; in create_tempfile() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h546 sljit_s32 mode; member
H A DsljitNativeARM_32.c1107 #define EMIT_FPU_OPERATION(opcode, mode, dst, src1, src2) \ argument
H A DsljitNativeS390X.c1309 sljit_s32 mode = compiler->mode; in emit_commutative() local
1392 sljit_s32 mode = compiler->mode; in emit_non_commutative() local
2675 sljit_s32 mode = compiler->mode; in sljit_emit_bitwise_imm() local
H A DsljitNativeX86_common.c2331 sljit_u8 mode,
2438 sljit_u8 mode, sljit_s32 set_flags,
/php-src/ext/pdo/
H A Dpdo_stmt.c1092 static bool pdo_stmt_verify_mode(pdo_stmt_t *stmt, zend_long mode, uint32_t mode_arg_num, bool fetc… in pdo_stmt_verify_mode()
1695 bool pdo_stmt_setup_fetch_mode(pdo_stmt_t *stmt, zend_long mode, uint32_t mode_arg_num, in pdo_stmt_setup_fetch_mode()
H A Dpdo_stmt.stub.php38 …public function fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT…
41 public function fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array {}
65 public function setFetchMode(int $mode, mixed ...$args): true {}
/php-src/ext/pdo_pgsql/
H A Dpdo_pgsql.stub.php43 public function lobOpen(string $oid, string $mode = "rb"){}
H A Dpgsql_driver.c1034 int mode = INV_READ; in pgsqlLOBOpen_internal() local
H A Dpgsql_driver.stub.php26 public function pgsqlLOBOpen(string $oid, string $mode = "rb") {}
/php-src/ext/pdo_sqlite/
H A Dpdo_sqlite.c289 char *table, *column, *dbname = "main", *mode = "rb"; in PHP_METHOD() local
/php-src/ext/pgsql/
H A Dpgsql.c2173 char *z_filename, *mode = "w"; in PHP_FUNCTION() local
2391 zend_string *mode; in PHP_FUNCTION() local
H A Dpgsql.stub.php564 …function pg_last_notice(PgSql\Connection $connection, int $mode = PGSQL_NOTICE_LAST): array|string…
621 …function pg_fetch_row(PgSql\Result $result, ?int $row = null, int $mode = PGSQL_NUM): array|false …
633 …function pg_fetch_array(PgSql\Result $result, ?int $row = null, int $mode = PGSQL_BOTH): array|fal…
642 function pg_fetch_all(PgSql\Result $result, int $mode = PGSQL_ASSOC): array {}
687 …function pg_trace(string $filename, string $mode = "w", ?PgSql\Connection $connection = null, int …
725 function pg_lo_open($connection, $oid = UNKNOWN, string $mode = UNKNOWN): PgSql\Lob|false {}
733 function pg_loopen($connection, $oid = UNKNOWN, string $mode = UNKNOWN): PgSql\Lob|false {}
896 function pg_result_status(PgSql\Result $result, int $mode = PGSQL_STATUS_LONG): string|int {}
902 function pg_get_notify(PgSql\Connection $connection, int $mode = PGSQL_ASSOC): array|false {}
941 …tring $table_name, array $conditions = [], int $flags = PGSQL_DML_EXEC, int $mode = PGSQL_ASSOC): …
/php-src/ext/phar/
H A Ddirstream.c289 php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, const char *path, const char *mode, … in phar_wrapper_open_dir()
397 int phar_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url_from, int mode, int options, ph… in phar_wrapper_mkdir()

Completed in 186 milliseconds

123456