Home
last modified time | relevance | path

Searched refs:flags (Results 226 – 250 of 504) sorted by last modified time

12345678910>>...21

/PHP-7.4/
H A DUPGRADING.INTERNALS6 c. Function/property/class flags
51 c. Function/property/class flags changes
63 - ZEND_ACC_... flags are re-numbered.
/PHP-7.4/Zend/
H A Dzend_types.h255 zend_uchar flags,
260 uint32_t flags; member
527 #define GC_ADD_FLAGS(p, flags) do { \ argument
528 GC_TYPE_INFO(p) |= (flags) << GC_FLAGS_SHIFT; \
530 #define GC_DEL_FLAGS(p, flags) do { \ argument
531 GC_TYPE_INFO(p) &= ~((flags) << GC_FLAGS_SHIFT); \
H A Dzend_execute.h44 …API zend_class_entry *zend_lookup_class_ex(zend_string *name, zend_string *lcname, uint32_t flags);
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.h303 if (!((block)->flags & ZEND_BB_REACHABLE)) { \
/PHP-7.4/win32/
H A Dcodepage.h64 PW32CP wchar_t *php_win32_cp_conv_to_w(DWORD in_cp, DWORD flags, const char* in, size_t in_len, siz…
71 PW32CP char *php_win32_cp_conv_from_w(DWORD out_cp, DWORD flags, const wchar_t* in, size_t in_len, …
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_help.c52 const char *bold_on_escape = PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "\033[1m" : ""; in pretty_print()
53 const char *bold_off_escape = PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "\033[0m" : ""; in pretty_print()
65 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in pretty_print()
H A Dphpdbg_io.c91 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING | PHPDBG_IS_DISCONNECTED; in ZEND_EXTERN_MODULE_GLOBALS()
182 if (PHPDBG_G(flags) & PHPDBG_IS_REMOTE) {
224 if (PHPDBG_G(flags) & PHPDBG_IS_REMOTE) {
228 if ((PHPDBG_G(flags) & PHPDBG_HAS_PAGINATION)
229 && !(PHPDBG_G(flags) & PHPDBG_WRITE_XML)
H A Dphpdbg_list.c38 #define PHPDBG_LIST_COMMAND_D(f, h, a, m, l, s, flags) \ argument
39 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[12], flags)
329 if (PHPDBG_G(flags) & PHPDBG_IN_EVAL) { in phpdbg_compile_string()
H A Dphpdbg_opcode.c68 uint32_t flags) { in phpdbg_decode_input_op() argument
72 } else if (ZEND_VM_OP_JMP_ADDR == (flags & ZEND_VM_OP_MASK)) { in phpdbg_decode_input_op()
74 } else if (ZEND_VM_OP_NUM == (flags & ZEND_VM_OP_MASK)) { in phpdbg_decode_input_op()
76 } else if (ZEND_VM_OP_TRY_CATCH == (flags & ZEND_VM_OP_MASK)) { in phpdbg_decode_input_op()
80 } else if (ZEND_VM_OP_THIS == (flags & ZEND_VM_OP_MASK)) { in phpdbg_decode_input_op()
82 } else if (ZEND_VM_OP_NEXT == (flags & ZEND_VM_OP_MASK)) { in phpdbg_decode_input_op()
84 } else if (ZEND_VM_OP_CLASS_FETCH == (flags & ZEND_VM_OP_MASK)) { in phpdbg_decode_input_op()
95 uint32_t flags = zend_get_opcode_flags(opline->opcode); in phpdbg_decode_opline() local
150 (!(PHPDBG_G(flags) & PHPDBG_IS_QUIET) || in phpdbg_print_opline_ex()
151 (PHPDBG_G(flags) & PHPDBG_IS_STEPPING) || in phpdbg_print_opline_ex()
[all …]
H A Dphpdbg_info.c30 #define PHPDBG_INFO_COMMAND_D(f, h, a, m, l, s, flags) \ argument
31 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[13], flags)
166 if (PHPDBG_G(flags) & PHPDBG_IN_SIGNAL_HANDLER) { in phpdbg_arm_auto_global()
349 if (PHPDBG_G(flags) & PHPDBG_IN_SIGNAL_HANDLER) { in PHPDBG_INFO()
H A Dphpdbg_out.c945 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_process_print()
952 if (PHPDBG_G(flags) & PHPDBG_IS_COLOURED) { in phpdbg_process_print()
962 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_process_print()
969 if (PHPDBG_G(flags) & PHPDBG_IS_COLOURED) { in phpdbg_process_print()
1003 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_process_print()
1040 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_process_print()
1089 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_vprint()
1107 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_vprint()
1137 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_free_err_buf()
1189 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_xml_internal()
[all …]
H A Dphpdbg_print.c29 #define PHPDBG_PRINT_COMMAND_D(f, h, a, m, l, s, flags) \ argument
30 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[8], flags)
108 if (!PHPDBG_G(ops) && !(PHPDBG_G(flags) & PHPDBG_IN_SIGNAL_HANDLER)) { in PHPDBG_PRINT()
H A Dphpdbg_set.c30 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
68 PHPDBG_G(flags) |= PHPDBG_HAS_PAGINATION; in PHPDBG_SET()
70 PHPDBG_G(flags) &= ~PHPDBG_HAS_PAGINATION; in PHPDBG_SET()
188 PHPDBG_G(flags) |= PHPDBG_IS_COLOURED; in PHPDBG_SET()
190 PHPDBG_G(flags) &= ~PHPDBG_IS_COLOURED; in PHPDBG_SET()
238 PHPDBG_G(flags) |= PHPDBG_IS_QUIET; in PHPDBG_SET()
240 PHPDBG_G(flags) &= ~PHPDBG_IS_QUIET; in PHPDBG_SET()
257 PHPDBG_G(flags) |= PHPDBG_STEP_OPCODE; in PHPDBG_SET()
259 PHPDBG_G(flags) &= ~PHPDBG_STEP_OPCODE; in PHPDBG_SET()
278 PHPDBG_G(flags) |= PHPDBG_SHOW_REFCOUNTS; in PHPDBG_SET()
[all …]
H A Dphpdbg_sigio_win32.c41 if (*swd->flags & PHPDBG_IS_INTERACTIVE) { in ZEND_EXTERN_MODULE_GLOBALS()
46 if (*swd->flags & PHPDBG_IS_SIGNALED) { in ZEND_EXTERN_MODULE_GLOBALS()
54 if (!(*swd->flags & PHPDBG_IS_INTERACTIVE)) { in ZEND_EXTERN_MODULE_GLOBALS()
55 *swd->flags |= PHPDBG_IS_SIGNALED; in ZEND_EXTERN_MODULE_GLOBALS()
75 PHPDBG_G(swd).flags = &PHPDBG_G(flags); in sigio_watcher_start()
H A Dphpdbg_sigio_win32.h28 uint64_t *flags; member
H A Dphpdbg_break.c31 #define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s, flags) \ argument
32 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[9], flags)
H A Dphpdbg_btree.c146 int phpdbg_btree_insert_or_update(phpdbg_btree *tree, zend_ulong idx, void *ptr, int flags) { in phpdbg_btree_insert_or_update() argument
158 if (!(flags & PHPDBG_BTREE_INSERT)) { in phpdbg_btree_insert_or_update()
171 } else if (!(flags & PHPDBG_BTREE_UPDATE)) { in phpdbg_btree_insert_or_update()
H A Dphpdbg_cmd.h105 zend_bool flags; /* General flags */ member
164 #define PHPDBG_COMMAND_D_EXP(name, tip, alias, handler, children, args, parent, flags) \ argument
165 {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, phpdbg_do_##handler, children, args, parent, flags}
167 #define PHPDBG_COMMAND_D_EX(name, tip, alias, handler, children, args, flags) \ argument
168 {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, phpdbg_do_##handler, children, args, NULL, flags}
170 #define PHPDBG_COMMAND_D(name, tip, alias, children, args, flags) \ argument
171 {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, phpdbg_do_##name, children, args, NULL, flags}
H A Dphpdbg_eol.c102 if ((PHPDBG_G(flags) & PHPDBG_IS_REMOTE) != PHPDBG_IS_REMOTE) { in phpdbg_eol_convert()
H A Dphpdbg.h321 uint64_t flags; /* phpdbg flags */ variable
H A Dphpdbg_btree.h62 int phpdbg_btree_insert_or_update(phpdbg_btree *tree, zend_ulong idx, void *ptr, int flags);
/PHP-7.4/sapi/cli/tests/
H A D006.phpt74 Parameter #3 [ <optional> $flags ]
84 Parameter #3 [ <optional> $flags ]
106 Parameter #5 [ <optional> $flags ]
116 Parameter #4 [ <optional> $flags ]
135 Parameter #3 [ <optional> $flags ]
150 Parameter #2 [ <optional> $flags ]
/PHP-7.4/sapi/fpm/fpm/events/
H A Depoll.c173 if (ev->flags & FPM_EV_EDGE) { in fpm_event_epoll_add()
201 if (ev->flags & FPM_EV_EDGE) { in fpm_event_epoll_remove()
H A Dkqueue.c162 int flags = EV_ADD; in fpm_event_kqueue_add() local
164 if (ev->flags & FPM_EV_EDGE) { in fpm_event_kqueue_add()
165 flags = flags | EV_CLEAR; in fpm_event_kqueue_add()
168 EV_SET(&k, ev->fd, EVFILT_READ, flags, 0, 0, (void *)ev); in fpm_event_kqueue_add()
187 int flags = EV_DELETE; in fpm_event_kqueue_remove() local
189 if (ev->flags & FPM_EV_EDGE) { in fpm_event_kqueue_remove()
190 flags = flags | EV_CLEAR; in fpm_event_kqueue_remove()
193 EV_SET(&k, ev->fd, EVFILT_READ, flags, 0, 0, (void *)ev); in fpm_event_kqueue_remove()
/PHP-7.4/main/streams/
H A Dglob_wrapper.c41 int flags; member
90 *pflags = pglob->flags; in _php_glob_stream_get_count()
139 …php_glob_stream_path_split(pglob, pglob->glob.gl_pathv[pglob->index++], pglob->flags & GLOB_APPEND… in php_glob_stream_read()
219 if (0 != (ret = glob(path, pglob->flags & GLOB_FLAGMASK, NULL, &pglob->glob))) { in php_glob_stream_opener()
242 pglob->flags |= GLOB_APPEND; in php_glob_stream_opener()

Completed in 97 milliseconds

12345678910>>...21