Home
last modified time | relevance | path

Searched refs:flags (Results 526 – 550 of 591) sorted by relevance

1...<<21222324

/PHP-8.1/Zend/
H A Dzend_gc.c1149 static int gc_collect_white(zend_refcounted *ref, uint32_t *flags, gc_stack *stack) in gc_collect_white() argument
1177 *flags |= GC_HAS_DESTRUCTORS; in gc_collect_white()
1289 static int gc_collect_roots(uint32_t *flags, gc_stack *stack) in gc_collect_roots() argument
1321 count += gc_collect_white(ref, flags, stack); in gc_collect_roots()
H A Dzend_execute.h50 …API zend_class_entry *zend_lookup_class_ex(zend_string *name, zend_string *lcname, uint32_t flags);
/PHP-8.1/ext/ldap/
H A Dldap.c1424 static int _php_sasl_interact(LDAP *ld, unsigned flags, void *defaults, void *in) in _php_sasl_interact() argument
3880 …nd_string* php_ldap_do_escape(const bool *map, const char *value, size_t valuelen, zend_long flags) in php_ldap_do_escape() argument
3891 if ((flags & PHP_LDAP_ESCAPE_DN) && (value[0] == ' ')) { in php_ldap_do_escape()
3894 if ((flags & PHP_LDAP_ESCAPE_DN) && ((valuelen > 1) && (value[valuelen - 1] == ' '))) { in php_ldap_do_escape()
3903 if (map[v] || ((flags & PHP_LDAP_ESCAPE_DN) && ((i == 0) || (i + 1 == valuelen)) && (v == ' '))) { in php_ldap_do_escape()
3930 zend_long flags = 0; in PHP_FUNCTION() local
3933 …parameters(ZEND_NUM_ARGS(), "s|sl", &value, &valuelen, &ignores, &ignoreslen, &flags) != SUCCESS) { in PHP_FUNCTION()
3941 if (flags & PHP_LDAP_ESCAPE_FILTER) { in PHP_FUNCTION()
3946 if (flags & PHP_LDAP_ESCAPE_DN) { in PHP_FUNCTION()
3961 RETURN_NEW_STR(php_ldap_do_escape(map, value, valuelen, flags)); in PHP_FUNCTION()
H A Dldap.stub.php185 function ldap_escape(string $value, string $ignore = "", int $flags = 0): string {} argument
H A Dldap_arginfo.h286 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, flags, IS_LONG, 0, "0")
/PHP-8.1/ext/iconv/
H A Diconv.c136 …er *php_iconv_output_handler_init(const char *name, size_t name_len, size_t chunk_size, int flags);
295 …utput_handler_init(const char *handler_name, size_t handler_name_len, size_t chunk_size, int flags) in php_iconv_output_handler_init() argument
297 …ndler_create_internal(handler_name, handler_name_len, php_iconv_output_handler, chunk_size, flags); in php_iconv_output_handler_init()
2533 size_t *bytes_consumed, int flags) in php_iconv_stream_filter_do_filter() argument
2553 if (flags != PSFS_FLAG_NORMAL) { in php_iconv_stream_filter_do_filter()
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitProtExecAllocator.c102 int mkostemp(char *template, int flags);
H A DsljitNativeS390X.c1418 if ((jump->flags & SLJIT_REWRITABLE_JUMP) || (jump->flags & JUMP_ADDR)) { in sljit_generate_code()
1509 sljit_sw target = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; in sljit_generate_code()
1510 if ((jump->flags & SLJIT_REWRITABLE_JUMP) || (jump->flags & JUMP_ADDR)) { in sljit_generate_code()
/PHP-8.1/ext/oci8/tests/
H A Dfetch_all3.phpt2 oci_fetch_all() - all combinations of flags
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_report_wo_ps.phpt24 … printf("[002] Expecting boolean/true even for invalid flags, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_fetch_array_oo.phpt115 if (!(gettype($php_value)=="unicode" && ($fields[1]->flags & 128))) {
/PHP-8.1/build/
H A Dlibtool.m4220 # If no C compiler flags were specified, use CFLAGS.
310 # link flags.
1371 # flags to be left without arguments
2646 # LTDLINCL to the include flags for the libltdl header and adds
2671 # LTDLINCL to the include flags for the libltdl header and adds
3062 # Warning - without using the other run time loading flags,
3824 # objects, libraries and library flags.
3863 dnl objects, libraries and library flags.
3866 # objects, libraries and library flags.
4209 # LTCC compiler flags.
[all …]
/PHP-8.1/docs/
H A Dunix-build-system.md117 contexts. With the help of macros you can define special flags for each
/PHP-8.1/ext/reflection/tests/
H A DReflectionClass_toString_001.phpt433 Parameter #1 [ <optional> int $flags = 0 ]
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1240 meta->flags = uint2korr(p); in php_mysqlnd_rset_field_read()
1255 meta->flags |= NUM_FLAG; in php_mysqlnd_rset_field_read()
1464 …fields_metadata[i].flags & UNSIGNED_FLAG, fields_metadata[i].flags, fields_metadata[i].type == MYS… in php_mysqlnd_rowp_read_binary_protocol()
1611 && !(fields_metadata[i].flags & ZEROFILL_FLAG)) { in php_mysqlnd_rowp_read_text_protocol()
1631 bool uns = fields_metadata[i].flags & UNSIGNED_FLAG? TRUE:FALSE; in php_mysqlnd_rowp_read_text_protocol()
H A Dmysqlnd_protocol_frame_codec.c388 pfc->data->flags |= MYSQLND_PROTOCOL_FLAG_USE_COMPRESSION; in MYSQLND_METHOD()
/PHP-8.1/ext/fileinfo/libmagic/
H A Dfile.h434 int flags; /* Control magic tests. */ member
/PHP-8.1/ext/phar/
H A Dphar_object_arginfo.h6 …ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, flags, IS_LONG, 0, "FilesystemIterator::SKIP_DOTS | Files…
228 …ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, flags, IS_LONG, 0, "FilesystemIterator::SKIP_DOTS | Files…
H A Dfunc_interceptors.c713 sb.st_mode = data->flags & PHAR_ENT_PERM_MASK; in phar_file_stat()
725 sb.st_mode = data->flags & PHAR_ENT_PERM_MASK; in phar_file_stat()
H A Ddirstream.c502 entry.flags = PHAR_ENT_PERM_DEF_DIR; in phar_wrapper_mkdir()
/PHP-8.1/ext/tidy/
H A Dtidy.c198 …tput_handler_init(const char *handler_name, size_t handler_name_len, size_t chunk_size, int flags);
930 …utput_handler_init(const char *handler_name, size_t handler_name_len, size_t chunk_size, int flags) in php_tidy_output_handler_init() argument
939 …andler_create_internal(handler_name, handler_name_len, php_tidy_output_handler, chunk_size, flags); in php_tidy_output_handler_init()
/PHP-8.1/ext/com_dotnet/
H A Dcom_handlers.c407 STDAPI VarCmp(LPVARIANT pvarLeft, LPVARIANT pvarRight, LCID lcid, DWORD flags); in com_objects_compare()
/PHP-8.1/ext/intl/
H A Dphp_intl_arginfo.h237 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, flags, IS_LONG, 0, "Collator::SORT_REGULAR")
497 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, flags, IS_LONG, 0, "IDNA_DEFAULT")
/PHP-8.1/ext/pdo/
H A Dpdo_dbh.c1256 if (funcs->flags) { in pdo_hash_methods()
1257 func.fn_flags = funcs->flags | ZEND_ACC_NEVER_CACHE; in pdo_hash_methods()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_x86.dasc4047 && !(flags & ZEND_JIT_EXIT_FREE_OP1)) {
11964 uint32_t flags = 0;
11973 flags |= ZEND_JIT_EXIT_FREE_OP1;
11977 flags |= ZEND_JIT_EXIT_FREE_OP2;
11980 && !(flags & ZEND_JIT_EXIT_FREE_OP1)
13151 if (flags) {
13169 if (flags == ZEND_FETCH_DIM_WRITE) {
13186 ZEND_ASSERT(flags == 0);
13236 if (flags == ZEND_FETCH_DIM_WRITE) {
13304 uint32_t flags = 0;
[all …]

Completed in 151 milliseconds

1...<<21222324