/PHP-7.4/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 832 int32_t *op) in moffset()
|
/PHP-7.4/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 8275 int op = *scode; in is_anchored() local 8380 int op = *scode; in is_startline() local 8664 PCRE2_UCHAR op = *scode; in find_firstassertedcu() local
|
H A D | pcre2_jit_compile.c | 612 #define OP1(op, dst, dstw, src, srcw) \ argument 614 #define OP2(op, dst, dstw, src1, src1w, src2, src2w) \ argument 616 #define OP_SRC(op, src, srcw) \ argument 632 #define OP_FLAGS(op, dst, dstw, type) \ argument
|
H A D | pcre2_intmodedep.h | 796 uint8_t op; /* Processing opcode */ member
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg.c | 810 static int php_sapi_phpdbg_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_heade… in php_sapi_phpdbg_header_handler()
|
/PHP-7.4/Zend/ |
H A D | zend_compile.h | 30 #define SET_UNUSED(op) op ## _type = IS_UNUSED argument 82 znode_op op; member
|
H A D | zend_execute.c | 522 static inline ZEND_ATTRIBUTE_UNUSED zval *_get_obj_zval_ptr(int op_type, znode_op op, zend_free_op … in _get_obj_zval_ptr() 531 static inline ZEND_ATTRIBUTE_UNUSED zval *_get_obj_zval_ptr_undef(int op_type, znode_op op, zend_fr… in _get_obj_zval_ptr_undef() 4015 static void zend_swap_operands(zend_op *op) /* {{{ */ in zend_swap_operands()
|
H A D | zend_compile.c | 84 static void init_op(zend_op *op) in init_op() 621 #define LITERAL_STR(op, str) do { \ argument 7069 static inline void zend_ct_eval_unary_op(zval *result, uint32_t opcode, zval *op) /* {{{ */ in zend_ct_eval_unary_op() 7076 static inline zend_bool zend_try_ct_eval_unary_pm(zval *result, zend_ast_kind kind, zval *op) /* {{… in zend_try_ct_eval_unary_pm()
|
H A D | zend_vm_execute.h | 338 # define VM_TRACE(op) argument 349 #define HYBRID_CASE(op) op ## _LABEL argument 6635 zval *op, *jump_zv; in ZEND_SWITCH_LONG_SPEC_CONST_CONST_HANDLER() local 6664 zval *op, *jump_zv; in ZEND_SWITCH_STRING_SPEC_CONST_CONST_HANDLER() local 11815 zval *op, *jump_zv; in ZEND_SWITCH_LONG_SPEC_TMPVARCV_CONST_HANDLER() local 11844 zval *op, *jump_zv; in ZEND_SWITCH_STRING_SPEC_TMPVARCV_CONST_HANDLER() local 61067 ZEND_API void ZEND_FASTCALL zend_serialize_opcode_handler(zend_op *op) 61079 ZEND_API void ZEND_FASTCALL zend_deserialize_opcode_handler(zend_op *op) 61084 ZEND_API const void* ZEND_FASTCALL zend_get_opcode_handler_func(const zend_op *op) 61154 static const void *zend_vm_get_opcode_handler(zend_uchar opcode, const zend_op* op) [all …]
|
H A D | zend_inheritance.c | 619 zend_op *op = fptr->op_array.opcodes; in zend_get_function_declaration() local
|
H A D | zend_vm_def.h | 8551 zval *op, *jump_zv; variable 8580 zval *op, *jump_zv; variable
|
/PHP-7.4/ext/mysqlnd/ |
H A D | mysqlnd.h | 213 #define mysqlnd_set_server_option(conn, op) ((conn)->data)->m->set_server_option((conn)->data, (op)) argument
|
/PHP-7.4/ext/opcache/ |
H A D | ZendAccelerator.c | 4669 static int preload_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_headers_struc… in preload_header_handler()
|
/PHP-7.4/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeTILEGX-encoder.c | 9555 const struct tilegx_operand *op = in parse_insn_tilegx() local 10123 const struct tilegx_operand *op; in print_insn_tilegx() local
|
/PHP-7.4/ext/gd/libgd/ |
H A D | gd.c | 573 int op = -1; in gdImageColorResolveAlpha() local
|
/PHP-7.4/ext/reflection/ |
H A D | php_reflection.c | 575 zend_op *op = op_array->opcodes; in _get_recv_op() local
|