Home
last modified time | relevance | path

Searched defs:op (Results 26 – 50 of 66) sorted by relevance

123

/PHP-7.4/ext/standard/
H A Dversioning.c209 char *v1, *v2, *op = NULL; in PHP_FUNCTION() local
H A Dscanf.c584 char op = 0; in php_sscanf_internal() local
H A Dinfo.c308 int op = VER_GREATER_EQUAL; in php_get_windows_name() local
/PHP-7.4/main/streams/
H A Dphp_stream_transport.h135 } op; member
212 } op; member
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_64.c145 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
H A DsljitNativeMIPS_32.c69 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
H A DsljitNativeMIPS_64.c160 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
H A DsljitNativeX86_32.c289 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,… in sljit_emit_return()
H A DsljitNativeX86_64.c303 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,… in sljit_emit_return()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dump.c114 static void zend_dump_unused_op(const zend_op *opline, znode_op op, uint32_t flags) { in zend_dump_unused_op()
633 zval *op = CRT_CONSTANT_EX(op_array, opline, opline->op2, (dump_flags & ZEND_DUMP_RT_CONSTANTS)); in zend_dump_op() local
H A Dzend_ssa.c174 zend_op *op = opline; in find_adjusted_tmp_var() local
1054 zend_ssa_op *op = ssa->ops + i; in zend_ssa_compute_use_def_chains() local
1152 int zend_ssa_unlink_use_chain(zend_ssa *ssa, int op, int var) /* {{{ */ in zend_ssa_unlink_use_chain()
H A Dzend_optimizer.c810 #define GET_OP(op) CRT_CONSTANT_EX(op_array, opline, opline->op, rt_constants) in zend_optimizer_get_called_func() argument
H A Dzend_inference.c1926 zend_ssa_op *op; in add_usages() local
4068 …zend_op *op = op_array->opcodes + info->ssa.vars[info->ssa.ops[opline - op_array->opcodes].op1_use… in is_recursive_tail_call() local
/PHP-7.4/Zend/
H A Dzend_ini_parser.y49 static int get_int_val(zval *op) { in get_int_val()
/PHP-7.4/ext/com_dotnet/
H A Dcom_variant.c540 static void variant_binary_operation(enum variant_binary_opcode op, INTERNAL_FUNCTION_PARAMETERS) /… in variant_binary_operation()
748 static void variant_unary_operation(enum variant_unary_opcode op, INTERNAL_FUNCTION_PARAMETERS) /* … in variant_unary_operation()
/PHP-7.4/main/
H A DSAPI.c632 static void sapi_header_add_op(sapi_header_op_enum op, sapi_header_struct *sapi_header) in sapi_header_add_op()
653 SAPI_API int sapi_header_op(sapi_header_op_enum op, void *arg) in sapi_header_op()
H A Dphp_output.h100 int op; member
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_study.c139 PCRE2_UCHAR op, *cs, *ce; in find_minlength() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfuncs.c416 char *pbuf, *op, *np; in file_getbuffer() local
H A Dapprentice.c1654 int op) in parse_op_modifier()
1784 int op; in parse() local
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_sockets.c127 static int fpm_sockets_hash_op(int sock, struct sockaddr *sa, char *key, int type, int op) /* {{{ */ in fpm_sockets_hash_op()
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c83 php_apache_sapi_header_handler(sapi_header_struct *sapi_header, sapi_header_op_enum op, sapi_header… in php_apache_sapi_header_handler()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_utils.c738 const zend_op *op; in phpdbg_check_caught_ex() local
/PHP-7.4/sapi/cli/
H A Dphp_cli.c389 static int sapi_cli_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_headers_stru… in sapi_cli_header_handler()
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c68 static int zend_file_cache_flock(int fd, int op) in zend_file_cache_flock()

Completed in 134 milliseconds

123