Home
last modified time | relevance | path

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

1234567

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c1118 static SLJIT_INLINE sljit_s32 emit_fmov_before_return(struct sljit_compiler *compiler, sljit_s32 op in emit_fmov_before_return() argument
1127 return sljit_emit_fop1(compiler, op, SLJIT_RETURN_FREG, 0, src, srcw); in emit_fmov_before_return()
1131 FAIL_IF(emit_sse2_store(compiler, op & SLJIT_32, SLJIT_MEM1(SLJIT_SP), 0, src)); in emit_fmov_before_return()
1140 *inst = (op & SLJIT_32) ? FLDS : FLDL; in emit_fmov_before_return()
/PHP-8.2/docs/
H A Doutput-api.md4 for every output handler op.
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd.h201 #define mysqlnd_set_server_option(conn, op) ((conn)->data)->m->set_server_option((conn)->data, (op)) argument
/PHP-8.2/ext/fileinfo/libmagic/
H A Dsoftmagic.c841 int32_t *op) in moffset() argument
967 *op = 0; in moffset()
988 *op = o; in moffset()
1625 int op; in mget() local
1626 switch (op = cvt_flip(m->in_type, flip)) { in mget()
1686 fprintf(stderr, "bad op=%d\n", op); in mget()
/PHP-8.2/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.c374 cur->op = (zend_op *) EX(opline); in phpdbg_print_opline()
/PHP-8.2/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-8.2/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-8.2/Zend/
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-8.2/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-8.2/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-8.2/ext/opcache/jit/
H A Dzend_jit.c255 if (p->op == ZEND_JIT_TRACE_VM) { in zend_jit_needs_call_chain()
309 } else if (p->op == ZEND_JIT_TRACE_ENTER || in zend_jit_needs_call_chain()
310 p->op == ZEND_JIT_TRACE_BACK || in zend_jit_needs_call_chain()
311 p->op == ZEND_JIT_TRACE_END) { in zend_jit_needs_call_chain()
1230 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
1235 switch (op) { in zend_jit_supported_binary_op()
/PHP-8.2/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-8.2/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h800 uint8_t op; /* Processing opcode */ member
H A Dpcre2_jit_compile.c615 #define OP1(op, dst, dstw, src, srcw) \ argument
616 sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
617 #define OP2(op, dst, dstw, src1, src1w, src2, src2w) \ argument
618 sljit_emit_op2(compiler, (op), (dst), (dstw), (src1), (src1w), (src2), (src2w))
619 #define OP2U(op, src1, src1w, src2, src2w) \ argument
620 sljit_emit_op2u(compiler, (op), (src1), (src1w), (src2), (src2w))
621 #define OP_SRC(op, src, srcw) \ argument
622 sljit_emit_op_src(compiler, (op), (src), (srcw))
637 #define OP_FLAGS(op, dst, dstw, type) \ argument
638 sljit_emit_op_flags(compiler, (op), (dst), (dstw), (type))
/PHP-8.2/main/streams/
H A Dstreams.c1449 int op = PHP_STREAM_SYNC_FSYNC; in _php_stream_sync() local
1451 op = PHP_STREAM_SYNC_FDSYNC; in _php_stream_sync()
1453 return php_stream_set_option(stream, PHP_STREAM_OPTION_SYNC_API, op, NULL); in _php_stream_sync()
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c591 zend_op *op = op_array->opcodes; in get_recv_op() local
592 zend_op *end = op + op_array->last; in get_recv_op()
595 while (op < end) { in get_recv_op()
596 if ((op->opcode == ZEND_RECV || op->opcode == ZEND_RECV_INIT in get_recv_op()
597 || op->opcode == ZEND_RECV_VARIADIC) && op->op1.num == offset) in get_recv_op()
599 return op; in get_recv_op()
601 ++op; in get_recv_op()
/PHP-8.2/ext/openssl/
H A Dxp_ssl.c2512 switch(cparam->op) { in php_openssl_sockop_set_option()
2530 switch(xparam->op) { in php_openssl_sockop_set_option()
2540 (xparam->op == STREAM_XPORT_OP_CONNECT_ASYNC && in php_openssl_sockop_set_option()
/PHP-8.2/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
/PHP-8.2/win32/build/
H A Dconfig.w32365 …"-Wno-logical-op-parentheses -Wno-msvc-include -Wno-invalid-source-encoding -Wno-unknown-pragmas "…
/PHP-8.2/ext/intl/tests/
H A Dgrapheme.phpt81 array( "a" . $char_a_ring_nfd . "bc" . $char_o_diaeresis_nfd . "opq", "op", 5 ),
215 array( "a" . $char_a_ring_nfd . "bc" . $char_o_diaeresis_nfd . "opq", "op", 5 ),
833 find "op" in "aa%CC%8Abco%CC%88opq" - grapheme_strpos = 5 == 5
915 find "op" in "aa%CC%8Abco%CC%88opq" - grapheme_strrpos = 5 == 5
H A Dgrapheme2.phpt81 array( "a" . $char_a_ring_nfd . "bc" . $char_o_diaeresis_nfd . "opq", "op", 5 ),
215 array( "a" . $char_a_ring_nfd . "bc" . $char_o_diaeresis_nfd . "opq", "op", 5 ),
821 find "op" in "aa%CC%8Abco%CC%88opq" - grapheme_strpos = 5 == 5
903 find "op" in "aa%CC%8Abco%CC%88opq" - grapheme_strrpos = 5 == 5
/PHP-8.2/ext/standard/
H A Darray.c6366 static void php_array_binop(INTERNAL_FUNCTION_PARAMETERS, const char *op_name, binary_op_type op, z… argument
6392 op(return_value, return_value, &dst);
6396 zend_result status = op(return_value, return_value, entry);
6404 op(return_value, return_value, &tmp);
6410 op(return_value, return_value, &tmp);

Completed in 171 milliseconds

1234567