Home
last modified time | relevance | path

Searched refs:flags (Results 226 – 250 of 591) sorted by relevance

12345678910>>...24

/PHP-8.1/ext/openssl/
H A Dopenssl.stub.php132 function openssl_pkcs7_verify(string $input_filename, int $flags, ?string $signers_certificates_fil… argument
135 …ut_filename, string $output_filename, $certificate, ?array $headers, int $flags = 0, int $cipher_a… argument
138 …enSSLCertificate|string $certificate, $private_key, ?array $headers, int $flags = PKCS7_DETACHED, … argument
149 function openssl_cms_verify(string $input_filename, int $flags = 0, ?string $certificates = null, a… argument
152 …ut_filename, string $output_filename, $certificate, ?array $headers, int $flags = 0, int $encoding… argument
155 …enSSLCertificate|string $certificate, $private_key, ?array $headers, int $flags = 0, int $encoding… argument
/PHP-8.1/ext/fileinfo/libmagic/
H A Dreadcdf.c46 #define NOTMIME(ms) (((ms)->flags & MAGIC_MIME) == 0)
247 if (ms->flags & MAGIC_MIME_TYPE) { in cdf_file_property_info()
280 } else if (ms->flags & MAGIC_MIME_TYPE) { in cdf_file_catalog()
411 } else if (ms->flags & MAGIC_MIME_TYPE) { in cdf_check_summary_info()
522 } else if (ms->flags & MAGIC_MIME_TYPE) { in cdf_file_dir_info()
550 if (ms->flags & (MAGIC_APPLE|MAGIC_EXTENSION)) in file_trycdf()
609 } else if (ms->flags & MAGIC_MIME_TYPE) { in file_trycdf()
667 } else if (ms->flags & MAGIC_MIME_TYPE) { in file_trycdf()
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd.h79 #define mysqlnd_init(flags, persistent) mysqlnd_connection_init((flags), (persistent), NULL /*use … argument
101 #define mysqlnd_fetch_into(result, flags, ret_val) (result)->m.fetch_into((result), (flags), (ret_v… argument
185 #define mysqlnd_begin_transaction(conn,flags,name) ((conn)->data)->m->tx_begin((conn)->data, (flags argument
186 #define mysqlnd_commit(conn, flags, name) ((conn)->data)->m->tx_commit_or_rollback((conn)->data, tr… argument
187 #define mysqlnd_rollback(conn, flags, name) ((conn)->data)->m->tx_commit_or_rollback((conn)->data, … argument
H A Dmysqlnd_ps.h33 …stmt_row_cursor(MYSQLND_RES * result, zval **row_data, const unsigned int flags, bool * fetched_an…
/PHP-8.1/ext/spl/tests/
H A Dheap_012.phpt11 ["flags":"SplHeap":private]=>
H A Drecursivecomparedualiterator.inc28 * @param $flags should be 0
30 function __construct(RecursiveDualIterator $it, $mode = self::LEAVES_ONLY, $flags = 0)
H A Dheap_008.phpt16 ["flags":"SplHeap":private]=>
/PHP-8.1/ext/filter/tests/
H A Dbug50632.phpt7 $foo = filter_input(INPUT_GET, 'foo', FILTER_VALIDATE_INT, array('flags' => FILTER_REQUIRE_SCALAR, …
H A Dbug73054.phpt13 'flags' => FILTER_NULL_ON_FAILURE
H A Dfilter_callback_require_scalar.phpt11 …return filter_var($var, FILTER_CALLBACK, ['options' => $callback, 'flags' => FILTER_REQUIRE_SCALAR…
H A D043.phpt7 $flags = FILTER_FLAG_ENCODE_AMP|FILTER_FLAG_ENCODE_LOW|FILTER_FLAG_ENCODE_HIGH;
10 var_dump(filter_var(chr($i), FILTER_UNSAFE_RAW, array("flags" => $flags)));
/PHP-8.1/ext/com_dotnet/
H A Dcom_persist.stub.php13 public function LoadFromFile(string $filename, int $flags = 0): bool {} argument
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_trace.c214 && t->exit_info[i].flags == flags in zend_jit_trace_get_exit_point()
234 t->exit_info[exit_point].flags = flags; in zend_jit_trace_get_exit_point()
603 ssa->cfg.flags = cfg.flags; in zend_jit_trace_build_ssa()
2700 uint8_t *flags; in zend_jit_trace_allocate_registers() local
3139 list[j].flags = flags[i]; in zend_jit_trace_allocate_registers()
3174 list[j].flags = 0; in zend_jit_trace_allocate_registers()
3567 uint32_t flags = zend_jit_traces[trace_num].exit_info[exit_num].flags; in zend_jit_trace_exit_needs_deoptimization() local
6405 uint8_t flags = ra[ssa_op->op1_def]->flags & ZREG_STORE; in zend_jit_trace() local
6454 uint8_t flags = ra[ssa_op->op2_def]->flags & ZREG_STORE; in zend_jit_trace() local
7174 t->flags = 0; in zend_jit_compile_root_trace()
[all …]
/PHP-8.1/main/
H A Dphp_open_temporary_file.h33 …pen_temporary_fd_ex(const char *dir, const char *pfx, zend_string **opened_path_p, uint32_t flags);
/PHP-8.1/ext/zip/tests/
H A Doo_addglob.phpt35 $options['flags'] = 0; // clean FL_OVERWRITE
39 $options['flags'] = ZipArchive::FL_OVERWRITE;
/PHP-8.1/ext/openssl/tests/
H A Dbug72333.phpt16 $flags = STREAM_SERVER_BIND|STREAM_SERVER_LISTEN;
17 $fp = stream_socket_server("ssl://127.0.0.1:10011", $errornum, $errorstr, $flags, $context);
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_io.c66 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING; in ZEND_EXTERN_MODULE_GLOBALS()
114 if ((PHPDBG_G(flags) & PHPDBG_HAS_PAGINATION) in phpdbg_mixed_write()
H A Dphpdbg_print.c28 #define PHPDBG_PRINT_COMMAND_D(f, h, a, m, l, s, flags) \ argument
29 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[8], flags)
83 if (!PHPDBG_G(ops) && !(PHPDBG_G(flags) & PHPDBG_IN_SIGNAL_HANDLER)) { in PHPDBG_PRINT()
367 …if (ignore_flags || (!(PHPDBG_G(flags) & PHPDBG_IS_QUIET) && (PHPDBG_G(flags) & PHPDBG_IS_STEPPING… in phpdbg_print_opline()
/PHP-8.1/ext/dba/
H A Ddba_inifile.c51 info->dbf = inifile_alloc(info->fp, info->mode == DBA_READER, info->flags&DBA_PERSISTENT); in DBA_OPEN_FUNC()
60 inifile_free(dba, info->flags&DBA_PERSISTENT); in DBA_CLOSE_FUNC()
/PHP-8.1/ext/standard/tests/array/
H A Dsort_variation5.phpt22 $flags = array("SORT_REGULAR" => SORT_REGULAR, "SORT_STRING" => SORT_STRING);
36 // loop through $flags array and setting all possible flag values
37 foreach($flags as $key => $flag){
/PHP-8.1/ext/pgsql/
H A Dpgsql.stub.php35 function pg_connect(string $connection_string, int $flags = 0): PgSql\Connection|false {} argument
37 function pg_pconnect(string $connection_string, int $flags = 0): PgSql\Connection|false {} argument
500 …function pg_convert(PgSql\Connection $connection, string $table_name, array $values, int $flags = … argument
503 …function pg_insert(PgSql\Connection $connection, string $table_name, array $values, int $flags = P… argument
506 …n $connection, string $table_name, array $values, array $conditions, int $flags = PGSQL_DML_EXEC):… argument
509 …PgSql\Connection $connection, string $table_name, array $conditions, int $flags = PGSQL_DML_EXEC):… argument
515 …PgSql\Connection $connection, string $table_name, array $conditions, int $flags = PGSQL_DML_EXEC, … argument
/PHP-8.1/ext/standard/
H A Duser_filters.c143 int flags in userfilter_filter() argument
159 uint32_t orig_no_fclose = stream->flags & PHP_STREAM_FLAG_NO_FCLOSE; in userfilter_filter()
160 stream->flags |= PHP_STREAM_FLAG_NO_FCLOSE; in userfilter_filter()
183 ZVAL_BOOL(&args[3], flags & PSFS_FLAG_FLUSH_CLOSE); in userfilter_filter()
235 stream->flags &= ~PHP_STREAM_FLAG_NO_FCLOSE; in userfilter_filter()
236 stream->flags |= orig_no_fclose; in userfilter_filter()
/PHP-8.1/tests/output/
H A Dob_get_status.phpt22 ["flags"]=>
/PHP-8.1/ext/phar/
H A Dzip.c76 entry->flags &= PHAR_ENT_COMPRESSION_MASK; in phar_zip_process_extra()
387 entry.flags = PHAR_ENT_PERM_DEF_FILE; in phar_parse_zipfile()
415 entry.flags |= PHAR_ENT_PERM_DEF_DIR; in phar_parse_zipfile()
497 entry.flags |= PHAR_ENT_COMPRESSED_GZ; in phar_parse_zipfile()
504 entry.flags |= PHAR_ENT_COMPRESSED_BZ2; in phar_parse_zipfile()
598 if (entry.flags & PHAR_ENT_COMPRESSED_GZ) { in phar_parse_zipfile()
861 if (entry->flags & PHAR_ENT_COMPRESSED_GZ) { in phar_zip_changed_apply_int()
866 if (entry->flags & PHAR_ENT_COMPRESSED_BZ2) { in phar_zip_changed_apply_int()
905 …if (entry->flags & PHAR_ENT_COMPRESSION_MASK && (entry->old_flags == entry->flags || !entry->old_f… in phar_zip_changed_apply_int()
976 entry->old_flags = entry->flags; in phar_zip_changed_apply_int()
[all …]
/PHP-8.1/ext/imap/tests/setup/
H A Dimap_include.inc66 * @param int $flags OP_* (or CL_EXPUNGE) flags to pass to imap_open() sub-call
75 int $flags = 0,
78 …eam = imap_open(IMAP_DEFAULT_MAILBOX, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD, flags: $flags);

Completed in 94 milliseconds

12345678910>>...24