Home
last modified time | relevance | path

Searched refs:op (Results 126 – 150 of 158) sorted by relevance

1234567

/php-src/ext/gd/libgd/
H A Dgd.c543 int op = -1; in gdImageColorResolveAlpha() local
555 op = c; /* Save open slot */ in gdImageColorResolveAlpha()
580 if (op == -1) in gdImageColorResolveAlpha()
582 op = im->colorsTotal; in gdImageColorResolveAlpha()
583 if (op == gdMaxColors) in gdImageColorResolveAlpha()
589 im->red[op] = r; in gdImageColorResolveAlpha()
590 im->green[op] = g; in gdImageColorResolveAlpha()
591 im->blue[op] = b; in gdImageColorResolveAlpha()
592 im->alpha[op] = a; in gdImageColorResolveAlpha()
593 im->open[op] = 0; in gdImageColorResolveAlpha()
[all …]
/php-src/Zend/
H A Dzend_vm_execute.h362 #define HYBRID_CASE(op) op ## _LABEL argument
7965 op = Z_REFVAL_P(op); in ZEND_MATCH_SPEC_CONST_CONST_HANDLER()
13195 op = Z_REFVAL_P(op); in ZEND_MATCH_SPEC_TMPVARCV_CONST_HANDLER()
66681 if (op->op1_type < op->op2_type) {
66739 if (op->op1_type < op->op2_type) {
66760 if (op->op1_type < op->op2_type) {
66778 if (op->op1_type < op->op2_type) {
66796 if (op->op1_type < op->op2_type) {
66812 if (op->op1_type < op->op2_type) {
66891 if (OP_JMP_ADDR(op, op->op1) > op) {
[all …]
H A DZend.m4216 AX_CHECK_COMPILE_FLAG([-Wlogical-op], CFLAGS="-Wlogical-op $CFLAGS", , [-Werror])
H A Dzend_inheritance.c937 zend_op *op = fptr->op_array.opcodes; in zend_get_function_declaration() local
938 zend_op *end = op + fptr->op_array.last; in zend_get_function_declaration()
941 while (op < end) { in zend_get_function_declaration()
942 if ((op->opcode == ZEND_RECV || op->opcode == ZEND_RECV_INIT) in zend_get_function_declaration()
943 && op->op1.num == (zend_ulong)idx) in zend_get_function_declaration()
945 precv = op; in zend_get_function_declaration()
947 ++op; in zend_get_function_declaration()
H A Dzend_ast.h293 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_list_add(zend_ast *list, zend_ast *op);
H A Dzend_execute_API.c568 const zend_op *op = EX(opline); in zend_active_function_ex() local
569 if (ZEND_OP_IS_FRAMELESS_ICALL(op->opcode)) { in zend_active_function_ex()
570 func = ZEND_FLF_FUNC(op); in zend_active_function_ex()
/php-src/ext/opcache/jit/ir/
H A Dir_gdb.c400 #define DLNE(op, s) (DB(DW_LNS_extended_op), DUV(1+(s)), DB((op))) argument
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c1841 int op) in parse_op_modifier() argument
1848 m->mask_op |= op; in parse_op_modifier()
1974 int op; in parse() local
2149 if ((op = get_op(*l)) != -1) { in parse()
2150 m->in_op |= op; in parse()
2260 if ((op = get_op(*l)) != -1) { in parse()
2264 if (op != FILE_OPDIVIDE) { in parse()
2279 parse_op_modifier(ms, m, &l, op); in parse()
H A Dsoftmagic.c844 int32_t *op) in moffset() argument
970 *op = 0; in moffset()
991 *op = o; in moffset()
1646 int op; in mget() local
1647 switch (op = cvt_flip(m->in_type, flip)) { in mget()
1707 fprintf(stderr, "bad op=%d\n", op); in mget()
/php-src/docs-old/
H A Doutput-api.md4 for every output handler op.
/php-src/ext/mysqlnd/
H A Dmysqlnd.h203 #define mysqlnd_set_server_option(conn, op) ((conn)->data)->m->set_server_option((conn)->data, (op)) argument
/php-src/sapi/phpdbg/
H A Dphpdbg.c664 insert_idx = cur->op - cur->opcodes; in PHP_FUNCTION()
666 if (phpdbg_is_ignored_opcode(cur->op->opcode)) { in PHP_FUNCTION()
670 insert_idx = cur->op->lineno; in PHP_FUNCTION()
719 static int php_sapi_phpdbg_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_heade… in php_sapi_phpdbg_header_handler() argument
H A Dphpdbg_print.c372 cur->op = (zend_op *) EX(opline); in phpdbg_print_opline()
/php-src/Zend/tests/
H A Doperator_unsupported_types.phpt46 eval("return $value1 $op $value2;");
47 echo "No error for $value1 $op $value2\n";
56 eval("\$x $op= $value2;");
57 echo "No error for $value1 $op= $value2\n";
67 foreach ($binops as $op) {
70 evalBinOp($op, $illegalValue1, $illegalValue2);
75 evalBinOp($op, $illegalValue, $legalValue);
76 evalBinOp($op, $legalValue, $illegalValue);
82 foreach ($binops as $op) {
83 if ($op === 'xor') continue;
[all …]
/php-src/ext/standard/tests/versioning/
H A Dversion_compare.phpt28 foreach ($operators as $op) {
31 $test = version_compare($v1, $v2, $op) ? "true" : "false";
32 printf("%7s %2s %-7s : %s\n", $v1, $op, $v2, $test);
/php-src/ext/iconv/
H A Diconv.c305 if (output_context->op & PHP_OUTPUT_HANDLER_START) { in php_iconv_output_handler()
322 … && (!(output_context->op & PHP_OUTPUT_HANDLER_CLEAN) || ((output_context->op & PHP_OUTPUT_HANDLER… in php_iconv_output_handler()
/php-src/ext/opcache/
H A Dzend_file_cache.c75 static int zend_file_cache_flock(int fd, int op) in zend_file_cache_flock() argument
78 if (op == LOCK_EX) { in zend_file_cache_flock()
83 } else if (op == LOCK_SH) { in zend_file_cache_flock()
88 } else if (op == LOCK_UN) { in zend_file_cache_flock()
/php-src/ext/opcache/jit/
H A Dzend_jit.c260 if (p->op == ZEND_JIT_TRACE_VM) { in zend_jit_needs_call_chain()
314 } else if (p->op == ZEND_JIT_TRACE_ENTER || in zend_jit_needs_call_chain()
315 p->op == ZEND_JIT_TRACE_BACK || in zend_jit_needs_call_chain()
316 p->op == ZEND_JIT_TRACE_END) { in zend_jit_needs_call_chain()
1235 static bool zend_jit_supported_binary_op(uint8_t op, uint32_t op1_info, uint32_t op2_info) in zend_jit_supported_binary_op() argument
1240 switch (op) { in zend_jit_supported_binary_op()
/php-src/ext/tidy/
H A Dtidy.c962 …if (TG(clean_output) && (output_context->op & PHP_OUTPUT_HANDLER_START) && (output_context->op & P… in php_tidy_output_handler()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h803 uint8_t op; /* Processing opcode */ member
/php-src/main/streams/
H A Dstreams.c1460 int op = PHP_STREAM_SYNC_FSYNC; in _php_stream_sync() local
1462 op = PHP_STREAM_SYNC_FDSYNC; in _php_stream_sync()
1464 return php_stream_set_option(stream, PHP_STREAM_OPTION_SYNC_API, op, NULL); in _php_stream_sync()
/php-src/ext/reflection/
H A Dphp_reflection.c624 zend_op *op = op_array->opcodes; in get_recv_op() local
625 zend_op *end = op + op_array->last; in get_recv_op()
628 while (op < end) { in get_recv_op()
629 if ((op->opcode == ZEND_RECV || op->opcode == ZEND_RECV_INIT in get_recv_op()
630 || op->opcode == ZEND_RECV_VARIADIC) && op->op1.num == offset) in get_recv_op()
632 return op; in get_recv_op()
634 ++op; in get_recv_op()
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst101 no-op. If it does not, using the macro on these values is undefined behavior.
/php-src/ext/openssl/
H A Dxp_ssl.c2599 switch(cparam->op) { in php_openssl_sockop_set_option()
2617 switch(xparam->op) { in php_openssl_sockop_set_option()
2627 (xparam->op == STREAM_XPORT_OP_CONNECT_ASYNC && in php_openssl_sockop_set_option()
/php-src/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() argument

Completed in 342 milliseconds

1234567