/PHP-7.4/ext/standard/ |
H A D | versioning.c | 209 char *v1, *v2, *op = NULL; in PHP_FUNCTION() local
|
H A D | scanf.c | 584 char op = 0; in php_sscanf_internal() local
|
H A D | info.c | 308 int op = VER_GREATER_EQUAL; in php_get_windows_name() local
|
/PHP-7.4/main/streams/ |
H A D | php_stream_transport.h | 135 } op; member 212 } op; member
|
/PHP-7.4/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativePPC_64.c | 145 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
|
H A D | sljitNativeMIPS_32.c | 69 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
|
H A D | sljitNativeMIPS_64.c | 160 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
|
H A D | sljitNativeX86_32.c | 289 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,… in sljit_emit_return()
|
H A D | sljitNativeX86_64.c | 303 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 D | zend_dump.c | 114 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 D | zend_ssa.c | 174 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 D | zend_optimizer.c | 810 #define GET_OP(op) CRT_CONSTANT_EX(op_array, opline, opline->op, rt_constants) in zend_optimizer_get_called_func() argument
|
H A D | zend_inference.c | 1926 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 D | zend_ini_parser.y | 49 static int get_int_val(zval *op) { in get_int_val()
|
/PHP-7.4/ext/com_dotnet/ |
H A D | com_variant.c | 540 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 D | SAPI.c | 632 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 D | php_output.h | 100 int op; member
|
/PHP-7.4/ext/pcre/pcre2lib/ |
H A D | pcre2_study.c | 139 PCRE2_UCHAR op, *cs, *ce; in find_minlength() local
|
/PHP-7.4/ext/fileinfo/libmagic/ |
H A D | funcs.c | 416 char *pbuf, *op, *np; in file_getbuffer() local
|
H A D | apprentice.c | 1654 int op) in parse_op_modifier() 1784 int op; in parse() local
|
/PHP-7.4/sapi/fpm/fpm/ |
H A D | fpm_sockets.c | 127 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 D | sapi_apache2.c | 83 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 D | phpdbg_utils.c | 738 const zend_op *op; in phpdbg_check_caught_ex() local
|
/PHP-7.4/sapi/cli/ |
H A D | php_cli.c | 389 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 D | zend_file_cache.c | 68 static int zend_file_cache_flock(int fd, int op) in zend_file_cache_flock()
|