Skip to content

Instantly share code, notes, and snippets.

@cmb69
Created May 28, 2020 14:42
Show Gist options
  • Save cmb69/5e724d2b81ae7b940703ff1ee091d2d6 to your computer and use it in GitHub Desktop.
Save cmb69/5e724d2b81ae7b940703ff1ee091d2d6 to your computer and use it in GitHub Desktop.
PSV-Studio results without V1031,V614,V616,V1042,V647
===============General Analysis (GA)===============
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\com_dotnet\com_typeinfo.c (102): error V595: The 'disp' pointer was utilized before it was verified against nullptr. Check lines: 102, 109.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\com_dotnet\com_typeinfo.c (499): error V745: It is unsafe to interpret 'wchar_t **' type as 'BSTR *'. Strings of 'wchar_t *' and BSTR types possess distinct internal structures.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\com_dotnet\com_typeinfo.c (501): error V745: A 'wchar_t *' type string is incorrectly converted to 'BSTR' type string. Consider using 'SysAllocString' function.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\com_dotnet\com_typeinfo.c (528): error V745: It is unsafe to interpret 'wchar_t **' type as 'BSTR *'. Strings of 'wchar_t *' and BSTR types possess distinct internal structures.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\com_dotnet\com_typeinfo.c (530): error V745: A 'wchar_t *' type string is incorrectly converted to 'BSTR' type string. Consider using 'SysAllocString' function.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\com_dotnet\com_typeinfo.c (556): error V745: It is unsafe to interpret 'wchar_t **' type as 'BSTR *'. Strings of 'wchar_t *' and BSTR types possess distinct internal structures.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\com_dotnet\com_typeinfo.c (559): error V745: A 'wchar_t *' type string is incorrectly converted to 'BSTR' type string. Consider using 'SysAllocString' function.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\com_dotnet\com_typeinfo.c (610): error V745: It is unsafe to interpret 'wchar_t **' type as 'BSTR *'. Strings of 'wchar_t *' and BSTR types possess distinct internal structures.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\com_dotnet\com_typeinfo.c (613): error V745: A 'wchar_t *' type string is incorrectly converted to 'BSTR' type string. Consider using 'SysAllocString' function.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\com_dotnet\com_variant.c (92): error V530: The return value of function 'SafeArrayUnlock' is required to be utilized.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\curl\curl_file.c (150): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\curl\curl_file.c (147): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\curl\curl_file.c (148): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\date\php_date.c (552): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\date\php_date.c (561): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\date\php_date.c (566): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\date\php_date.c (565): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\date\php_date.c (564): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\date\php_date.c (516): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\date\php_date.c (493): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\date\php_date.c (563): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\date\php_date.c (539): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\date\php_date.c (487): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\dom\userdatahandler.c (37): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ffi\ffi.c (588): error V629: Consider inspecting the '(* p & mask) << insert_pos' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ffi\ffi.c (606): error V610: Undefined behavior. Check the shift operator '<<'. The right operand ('shift' = [1..64]) is greater than or equal to the length in bits of the promoted left operand.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ffi\ffi.c (606): error V610: Undefined behavior. Check the shift operator '>>'. The right operand ('shift' = [1..64]) is greater than or equal to the length in bits of the promoted left operand.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ffi\ffi.c (605): error V547: Expression 'shift != 0' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ffi\ffi.c (5548): error V595: The 'enum_type' pointer was utilized before it was verified against nullptr. Check lines: 5548, 5550.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ffi\ffi.c (7432): error V547: Expression 'str[3] >= '0' || str[3] <= '7'' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ffi\ffi.c (580): error V629: Consider inspecting the '* p ++ << insert_pos' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ffi\ffi.c (7430): error V547: Expression 'str[2] >= '0' || str[2] <= '7'' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\fileinfo\libmagic\apprentice.c (1367): error V595: The 'mset[j].me' pointer was utilized before it was verified against nullptr. Check lines: 1367, 1369.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\fileinfo\libmagic\funcs.c (104): error V595: The 'buf' pointer was utilized before it was verified against nullptr. Check lines: 104, 108.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\fileinfo\libmagic\softmagic.c (1903): error V763: Parameter 'flags' is always rewritten in function body before being used.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\filter\sanitizing_filters.c (72): error V512: A call of the 'memset' function will lead to underflow of the buffer 'tmp'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\filter\sanitizing_filters.c (200): error V512: A call of the 'memset' function will lead to underflow of the buffer 'enc'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\filter\sanitizing_filters.c (245): error V512: A call of the 'memset' function will lead to underflow of the buffer 'enc'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\filter\sanitizing_filters.c (285): error V512: A call of the 'memset' function will lead to underflow of the buffer 'enc'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\gd.c (4798): error V674: The '0.5f' literal of the 'float' type is assigned to a variable of the '__int64' type. Consider inspecting the '= 0.5f' expression.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\gd_ctx.c (60): error V595: The 'ctx' pointer was utilized before it was verified against nullptr. Check lines: 60, 62.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\gd_ctx.c (72): error V595: The 'ctx' pointer was utilized before it was verified against nullptr. Check lines: 72, 74.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd.c (2022): error V763: Parameter 'nc' is always rewritten in function body before being used.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_filter.c (241): error V595: The 'src' pointer was utilized before it was verified against nullptr. Check lines: 241, 243.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_filter.c (156): error V595: The 'src' pointer was utilized before it was verified against nullptr. Check lines: 156, 158.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_filter.c (194): error V595: The 'src' pointer was utilized before it was verified against nullptr. Check lines: 194, 196.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_gd2.c (372): error V595: The 'chunkBuf' pointer was utilized before it was verified against nullptr. Check lines: 372, 383.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_gd2.c (599): error V595: The 'chunkBuf' pointer was utilized before it was verified against nullptr. Check lines: 599, 616.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_gif_in.c (310): error V512: A call of the 'memset' function will lead to underflow of the buffer 'buf'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_interpolation.c (2148): error V595: The 'src' pointer was utilized before it was verified against nullptr. Check lines: 2148, 2162.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_topal.c (1544): error V595: The 'cquantize->fserrors' pointer was utilized before it was verified against nullptr. Check lines: 1544, 1545.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_topal.c (1656): error V595: The 'cquantize->histogram' pointer was utilized before it was verified against nullptr. Check lines: 1656, 1659.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_topal.c (1638): error V595: The 'nim->pixels' pointer was utilized before it was verified against nullptr. Check lines: 1638, 1641.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\hash\hash_tiger.c (150): error V512: A call of the 'memset' function will lead to underflow of the buffer 'context->buffer'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\iconv\iconv.c (1112): error V595: The 'ndl_buf' pointer was utilized before it was verified against nullptr. Check lines: 1112, 1118.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\iconv\iconv.c (2715): error V575: The 'memmove' function processes '0' elements. Inspect the third argument.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\intl\calendar\calendar_class.cpp (199): error V523: The 'then' statement is equivalent to the 'else' statement.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\intl\calendar\calendar_methods.cpp (833): error V724: Converting type 'int' to type 'UBool' can lead to a loss of high-order bits. Non-zero value can become 'FALSE'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\intl\calendar\gregoriancalendar_methods.cpp (203): error V522: Dereferencing of the null pointer 'gcal' might take place.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\intl\timezone\timezone_class.cpp (107): error V595: The 'ret' pointer was utilized before it was verified against nullptr. Check lines: 107, 116.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\intl\timezone\timezone_class.cpp (335): error V1028: Possible overflow. Consider casting operands of the 'rawOffset + dstOffset' operator to the 'zend_long' type, not the result.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\intl\uchar\uchar.c (201): error V507: Pointer to local array 'args' is stored outside the scope of this array. Such a pointer will become invalid.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\intl\uchar\uchar.c (315): error V507: Pointer to local array 'args' is stored outside the scope of this array. Such a pointer will become invalid.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\json\json_parser.tab.c (1711): error V547: Expression '0 < yyn' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\json\json_scanner.c (1060): error V569: Truncation of constant value -17. The value range of unsigned char type: [0, 255].
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\json\json_scanner.c (1061): error V569: Truncation of constant value -65. The value range of unsigned char type: [0, 255].
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\json\json_scanner.c (1062): error V569: Truncation of constant value -67. The value range of unsigned char type: [0, 255].
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\json\json_scanner.c (87): error V610: Undefined behavior. Check the shift operator '<<'. The left operand is negative ('php_json_hex_to_int(* (pc --))' = [-1..15]).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\libxml\libxml.c (616): error V507: Pointer to local array 'params' is stored outside the scope of this array. Such a pointer will become invalid.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_euc_jp_win.c (313): error V517: The use of 'if (A) {...} else if (A) {...}' pattern was detected. There is a probability of logical error presence. Check lines: 313, 325.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_iso8859_10.c (89): error V547: Expression 's <= 0' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_iso8859_13.c (89): error V547: Expression 's <= 0' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_iso8859_14.c (89): error V547: Expression 's <= 0' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_iso8859_15.c (89): error V547: Expression 's <= 0' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_iso8859_16.c (89): error V547: Expression 's <= 0' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_iso8859_2.c (90): error V547: Expression 's <= 0' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_iso8859_4.c (88): error V547: Expression 's <= 0' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_iso8859_5.c (90): error V547: Expression 's <= 0' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_iso8859_9.c (89): error V547: Expression 's <= 0' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_sjis_2004.c (698): error V547: Expression '(filter->status & 0xff00) != 0x200' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_utf7.c (148): error V610: Undefined behavior. Check the shift operator '<<'. The left operand is negative ('n' = [-1..63]).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_utf7.c (156): error V610: Unspecified behavior. Check the shift operator '>>'. The left operand is negative ('n' = [-1..63]).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_utf7.c (180): error V610: Undefined behavior. Check the shift operator '<<'. The left operand is negative ('n' = [-1..63]).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_utf7.c (184): error V610: Undefined behavior. Check the shift operator '<<'. The left operand is negative ('n' = [-1..63]).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_utf7.c (188): error V610: Unspecified behavior. Check the shift operator '>>'. The left operand is negative ('n' = [-1..63]).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_utf7.c (212): error V610: Undefined behavior. Check the shift operator '<<'. The left operand is negative ('n' = [-1..63]).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_utf7.c (152): error V610: Undefined behavior. Check the shift operator '<<'. The left operand is negative ('n' = [-1..63]).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_utf7imap.c (129): error V610: Unspecified behavior. Check the shift operator '>>'. The left operand is negative ('n' = [-1..63]).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_utf7imap.c (125): error V610: Undefined behavior. Check the shift operator '<<'. The left operand is negative ('n' = [-1..63]).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_utf7imap.c (121): error V610: Undefined behavior. Check the shift operator '<<'. The left operand is negative ('n' = [-1..63]).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_utf7imap.c (157): error V610: Undefined behavior. Check the shift operator '<<'. The left operand is negative ('n' = [-1..63]).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_utf7imap.c (161): error V610: Unspecified behavior. Check the shift operator '>>'. The left operand is negative ('n' = [-1..63]).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_utf7imap.c (185): error V610: Undefined behavior. Check the shift operator '<<'. The left operand is negative ('n' = [-1..63]).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_utf7imap.c (153): error V610: Undefined behavior. Check the shift operator '<<'. The left operand is negative ('n' = [-1..63]).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\mbfl\mbfilter.c (1749): error V547: Expression 'pc.status != 0' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\mbfl\mbfilter.c (2099): error V523: The 'then' statement is equivalent to the 'else' statement.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\mb_gpc.c (318): error V595: The 'len_list' pointer was utilized before it was verified against nullptr. Check lines: 318, 343.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\mb_gpc.c (317): error V595: The 'val_list' pointer was utilized before it was verified against nullptr. Check lines: 317, 340.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\mbstring.c (1016): error V510: The 'onig_error_code_to_str' function is not expected to receive class-type variable as third actual argument.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\mbstring.c (727): error V781: The value of the 'value_length' index is checked after it was used. Perhaps there is a mistake in program logic.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqli\mysqli_fe.c (605): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqli\mysqli_fe.c (532): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqli\mysqli_fe.c (630): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqli\mysqli_nonapi.c (745): error V768: The enumeration constant 'MYSQLI_STATUS_VALID' is used as a variable of a Boolean-type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqli\mysqli_nonapi.c (781): error V1051: Consider checking for misprints. It's possible that the 'mysql' should be checked here.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqli\mysqli_nonapi.c (813): error V1051: Consider checking for misprints. It's possible that the 'mysql' should be checked here.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqli\mysqli_nonapi.c (110): error V768: The enumeration constant 'MYSQLI_STATUS_INITIALIZED' is used as a variable of a Boolean-type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqli\mysqli_prop.c (282): error V595: The 'p' pointer was utilized before it was verified against nullptr. Check lines: 282, 283.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqli\mysqli_result_iterator.c (102): error V768: The enumeration constant 'MYSQLI_STATUS_VALID' is used as a variable of a Boolean-type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqli\mysqli_result_iterator.c (119): error V768: The enumeration constant 'MYSQLI_STATUS_VALID' is used as a variable of a Boolean-type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_connection.c (606): error V595: The 'conn' pointer was utilized before it was verified against nullptr. Check lines: 606, 616.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_driver.c (166): error V595: The 'to_be_cloned' pointer was utilized before it was verified against nullptr. Check lines: 166, 167.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_ps.c (1215): error V547: Expression 'ret == PASS' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_ps.c (96): error V517: The use of 'if (A) {...} else if (A) {...}' pattern was detected. There is a probability of logical error presence. Check lines: 96, 114.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_result.c (253): error V646: Consider inspecting the application's logic. It's possible that 'else' keyword is missing.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_dump.c (450): error V576: Incorrect format. Consider checking the third actual argument of the 'fprintf' function. The pointer to string of char type symbols is expected.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_ssa.c (1497): error V781: The value of the 'new' variable is checked after it was used. Perhaps there is a mistake in program logic. Check lines: 1497, 1501.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_ssa.c (1496): error V781: The value of the 'old' variable is checked after it was used. Perhaps there is a mistake in program logic. Check lines: 1496, 1501.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\openssl\xp_ssl.c (2391): error V512: A call of the 'memcpy' function will lead to underflow of the buffer 'sock'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\openssl\xp_ssl.c (2285): error V595: The 'sslsock->ssl_handle' pointer was utilized before it was verified against nullptr. Check lines: 2285, 2288.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (11714): error V512: A call of the 'memset' function will lead to overflow of the buffer 'backtrack'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (11456): error V512: A call of the 'memset' function will lead to overflow of the buffer 'backtrack'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (10859): error V512: A call of the 'memset' function will lead to overflow of the buffer 'backtrack'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (10425): error V512: A call of the 'memset' function will lead to overflow of the buffer 'backtrack'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (6874): error V547: Expression 'char2_reg == (13 - 1)' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (9049): error V512: A call of the 'memset' function will lead to overflow of the buffer 'backtrack'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (8846): error V512: A call of the 'memset' function will lead to overflow of the buffer 'backtrack'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (6871): error V547: Expression 'opt_type == 2' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (6825): error V547: Expression 'opt_type == 1' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (11786): error V512: A call of the 'memset' function will lead to overflow of the buffer 'backtrack'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (11681): error V512: A call of the 'memset' function will lead to overflow of the buffer 'backtrack'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (6861): error V547: Expression 'opt_type == 0' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (2073): error V547: Expression is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (2102): error V547: Expression is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (11676): error V512: A call of the 'memset' function will lead to overflow of the buffer 'backtrack'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (6728): error V547: Expression 'char1_reg == (13)' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (6831): error V547: Expression 'opt_type == 2' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (6777): error V547: Expression 'char1_reg == (13)' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (3138): error V547: Expression 'arguments_reg != (13 - 4)' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (6817): error V547: Expression 'char2_reg == (13 - 1)' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_match.c (6095): error V507: Pointer to local array 'stack_frames_vector' is stored outside the scope of this array. Such a pointer will become invalid.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_substitute.c (346): error V781: The value of the 'start_offset' index is checked after it was used. Perhaps there is a mistake in program logic.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\sljit\sljitNativeX86_64.c (472): error V547: Expression 'freg_map[b] >= 8' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\sljit\sljitNativeX86_64.c (250): error V569: Truncation of constant value -19. The value range of unsigned char type: [0, 255].
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\sljit\sljitNativeX86_64.c (503): error V547: Expression 'freg_map[a] >= 8' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\sljit\sljitNativeX86_common.c (2607): error V547: Expression 'reg_map[(13 + 2)] <= 7' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\sljit\sljitNativeX86_common.c (2611): error V547: Expression 'reg_map[(13 + 2)] <= 7' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pdo\pdo_dbh.c (102): error V595: The 'dbh' pointer was utilized before it was verified against nullptr. Check lines: 102, 109.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pdo\pdo_dbh.c (149): error V595: The 'message' pointer was utilized before it was verified against nullptr. Check lines: 149, 170.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pdo\pdo_dbh.c (1224): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pdo\pdo_dbh.c (42): error V595: The 'dbh' pointer was utilized before it was verified against nullptr. Check lines: 42, 46.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pdo_firebird\firebird_driver.c (209): error V781: The value of the 'i' index is checked after it was used. Perhaps there is a mistake in program logic.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pdo_firebird\firebird_statement.c (139): error V781: The value of the 'i' index is checked after it was used. Perhaps there is a mistake in program logic.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pdo_firebird\firebird_statement.c (439): error V517: The use of 'if (A) {...} else if (A) {...}' pattern was detected. There is a probability of logical error presence. Check lines: 439, 443.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pdo_sqlite\sqlite_driver.c (496): error V507: Pointer to local array 'zargs' is stored outside the scope of this array. Such a pointer will become invalid.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pdo_sqlite\sqlite_driver.c (380): error V595: The 'argv' pointer was utilized before it was verified against nullptr. Check lines: 380, 402.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\phar.c (2745): error V595: The 'error' pointer was utilized before it was verified against nullptr. Check lines: 2745, 2756.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\phar.c (2379): error V512: A call of the 'memcpy' function will lead to underflow of the buffer '& desc'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\phar.c (2379): error V512: A call of the 'memcpy' function will lead to overflow of the buffer '& (local.crc32)'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\phar.c (2376): error V512: A call of the 'memcpy' function will lead to the '& (desc.crc32)' buffer becoming out of range.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\phar.c (2376): error V512: A call of the 'memcpy' function will lead to overflow of the buffer '& (local.crc32)'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\phar.c (1605): error V512: A call of the 'memset' function will lead to underflow of the buffer 'buffer'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\zip.c (80): error V523: The 'then' statement is equivalent to the 'else' statement.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\simplexml\simplexml.c (558): error V595: The 'member' pointer was utilized before it was verified against nullptr. Check lines: 558, 570.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\simplexml\simplexml.c (300): error V595: The 'member' pointer was utilized before it was verified against nullptr. Check lines: 300, 324.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\snmp\snmp.c (1052): error V568: It's odd that 'sizeof()' operator evaluates the size of a pointer to a class, but not the size of the 'oid' class object.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\snmp\snmp.c (1052): error V706: Suspicious division: sizeof (objid_mib) / sizeof (oid). Size of every element in 'objid_mib' array does not equal to divisor.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_http.c (1445): error V595: The 'http_buf' pointer was utilized before it was verified against nullptr. Check lines: 1445, 1462.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_packet_soap.c (300): error V595: The 'param' pointer was utilized before it was verified against nullptr. Check lines: 300, 325.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_schema.c (1095): error V595: The 'type' pointer was utilized before it was verified against nullptr. Check lines: 1095, 1102.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_schema.c (2005): error V595: The 'group_name' pointer was utilized before it was verified against nullptr. Check lines: 2005, 2008.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_schema.c (1765): error V595: The 'attr_name' pointer was utilized before it was verified against nullptr. Check lines: 1765, 1768.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_schema.c (1616): error V517: The use of 'if (A) {...} else if (A) {...}' pattern was detected. There is a probability of logical error presence. Check lines: 1616, 1618.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (1585): error V575: The 'strncmp' function processes '0' elements. Inspect the third argument.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (2897): error V568: It's odd that 'sizeof()' operator evaluates the size of a pointer to a class, but not the size of the 'pfunc->binding' class object.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (2307): error V568: It's odd that 'sizeof()' operator evaluates the size of a pointer to a class, but not the size of the 'tmp->binding' class object.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (1775): error V595: The 'functions' pointer was utilized before it was verified against nullptr. Check lines: 1775, 1780.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\sodium\sodium_pwhash.c (54): error V590: Consider inspecting this expression. The expression is excessive or contains a misprint.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\spl\spl_directory.c (1959): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\spl\spl_heap.c (1210): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\crypt_blowfish.c (696): error V610: Undefined behavior. Check the shift operator '<<'. The right operand ('....' = [0..39]) is greater than or equal to the length in bits of the promoted left operand.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\crypt_sha256.c (279): error V512: A call of the 'memcpy' function will lead to underflow of the buffer 'ctx->buffer'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\crypt_sha512.c (309): error V512: A call of the 'memcpy' function will lead to underflow of the buffer 'ctx->buffer'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\file.c (1346): error V569: Truncation of constant value 511. The value range of signed char type: [-128, 127].
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\filters.c (841): error V595: The 'inst->lbchars' pointer was utilized before it was verified against nullptr. Check lines: 841, 846.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\filters.c (1563): error V575: The 'memmove' function processes '0' elements. Inspect the third argument.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\image.c (254): error V595: The 'buf' pointer was utilized before it was verified against nullptr. Check lines: 254, 257.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\info.c (689): error V595: The 'winver' pointer was utilized before it was verified against nullptr. Check lines: 689, 696.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\info.c (918): error V571: Recurring check. The 'if (!sapi_module.phpinfo_as_text)' condition was already verified in line 915.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\info.c (1010): error V571: Recurring check. The 'if (!sapi_module.phpinfo_as_text)' condition was already verified in line 1009.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\mail.c (253): error V696: The 'continue' operator will terminate 'do { ... } while (FALSE)' loop because the condition is always false. Check lines: 253, 253.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\mail.c (205): error V696: The 'continue' operator will terminate 'do { ... } while (FALSE)' loop because the condition is always false. Check lines: 205, 205.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\mail.c (212): error V696: The 'continue' operator will terminate 'do { ... } while (FALSE)' loop because the condition is always false. Check lines: 212, 212.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\mail.c (219): error V696: The 'continue' operator will terminate 'do { ... } while (FALSE)' loop because the condition is always false. Check lines: 219, 219.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\mail.c (230): error V696: The 'continue' operator will terminate 'do { ... } while (FALSE)' loop because the condition is always false. Check lines: 230, 230.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\mail.c (237): error V696: The 'continue' operator will terminate 'do { ... } while (FALSE)' loop because the condition is always false. Check lines: 237, 237.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\mail.c (244): error V696: The 'continue' operator will terminate 'do { ... } while (FALSE)' loop because the condition is always false. Check lines: 244, 244.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\mail.c (246): error V696: The 'continue' operator will terminate 'do { ... } while (FALSE)' loop because the condition is always false. Check lines: 246, 246.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\mail.c (198): error V696: The 'continue' operator will terminate 'do { ... } while (FALSE)' loop because the condition is always false. Check lines: 198, 198.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\metaphone.c (304): error V754: The expression of 'toupper(toupper(....))' pattern is excessive or contains an error.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\metaphone.c (287): error V781: The value of the 'w_idx' index is checked after it was used. Perhaps there is a mistake in program logic.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\metaphone.c (267): error V547: Expression '(toupper(word[w_idx])) != '\0'' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\metaphone.c (368): error V754: The expression of 'toupper(toupper(....))' pattern is excessive or contains an error.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\metaphone.c (201): error V547: Expression '(toupper(word[w_idx])) == '\0'' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\metaphone.c (129): error V781: The value of the 'idx' index is checked after it was used. Perhaps there is a mistake in program logic.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\metaphone.c (236): error V754: The expression of 'toupper(toupper(....))' pattern is excessive or contains an error.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\metaphone.c (305): error V547: Expression '(toupper(word[w_idx + 1])) != '\0'' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\metaphone.c (316): error V547: Expression '(toupper(word[w_idx + 1])) != '\0'' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\metaphone.c (444): error V754: The expression of 'toupper(toupper(....))' pattern is excessive or contains an error.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\metaphone.c (434): error V754: The expression of 'toupper(toupper(....))' pattern is excessive or contains an error.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\metaphone.c (424): error V547: Expression '(toupper(word[w_idx + 1])) != '\0'' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\metaphone.c (419): error V547: Expression '(toupper(word[w_idx + 1])) != '\0'' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\metaphone.c (418): error V547: Expression '(toupper(word[w_idx + 1])) != '\0'' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\metaphone.c (331): error V547: Expression '(toupper(word[w_idx + 1])) != '\0'' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\metaphone.c (353): error V547: Expression '(toupper(word[w_idx + 1])) != '\0'' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\metaphone.c (354): error V547: Expression '(toupper(word[w_idx + 1])) != '\0'' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\metaphone.c (400): error V547: Expression '(toupper(word[w_idx + 1])) != '\0'' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\metaphone.c (399): error V547: Expression '(toupper(word[w_idx + 1])) != '\0'' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\metaphone.c (359): error V754: The expression of 'toupper(toupper(....))' pattern is excessive or contains an error.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\password.c (317): error V595: The 'hash' pointer was utilized before it was verified against nullptr. Check lines: 317, 318.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\password.c (279): error V512: A call of the 'sprintf' function will lead to overflow of the buffer '(hash)->val'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\password.c (390): error V547: Expression is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\url_scanner_ex.re (701): error V547: Expression '(url_state->url_app.s)->len == 0' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\var.c (888): error V595: The 'key' pointer was utilized before it was verified against nullptr. Check lines: 888, 892.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\tidy\tidy.c (462): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\tidy\tidy.c (479): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\tidy\tidy.c (568): error V724: Converting type 'zend_long' to type 'Bool' can lead to a loss of high-order bits. Non-zero value can become 'FALSE'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\tidy\tidy.c (480): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\tidy\tidy.c (456): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\tidy\tidy.c (478): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\tidy\tidy.c (477): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\tidy\tidy.c (476): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\tidy\tidy.c (475): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\tidy\tidy.c (627): error V571: Recurring check. The 'if (config)' condition was already verified in line 626.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\tidy\tidy.c (474): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\tidy\tidy.c (472): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\tidy\tidy.c (471): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\tidy\tidy.c (465): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\tidy\tidy.c (464): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\tidy\tidy.c (447): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\tidy\tidy.c (452): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\tidy\tidy.c (455): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\tidy\tidy.c (473): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\tidy\tidy.c (454): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\tidy\tidy.c (453): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\tidy\tidy.c (461): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\tidy\tidy.c (460): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\tidy\tidy.c (463): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\xml\compat.c (101): error V595: The 'namespaces' pointer was utilized before it was verified against nullptr. Check lines: 101, 118.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\xml\xml.c (482): error V1051: Consider checking for misprints. It's possible that the 'parser' should be checked here.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\xmlrpc\libxmlrpc\queue.c (792): error V568: It's odd that 'sizeof()' operator evaluates the size of a pointer to a class, but not the size of the 'q->cursor' class object.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\xmlrpc\libxmlrpc\simplestring.c (197): error V595: The 'target' pointer was utilized before it was verified against nullptr. Check lines: 197, 198.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\xmlrpc\libxmlrpc\xml_to_xmlrpc.c (344): error V547: Expression 'vtype == xmlrpc_vector_none' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\zend_test\test.c (298): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\zend_test\test.c (296): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\zend_test\test.c (202): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\fastcgi.c (263): error V641: The size of the allocated memory buffer is not a multiple of the element size.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\fastcgi.c (719): error V512: A call of the 'memset' function will lead to underflow of the buffer '& sa'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\fastcgi.c (1278): error V530: The return value of function 'RevertToSelf' is required to be utilized.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\fastcgi.c (1346): error V512: A call of the 'memcmp' function will lead to underflow of the buffer '& client_sa.sa_inet6.sin6_addr'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\fastcgi.c (1346): error V512: A call of the 'memcmp' function will lead to underflow of the buffer '& allowed_clients[i].sa_inet6.sin6_addr'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\fopen_wrappers.c (96): error V595: The 'new_value' pointer was utilized before it was verified against nullptr. Check lines: 96, 101.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\mergesort.c (111): error V514: Dividing sizeof a pointer 'sizeof (u_char *)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\snprintf.c (190): error V529: Odd semicolon ';' after 'for' operator.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\streams\memory.c (752): error V595: The 'mode' pointer was utilized before it was verified against nullptr. Check lines: 752, 761.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\cli\php_cli_server.c (1441): error V1051: Consider checking for misprints. It's possible that the 'vpath' should be checked here.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg.c (2108): error V512: A call of the 'sprintf' function will lead to overflow of the buffer '(backup_phpdbg_compile)->val'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_bp.c (835): error V595: The 'param' pointer was utilized before it was verified against nullptr. Check lines: 835, 853.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_bp.c (1223): error V629: Consider inspecting the '1 << (brake->type + 1)' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_bp.c (1216): error V784: The size of the bit mask is less than the size of the first operand. This will cause the loss of higher bits.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_bp.c (1216): error V629: Consider inspecting the '1 << (brake->type + 1)' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_bp.c (835): error V522: Dereferencing of the null pointer 'param' might take place. The null pointer is passed into 'phpdbg_create_conditional_break' function. Inspect the second argument. Check lines: 835, 915.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_bp.c (595): error V595: The 'new_break->class_name' pointer was utilized before it was verified against nullptr. Check lines: 595, 608.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_bp.c (1223): error V784: The size of the bit mask is less than the size of the first operand. This will cause the loss of higher bits.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_prompt.c (1351): error V522: Dereferencing of the null pointer 'module_entry' might take place.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_prompt.c (1890): error V568: It's odd that 'sizeof()' operator evaluates the size of a pointer to a class, but not the size of the 'data->opline' class object.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_rinit_hook.c (51): error V522: Dereferencing of the null pointer 'auth' might take place.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_utils.c (455): error V522: Dereferencing of the null pointer 'last_index' might take place.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_watch.c (135): error V512: A call of the 'memcmp' function will lead to overflow of the buffer '& ((Bucket *) oldPtr)->h'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_watch.c (135): error V512: A call of the 'memcmp' function will lead to the '& ((Bucket *) newPtr)->h' buffer becoming out of range.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_webdata_transfer.c (152): error V1051: Consider checking for misprints. It's possible that the 'value' should be checked here.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\TSRM\TSRM.c (487): error V654: The condition 'thread_resources' of loop is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\TSRM\tsrm_win32.c (639): error V568: It's odd that 'sizeof()' operator evaluates the size of a pointer to a class, but not the size of the 'shm->descriptor' class object.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\win32\sendmail.c (677): error V595: The 'headers_lc' pointer was utilized before it was verified against nullptr. Check lines: 677, 685.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_alloc.c (2315): error V512: A call of the 'memset' function will lead to overflow of the buffer 'p->free_map'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_API.c (2861): error V561: It's probably better to assign value to 'end' variable than to declare it anew. Previous declaration: zend_API.c, line 1263.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_API.c (3229): error V595: The 'fcc->function_handler' pointer was utilized before it was verified against nullptr. Check lines: 3229, 3248.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_closures.c (626): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_exceptions.c (801): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_exceptions.c (800): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_exceptions.c (799): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_exceptions.c (798): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_exceptions.c (797): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_exceptions.c (816): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_exceptions.c (795): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_exceptions.c (794): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_exceptions.c (793): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_exceptions.c (791): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_exceptions.c (796): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_inheritance.c (762): error V595: The 'parent' pointer was utilized before it was verified against nullptr. Check lines: 762, 771.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_inheritance.c (771): error V595: The 'child' pointer was utilized before it was verified against nullptr. Check lines: 771, 784.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_interfaces.c (543): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_interfaces.c (541): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_interfaces.c (536): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_interfaces.c (268): error V595: The 'ce' pointer was utilized before it was verified against nullptr. Check lines: 268, 273.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_interfaces.c (542): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_interfaces.c (544): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_interfaces.c (545): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_interfaces.c (577): error V514: Dividing sizeof a pointer 'sizeof (NULL)' by another value. There is a probability of logical error presence.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_virtual_cwd.c (265): error V595: The 'state->cwd' pointer was utilized before it was verified against nullptr. Check lines: 265, 272.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_virtual_cwd.c (623): error V590: Consider inspecting this expression. The expression is excessive or contains a misprint.
C:\php-sdk\phpdev\vc15\x64\deps-7.4\include\jmorecfg.h (199): error V677: Custom declaration of a standard 'UINT16' type. The system header file should be used: #include <BaseTsd.h>.
C:\php-sdk\phpdev\vc15\x64\deps-7.4\include\jmorecfg.h (187): error V677: Custom declaration of a standard 'UINT8' type. The system header file should be used: #include <BaseTsd.h>.
C:\php-sdk\phpdev\vc15\x64\deps-7.4\include\jmorecfg.h (207): error V677: Custom declaration of a standard 'INT16' type. The system header file should be used: #include <BaseTsd.h>.
C:\php-sdk\phpdev\vc15\x64\deps-7.4\include\net-snmp\net-snmp-config.h (1364): error V677: Custom declaration of a standard 'SSIZE_T' type. The system header file should be used: #include <BaseTsd.h>.
C:\php-sdk\phpdev\vc15\x64\deps-7.4\include\openssl\applink.c (101): error V1009: Check the array initialization. Only the first element is initialized explicitly. The rest elements are initialized with zeros.
C:\php-sdk\phpdev\vc15\x64\deps-7.4\include\unicode\ures.h (833): error V779: Unreachable code detected. It is possible that an error is present.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\bcmath\libbcmath\src\add.c (67): error V764: Possible incorrect order of arguments passed to '_bc_do_sub' function: 'n2' and 'n1'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\bcmath\libbcmath\src\sub.c (68): error V764: Possible incorrect order of arguments passed to '_bc_do_sub' function: 'n2' and 'n1'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\bz2\bz2_filter.c (145): error V560: A part of conditional expression is always true: data->strm.avail_out >= data->outbuf_len.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\calendar\julian.c (179): error V560: A part of conditional expression is always false: yearl < (- 2147483647 - 1).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\calendar\julian.c (179): error V560: A part of conditional expression is always false: yearl > 2147483647.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\calendar\julian.c (171): error V560: A part of conditional expression is always false: sdn < (- 2147483647L - 1) / 4.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\com_dotnet\com_typeinfo.c (522): error V1015: Suspicious simultaneous use of bitwise and logical operators.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\com_dotnet\com_typeinfo.c (337): error V560: A part of conditional expression is always true: dispname.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\com_dotnet\com_typeinfo.c (343): error V547: Expression 'dispname' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\com_dotnet\com_variant.c (275): error V547: Expression 'olestring' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\com_dotnet\com_variant.c (91): error V547: Expression 'sa' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\com_dotnet\com_variant.c (110): error V1037: Two or more case-branches perform the same actions. Check lines: 110, 179
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\date\lib\timelib.c (173): error V560: A part of conditional expression is always false: ts < (- 9223372036854775807i64 - 1).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\date\lib\timelib.c (173): error V560: A part of conditional expression is always false: ts > 9223372036854775807i64.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\dba\dba.c (961): error V512: A call of the '_php_stream_cast' function will lead to overflow of the buffer '& info->fd'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\dba\dba_flatfile.c (148): error V547: Expression 'dba->nextkey.dptr' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\dba\libcdb\cdb_make.c (112): error V547: Expression 'datalen > 0xffffffff' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\dba\libcdb\cdb_make.c (108): error V547: Expression 'keylen > 0xffffffff' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\dba\libinifile\inifile.c (173): error V547: Expression 'fline' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\dba\libinifile\inifile.c (432): error V1051: Consider checking for misprints. It's possible that the 'pos_curr' should be checked here.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\dom\characterdata.c (302): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\dom\characterdata.c (254): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\dom\characterdata.c (180): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\dom\characterdata.c (360): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\dom\node.c (909): error V763: Parameter 'childobj' is always rewritten in function body before being used.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\enchant\enchant.c (265): error V547: Expression 'pdict' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\enchant\enchant.c (272): error V1004: The 'pbroker' pointer was used unsafely after it was verified against nullptr. Check lines: 268, 272.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\enchant\enchant.c (236): error V547: Expression 'broker->dict' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\enchant\enchant.c (236): error V571: Recurring check. The 'broker->dict' condition was already verified in line 235.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\enchant\enchant.c (233): error V547: Expression 'broker' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ffi\ffi.c (1366): error V768: The variable 'is_const' is of enum type. It is odd that it is used as a variable of a Boolean-type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ffi\ffi.c (5837): error V547: Expression 'name' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ffi\ffi.c (5848): error V547: Expression 'name' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ffi\ffi.c (7118): error V1037: Two or more case-branches perform the same actions. Check lines: 7118, 7174
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ffi\ffi.c (7434): error V560: A part of conditional expression is always true: str[4] <= '7'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ffi\ffi_parser.c (1422): error V536: Be advised that the utilized constant value is represented by an octal form. Oct: '\016', Dec: 14.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ffi\ffi_parser.c (3346): error V1037: Two or more case-branches perform the same actions. Check lines: 3346, 3350
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ffi\ffi_parser.c (3400): error V1037: Two or more case-branches perform the same actions. Check lines: 3400, 3405
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ffi\ffi_parser.c (3390): error V1037: Two or more case-branches perform the same actions. Check lines: 3390, 3395
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ffi\ffi_parser.c (1388): error V560: A part of conditional expression is always true: ch >= ']'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ffi\ffi_parser.c (1422): error V560: A part of conditional expression is always true: ch >= '\016'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ffi\ffi_parser.c (1388): error V560: A part of conditional expression is always true: ch >= '('.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ffi\ffi_parser.c (1553): error V560: A part of conditional expression is always true: ch >= '+'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ffi\ffi_parser.c (1364): error V560: A part of conditional expression is always true: ch >= ']'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ffi\ffi_parser.c (1258): error V560: A part of conditional expression is always true: ch == 0.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ffi\ffi_parser.c (1364): error V560: A part of conditional expression is always true: ch >= '#'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\fileinfo\libmagic\apprentice.c (2505): error V519: The '* estr' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 2503, 2505.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\fileinfo\libmagic\apprentice.c (3228): error V547: Expression 'stream' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\fileinfo\libmagic\ascmagic.c (262): error V547: Expression 'subtype' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\fileinfo\libmagic\ascmagic.c (195): error V536: Be advised that the utilized constant value is represented by an octal form. Oct: '\033', Dec: 27.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\fileinfo\libmagic\ascmagic.c (227): error V547: Expression 'subtype_mime' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\fileinfo\libmagic\funcs.c (336): error V560: A part of conditional expression is always false: rbuf.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\fileinfo\libmagic\print.c (69): error V547: Expression is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\fileinfo\libmagic\print.c (116): error V547: Expression is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\fileinfo\libmagic\softmagic.c (896): error V1037: Two or more case-branches perform the same actions. Check lines: 896, 902
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\fileinfo\libmagic\softmagic.c (883): error V1037: Two or more case-branches perform the same actions. Check lines: 883, 890
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\fileinfo\libmagic\softmagic.c (2195): error V1048: The 'v' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\filter\logical_filters.c (901): error V560: A part of conditional expression is always true: ((* (value)).value.str)->len >= 2.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\filter\logical_filters.c (902): error V560: A part of conditional expression is always true: ((* (value)).value.str)->len >= 4.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ftp\ftp.c (960): error V547: Expression 'ptr < e' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ftp\ftp.c (823): error V641: The size of the 'sa' buffer is not a multiple of the element size of the type 'struct sockaddr_in6'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ftp\ftp.c (1174): error V576: Incorrect format. Consider checking the third actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ftp\ftp.c (1174): error V576: Incorrect format. Consider checking the fifth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ftp\ftp.c (1174): error V576: Incorrect format. Consider checking the fourth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ftp\ftp.c (2083): error V547: Expression 'ret' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ftp\ftp.c (1922): error V1037: Two or more case-branches perform the same actions. Check lines: 1922, 1929
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ftp\ftp.c (1731): error V641: The size of the '& addr' buffer is not a multiple of the element size of the type 'struct sockaddr_in6'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ftp\ftp.c (1174): error V576: Incorrect format. Consider checking the eighth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ftp\ftp.c (1174): error V576: Incorrect format. Consider checking the seventh actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ftp\ftp.c (1174): error V576: Incorrect format. Consider checking the sixth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\ftp\ftp.c (1730): error V641: The size of the 'sa' buffer is not a multiple of the element size of the type 'struct sockaddr_in6'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd.c (974): error V519: The 'tileColor' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 973, 974.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd.c (1076): error V560: A part of conditional expression is always false: (dy == 0).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd.c (1811): error V560: A part of conditional expression is always false: (color < 0).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd.c (1076): error V560: A part of conditional expression is always false: (dx == 0).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_bmp.c (913): error V547: Expression 'xpos >= info->width' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_bmp.c (1047): error V560: A part of conditional expression is always true: rle_length == 0.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_bmp.c (1075): error V560: A part of conditional expression is always true: rle_length == 0.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_bmp.c (1079): error V560: A part of conditional expression is always true: rle_length == 0.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_bmp.c (1086): error V560: A part of conditional expression is always true: rle_length == 0.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_crop.c (94): error V1037: Two or more case-branches perform the same actions. Check lines: 94, 111
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_interpolation.c (1092): error V560: A part of conditional expression is always false: new_width == 0.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_interpolation.c (2451): error V1016: Expression 'id < 0' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_interpolation.c (2076): error V560: A part of conditional expression is always false: (src_offset_y[_k] <= 0).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_interpolation.c (1956): error V560: A part of conditional expression is always false: (n < 1).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_interpolation.c (1930): error V547: Expression 'n < 1' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_interpolation.c (1922): error V560: A part of conditional expression is always false: (m < 1).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_interpolation.c (1988): error V560: A part of conditional expression is always false: (n < 1).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_interpolation.c (1903): error V560: A part of conditional expression is always false: (n < 1).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_interpolation.c (1903): error V560: A part of conditional expression is always false: (m < 1).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_interpolation.c (1562): error V1016: Expression 'src->interpolation_id < 0' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_interpolation.c (1092): error V560: A part of conditional expression is always false: new_height == 0.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_interpolation.c (1914): error V560: A part of conditional expression is always false: (m < 1).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_interpolation.c (769): error V547: Expression is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_jpeg.c (103): error V779: Unreachable code detected. It is possible that an error is present.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_png.c (72): error V1004: The 'jmpbuf_ptr' pointer was used unsafely after it was verified against nullptr. Check lines: 68, 72.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_png.c (223): error V547: Expression 'im' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_rotate.c (82): error V1048: The 'pxlSrc' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_rotate.c (173): error V1048: The 'pxlSrc' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_xbm.c (75): error V576: Incorrect format. Consider checking the third actual argument of the 'sscanf' function. It's dangerous to use string specifier without width specification. Buffer overflow is possible.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_xbm.c (76): error V576: Incorrect format. Consider checking the third actual argument of the 'sscanf' function. It's dangerous to use string specifier without width specification. Buffer overflow is possible.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_xbm.c (72): error V576: Incorrect format. Consider checking the third actual argument of the 'sscanf' function. It's dangerous to use string specifier without width specification. Buffer overflow is possible.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_xbm.c (57): error V576: Incorrect format. Consider checking the third actual argument of the 'sscanf' function. It's dangerous to use string specifier without width specification. Buffer overflow is possible.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gd_xbm.c (71): error V576: Incorrect format. Consider checking the third actual argument of the 'sscanf' function. It's dangerous to use string specifier without width specification. Buffer overflow is possible.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gdft.c (350): error V1037: Two or more case-branches perform the same actions. Check lines: 350, 355
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gdft.c (664): error V560: A part of conditional expression is always true: (im->trueColor).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gdft.c (728): error V519: The 'tc_key.pixel' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 726, 728.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\gd\libgd\gdkanji.c (146): error V560: A part of conditional expression is always true: c != '\0'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\hash\hash_gost.c (217): error V760: Two identical blocks of text were found. The second block begins from line 217.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\hash\sha3\generic64lc\KeccakP-1600-opt64.c (277): error V557: Array overrun is possible. The value of 'i + 1' index could reach 24.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\hash\sha3\generic64lc\KeccakP-1600-opt64.c (22): error V677: Custom declaration of a standard 'UINT64' type. The system header file should be used: #include <BaseTsd.h>.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\hash\sha3\generic64lc\KeccakP-1600-opt64.c (21): error V677: Custom declaration of a standard 'UINT8' type. The system header file should be used: #include <BaseTsd.h>.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\iconv\iconv.c (1165): error V1051: Consider checking for misprints. It's possible that the 'lfchars_len' should be checked here.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\imap\php_imap.c (1337): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\intl\calendar\gregoriancalendar_methods.cpp (177): error V547: Expression 'gcal' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\intl\collator\collator_is_numeric.c (274): error V547: Expression 'allow_errors' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\intl\msgformat\msgformat_helpers.cpp (656): error V560: A part of conditional expression is always false: aInt64 > 9223372036854775807i64.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\intl\msgformat\msgformat_helpers.cpp (361): error V547: Expression 'used_tz' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\intl\msgformat\msgformat_helpers.cpp (66): error V779: Unreachable code detected. It is possible that an error is present.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\intl\msgformat\msgformat_helpers.cpp (656): error V560: A part of conditional expression is always false: aInt64 < - 9223372036854775807i64.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\json\json_parser.tab.c (1598): error V557: Array underrun is possible. The value of 'yylhs' index could reach -18.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\json\json_parser.tab.c (1708): error V560: A part of conditional expression is always true: yyn <= 25.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\json\json_parser.tab.c (1595): error V557: Array underrun is possible. The value of 'yylhs' index could reach -18.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\json\json_parser.tab.c (1456): error V1037: Two or more case-branches perform the same actions. Check lines: 1456, 1531
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\json\json_parser.tab.c (1366): error V1048: The 'yyn' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_cp1252.c (92): error V560: A part of conditional expression is always true: c != 0xfffe.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_cp1252.c (103): error V560: A part of conditional expression is always true: c < 0x100.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_cp5022x.c (614): error V1004: The 'ctx' pointer was used unsafely after it was verified against nullptr. Check lines: 609, 614.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_euc_cn.c (127): error V560: A part of conditional expression is always true: w >= 0.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_euc_jp.c (182): error V560: A part of conditional expression is always true: s >= 0.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_euc_jp.c (296): error V1037: Two or more case-branches perform the same actions. Check lines: 296, 316
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_euc_jp_win.c (207): error V560: A part of conditional expression is always true: s >= 0.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_euc_jp_win.c (325): error V547: Expression 'c == 0xff5e' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_euc_jp_win.c (400): error V1037: Two or more case-branches perform the same actions. Check lines: 400, 420
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_euc_tw.c (294): error V1037: Two or more case-branches perform the same actions. Check lines: 294, 316
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_euc_tw.c (173): error V1048: The 'filter->status' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_euc_tw.c (192): error V547: Expression 's >= 0' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_gb18030.c (247): error V560: A part of conditional expression is always true: w >= 0.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_gb18030.c (243): error V560: A part of conditional expression is always true: c1 <= 0xe3.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_gb18030.c (197): error V560: A part of conditional expression is always true: w >= 0.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_gb18030.c (244): error V592: The expression was enclosed by parentheses twice: ((expression)). One pair of parentheses is unnecessary or misprint is present.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_gb18030.c (430): error V1048: The 'filter->status' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_hz.c (111): error V560: A part of conditional expression is always true: s >= 0.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_iso2022_jp_ms.c (158): error V1048: The 'w' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_iso2022jp_mobile.c (206): error V1048: The 'w' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_sjis.c (184): error V560: A part of conditional expression is always true: s2 < 0x7f.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_sjis_2004.c (341): error V560: A part of conditional expression is always true: s >= 0.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_sjis_2004.c (514): error V557: Array overrun is possible. The value of '2 * k' index could reach 50.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_sjis_2004.c (519): error V557: Array overrun is possible. The value of '2 * k + 1' index could reach 53.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_sjis_2004.c (520): error V557: Array overrun is possible. The value of 'k' index could reach 26.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_sjis_2004.c (686): error V557: Array overrun is possible. The value of 'k' index could reach 25.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_sjis_2004.c (522): error V557: Array overrun is possible. The value of 'k' index could reach 26.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_sjis_mac.c (302): error V1048: The 's1' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_sjis_mac.c (303): error V1048: The 's2' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_sjis_mac.c (474): error V1048: The 's1' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_sjis_mac.c (532): error V1048: The 's1' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_sjis_mac.c (581): error V1048: The 's1' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_sjis_mac.c (627): error V1048: The 's1' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_uhc.c (249): error V519: The 'filter->status' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 234, 249.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_utf7.c (113): error V560: A part of conditional expression is always false: n > 63.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\filters\mbfilter_utf7imap.c (86): error V560: A part of conditional expression is always false: n > 63.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\mbfl\mbfilter.c (1474): error V1048: The 'p' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\mbfl\mbfilter.c (1475): error V1048: The 'device.pos' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\mbfl\mbfilter.c (1459): error V547: Expression 'device.pos > length' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\mbfl\mbfilter.c (1511): error V547: Expression 'device.pos > length' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\mbfl\mbfilter.c (1896): error V1048: The 'pe->outdev.pos' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\mbfl\mbfilter.c (1529): error V1048: The 'device.pos' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\mbfl\mbfilter.c (1725): error V560: A part of conditional expression is always false: pc.status != 0.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\mbfl\mbfilter.c (2637): error V560: A part of conditional expression is always true: c >= 0x41.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\mbfl\mbfilter.c (2635): error V560: A part of conditional expression is always true: c >= 0x30.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\mbfl\mbfilter.c (1528): error V1048: The 'p' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\mbfl\mbfilter.c (1441): error V1048: The 'device.pos' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\libmbfl\mbfl\mbfl_convert.c (424): error V519: The 'ret' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 422, 424.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\mbstring.c (1298): error V600: Consider inspecting the condition. The '(new_value)->val' pointer is always not equal to NULL.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\php_mbregex.c (724): error V560: A part of conditional expression is always false: p == eos.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mbstring\php_unicode.c (82): error V560: A part of conditional expression is always true: code >= _ucprop_ranges[m].
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqli\mysqli_nonapi.c (229): error V522: There might be dereferencing of a potential null pointer 'plist'. Check lines: 229, 227.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqli\mysqli_nonapi.c (745): error V560: A part of conditional expression is always true: MYSQLI_STATUS_VALID.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqli\mysqli_nonapi.c (147): error V1004: The 'hostname' pointer was used unsafely after it was verified against nullptr.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_auth.c (1162): error V779: Unreachable code detected. It is possible that an error is present.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_auth.c (1109): error V522: There might be dereferencing of a potential null pointer 'ret'. Check lines: 1109, 1106.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_auth.c (925): error V575: The potential null pointer is passed into 'memcpy' function. Inspect the first argument. Check lines: 925, 924.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_auth.c (879): error V779: Unreachable code detected. It is possible that an error is present.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_auth.c (520): error V560: A part of conditional expression is always true: ret == FAIL.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_charset.c (877): error V536: Be advised that the utilized constant value is represented by an octal form. Oct: '\032', Dec: 26.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_connection.c (618): error V1004: The 'conn' pointer was used unsafely after it was verified against nullptr. Check lines: 616, 618.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_connection.c (690): error V519: The 'pfc->data->compressed' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 683, 690.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_debug.c (360): error V547: Expression 'f_profile' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_debug.c (712): error V522: There might be dereferencing of a potential null pointer 'ret'. Check lines: 712, 710.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_ps.c (1952): error V1004: The 's' pointer was used unsafely after it was verified against nullptr. Check lines: 1926, 1952.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_ps.c (1568): error V547: Expression 'stmt->field_count' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_ps.c (1423): error V547: Expression 'stmt->param_count' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_ps.c (683): error V1004: The 's' pointer was used unsafely after it was verified against nullptr. Check lines: 625, 683.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_ps.c (2129): error V547: Expression 'conn' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_ps.c (2088): error V1004: The 's' pointer was used unsafely after it was verified against nullptr. Check lines: 2058, 2088.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_ps.c (234): error V1004: The 's' pointer was used unsafely after it was verified against nullptr. Check lines: 218, 234.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_ps.c (2048): error V1004: The 's' pointer was used unsafely after it was verified against nullptr. Check lines: 2022, 2048.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_ps.c (114): error V547: Expression is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_ps.c (100): error V547: Expression is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_ps.c (75): error V1004: The 's' pointer was used unsafely after it was verified against nullptr. Check lines: 48, 75.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_ps_codec.c (672): error V560: A part of conditional expression is always false: current_type == MYSQL_TYPE_LONG.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_result.c (1800): error V592: The expression was enclosed by parentheses twice: '((!result->unbuf &&!set))'. One pair of parentheses is unnecessary or misprint is present.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_result.c (453): error V1048: The 'ret' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_result.c (215): error V547: Expression 'current_row != NULL' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_result.c (1444): error V547: Expression is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_result.c (1312): error V547: Expression is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_result.c (1361): error V547: Expression is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_wireprotocol.c (227): error V555: The expression '(buf_len - (p - buf)) > 0' will work as 'buf_len != p - buf'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\mysqlnd\mysqlnd_wireprotocol.c (383): error V512: A call of the 'memcpy' function will lead to underflow of the buffer 'packet->authentication_plugin_data.s'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\odbc\php_odbc.c (959): error V519: The 'rc' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 956, 959.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\optimize_temp_vars_5.c (77): error V1048: The 'end' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\sccp.c (768): error V764: Possible incorrect order of arguments passed to 'fetch_array_elem' function: 'op2' and 'op1'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\sccp.c (2385): error V1037: Two or more case-branches perform the same actions. Check lines: 2385, 2391
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_cfg.c (300): error V1037: Two or more case-branches perform the same actions. Check lines: 300, 343
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_cfg.c (521): error V1037: Two or more case-branches perform the same actions. Check lines: 521, 543
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_cfg.c (367): error V1037: Two or more case-branches perform the same actions. Check lines: 367, 383
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_dump.c (712): error V560: A part of conditional expression is always true: ssa->ops.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_dump.c (712): error V560: A part of conditional expression is always true: ssa.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_dump.c (702): error V560: A part of conditional expression is always true: ssa->ops.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_dump.c (241): error V547: Expression 'afirst' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_dump.c (258): error V547: Expression 'afirst' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_dump.c (702): error V560: A part of conditional expression is always true: ssa.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_dump.c (176): error V547: Expression 'first' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_dump.c (254): error V547: Expression 'afirst' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_func_info.c (1697): error V580: An odd explicit type casting: (void * *) & func_infos[i]. Consider verifying it.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_inference.c (2483): error V1037: Two or more case-branches perform the same actions. Check lines: 2483, 3616
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_inference.c (3111): error V1037: Two or more case-branches perform the same actions. Check lines: 3111, 3626
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_inference.c (1423): error V1048: The 'tmp->underflow' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_inference.c (938): error V560: A part of conditional expression is always true: narrowing.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_inference.c (921): error V560: A part of conditional expression is always true: narrowing.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_inference.c (2505): error V1037: Two or more case-branches perform the same actions. Check lines: 2505, 3630
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_inference.c (3537): error V547: Expression 'opline->opcode != 93' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_inference.c (1426): error V1048: The 'tmp->overflow' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_inference.c (2209): error V1037: Two or more case-branches perform the same actions. Check lines: 2209, 2224
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_inference.c (1432): error V1048: The 'tmp->overflow' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_inference.c (2695): error V547: Expression 'ce' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_inference.c (1429): error V1048: The 'tmp->underflow' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_optimizer.c (80): error V796: It is possible that 'break' statement is missing in switch statement.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_ssa.c (132): error V786: It is odd that value '1' is assigned to the 'phi->has_range_constraint' variable. The value range of 'phi->has_range_constraint' variable: [-1, 0].
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\Optimizer\zend_ssa.c (689): error V1037: Two or more case-branches perform the same actions. Check lines: 689, 712
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\shared_alloc_win32.c (85): error V557: Array underrun is possible. The value of 'l - 1' index could reach -1.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\zend_accelerator_blacklist.c (231): error V701: realloc() possible leak: when realloc() fails in allocating memory, original pointer 'blacklist->entries' is lost. Consider assigning realloc() to a temporary pointer.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\zend_accelerator_module.c (133): error V547: Expression is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\zend_file_cache.c (1695): error V1020: The function exited without calling the 'zend_shared_alloc_unlock' function. Check lines: 1695, 1613.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\zend_file_cache.c (1675): error V1020: The function exited without calling the 'zend_shared_alloc_unlock' function. Check lines: 1675, 1613.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\ZendAccelerator.c (1176): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\opcache\ZendAccelerator.c (1219): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\openssl\openssl.c (6736): error V557: Array underrun is possible. The value of 'tag_len' index could reach -2147483648.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\openssl\xp_ssl.c (1707): error V547: Expression 'cipherlist' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\openssl\xp_ssl.c (1769): error V560: A part of conditional expression is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\openssl\xp_ssl.c (2658): error V763: Parameter 'crypto_method' is always rewritten in function body before being used.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_compile.c (3693): error V560: A part of conditional expression is always true: ((c) <= 255u).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_compile.c (7153): error V547: Expression 'bralink == NULL' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_compile.c (9574): error V1037: Two or more case-branches perform the same actions. Check lines: 9574, 9610
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_config.c (137): error V1037: Two or more case-branches perform the same actions. Check lines: 137, 168
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_convert.c (593): error V1048: The '* from' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_dfa_match.c (1744): error V547: Expression 'codevalue != OP_PROP' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_dfa_match.c (2010): error V547: Expression 'codevalue != OP_PROP' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_dfa_match.c (1341): error V557: Array overrun is possible. The value of 'd' index could reach 4294967295.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_dfa_match.c (1280): error V557: Array overrun is possible. The value of 'd' index could reach 4294967295.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_dfa_match.c (1369): error V557: Array overrun is possible. The value of 'd' index could reach 4294967295.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_dfa_match.c (1311): error V557: Array overrun is possible. The value of 'd' index could reach 4294967295.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_dfa_match.c (3963): error V619: The array 'rws' is being utilized as a pointer to single object.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_dfa_match.c (3962): error V619: The array 'rws' is being utilized as a pointer to single object.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_dfa_match.c (2694): error V1032: The pointer 'RWS' is cast to a more strictly aligned pointer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_dfa_match.c (1503): error V547: Expression 'codevalue != OP_PROP' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_dfa_match.c (3282): error V1032: The pointer 'base_recursion_workspace' is cast to a more strictly aligned pointer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_dfa_match.c (3283): error V619: The array 'rws' is being utilized as a pointer to single object.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_dfa_match.c (1398): error V557: Array overrun is possible. The value of 'd' index could reach 4294967295.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_dfa_match.c (3960): error V619: The array 'rws' is being utilized as a pointer to single object.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_dfa_match.c (3284): error V619: The array 'rws' is being utilized as a pointer to single object.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_dfa_match.c (3285): error V619: The array 'rws' is being utilized as a pointer to single object.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_internal.h (67): error V677: Custom declaration of a standard 'BOOL' type. The system header file should be used: #include <WinDef.h>.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (2738): error V560: A part of conditional expression is always false: type == recurse_swap_global.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (6746): error V547: Expression is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (3098): error V547: Expression is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (3074): error V547: Expression 'has_pre' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (6734): error V547: Expression is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (3069): error V547: Expression 'has_pre' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (13407): error V1051: Consider checking for misprints. It's possible that the 'common->accept_label' should be checked here.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (1086): error V1037: Two or more case-branches perform the same actions. Check lines: 1086, 1106
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (13413): error V1051: Consider checking for misprints. It's possible that the 'common->quit_label' should be checked here.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (6807): error V547: Expression is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (9410): error V1051: Consider checking for misprints. It's possible that the 'common->accept_label' should be checked here.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (3067): error V547: Expression is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (2970): error V547: Expression is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (2919): error V547: Expression is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (6809): error V547: Expression is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (9882): error V519: The 'opcode' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 9879, 9882.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_jit_compile.c (10631): error V547: Expression 'framesize < 0' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_match.c (3670): error V560: A part of conditional expression is always true: (F->eptr) < mb->end_subject.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_match.c (3543): error V560: A part of conditional expression is always true: (F->eptr) < mb->end_subject.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_match.c (6095): error V641: The size of the 'stack_frames_vector' buffer is not a multiple of the element size of the type 'heapframe'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_study.c (1086): error V1037: Two or more case-branches perform the same actions. Check lines: 1086, 1347
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_study.c (236): error V560: A part of conditional expression is always true: length < 0.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_study.c (1793): error V547: Expression 'min > 0xffffui16' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_study.c (501): error V560: A part of conditional expression is always true: !dupcapused.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_substitute.c (884): error V512: A call of the 'memcpy' function will lead to underflow of the buffer 'temp'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_substitute.c (678): error V557: Array overrun is possible. The value of 'ptrstackptr ++' index could reach 20.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_xclass.c (119): error V547: Expression 'utf' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\pcre2_xclass.c (107): error V547: Expression 'utf' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\sljit\sljitNativeX86_64.c (787): error V557: Array overrun is possible. The value of 'dst' index could reach 63.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\sljit\sljitNativeX86_64.c (808): error V557: Array overrun is possible. The value of 'src' index could reach 63.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\sljit\sljitNativeX86_64.c (813): error V557: Array overrun is possible. The value of 'src' index could reach 63.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\sljit\sljitNativeX86_64.c (821): error V557: Array overrun is possible. The value of 'src' index could reach 63.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\sljit\sljitNativeX86_64.c (775): error V557: Array overrun is possible. The value of 'dst' index could reach 63.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\sljit\sljitNativeX86_64.c (200): error V547: Expression 'args > 0' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\sljit\sljitNativeX86_64.c (779): error V557: Array overrun is possible. The value of 'dst' index could reach 63.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\sljit\sljitNativeX86_common.c (2623): error V557: Array overrun is possible. The value of 'reg' index could reach 63.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\sljit\sljitNativeX86_common.c (2626): error V557: Array overrun is possible. The value of 'reg' index could reach 63.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\sljit\sljitNativeX86_common.c (2627): error V557: Array overrun is possible. The value of 'reg' index could reach 63.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\sljit\sljitNativeX86_common.c (2611): error V557: Array overrun is possible. The value of 'dst' index could reach 63.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\sljit\sljitNativeX86_common.c (2631): error V557: Array overrun is possible. The value of 'reg' index could reach 63.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\sljit\sljitNativeX86_common.c (2613): error V557: Array overrun is possible. The value of 'dst' index could reach 63.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\pcre2lib\sljit\sljitNativeX86_common.c (735): error V557: Array overrun is possible. The value of 'dst' index could reach 63.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pcre\php_pcre.c (1320): error V560: A part of conditional expression is always true: subpats.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pdo\pdo_stmt.c (2222): error V560: A part of conditional expression is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pdo_firebird\firebird_driver.c (650): error V1009: Check the array initialization. Only the first element is initialized explicitly. The rest elements are initialized with zeros.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pdo_firebird\firebird_driver.c (277): error V1009: Check the array initialization. Only the first element is initialized explicitly. The rest elements are initialized with zeros.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pdo_firebird\firebird_statement.c (292): error V557: Array overrun is possible. The value of 'i + 2' index could reach 21.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pdo_firebird\firebird_statement.c (755): error V547: Expression '!param->is_param' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pdo_firebird\firebird_statement.c (291): error V1051: Consider checking for misprints. It's possible that the 'item_len' should be checked here.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pdo_mysql\mysql_driver.c (359): error V1016: Expression is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pdo_mysql\mysql_driver.c (369): error V1016: Expression is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pdo_mysql\mysql_statement.c (659): error V560: A part of conditional expression is always true: !S->stmt.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pdo_mysql\mysql_statement.c (739): error V560: A part of conditional expression is always false: !S->result.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pdo_mysql\mysql_statement.c (106): error V560: A part of conditional expression is always true: !S->stmt.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pdo_pgsql\pgsql_driver.c (1259): error V519: The 'dbh->methods' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 1252, 1259.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pdo_sqlite\sqlite_statement.c (363): error V796: It is possible that 'break' statement is missing in switch statement.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pgsql\pgsql.c (2375): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\pgsql\pgsql.c (4692): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\phar.c (2163): error V560: A part of conditional expression is always true: ++ ptr.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\phar.c (2036): error V1004: The 'slash' pointer was used unsafely after it was verified against nullptr. Check lines: 2019, 2036.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\phar.c (1417): error V547: Expression 'pphar' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\phar.c (726): error V1048: The 'buffer' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\phar.c (2896): error V1004: The 'main_metadata_str.s' pointer was used unsafely after it was verified against nullptr. Check lines: 2855, 2896.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\phar.c (1454): error V547: Expression 'pphar' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\phar.c (2636): error V560: A part of conditional expression is always true: !user_stub.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\phar.c (2105): error V560: A part of conditional expression is always true: ++ ptr.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\phar.c (1476): error V547: Expression 'pphar' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\phar.c (1731): error V560: A part of conditional expression is always true: got > 0.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\phar.c (1873): error V560: A part of conditional expression is always false: !(pos += 5).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\phar.c (1884): error V560: A part of conditional expression is always true: (pos += 5).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\stream.c (854): error V580: An odd explicit type casting: (void * *) & new. Consider verifying it.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\stub.h (23): error V735: Possibly an incorrect HTML. The "</head" closing tag was encountered, while the "</title" tag was expected.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\tar.c (349): error V1048: The 'hdr' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\tar.c (482): error V560: A part of conditional expression is always false: (((entry.flags) & 0xF000) == 0x4000).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\tar.c (893): error V1004: The 'entry->metadata_str.s' pointer was used unsafely after it was verified against nullptr. Check lines: 879, 893.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\tar.c (1251): error V1032: The pointer 'sigbuf' is cast to a more strictly aligned pointer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\tar.c (283): error V728: An excessive check can be simplified. The '||' operator is surrounded by opposite expressions 'old' and '!old'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\util.c (814): error V1048: The 'entry->fp_type' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\util.c (283): error V547: Expression 'pphar' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\util.c (598): error V547: Expression '!entry' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\util.c (1521): error V547: Expression 'pubkey' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\util.c (1532): error V547: Expression 'pubkey' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\phar\util.c (1520): error V547: Expression 'pubkey' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\readline\readline_cli.c (459): error V522: There might be dereferencing of a potential null pointer 'retval'. Check lines: 459, 458.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\readline\readline_cli.c (445): error V522: There might be dereferencing of a potential null pointer 'retval'. Check lines: 445, 444.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\readline\readline_cli.c (157): error V536: Be advised that the utilized constant value is represented by an octal form. Oct: '\033', Dec: 27.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\session\mod_files.c (686): error V547: Expression 'sid' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\session\session.c (3027): error V1004: The 'ser' pointer was used unsafely after it was verified against nullptr. Check lines: 3028, 3027.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\session\session.c (924): error V560: A part of conditional expression is always false: namelen < 0.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_encoding.c (2708): error V1051: Consider checking for misprints. It's possible that the 'xmlValue' should be checked here.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_encoding.c (2700): error V1048: The 'trav' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_encoding.c (2696): error V560: A part of conditional expression is always true: data.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_encoding.c (1023): error V560: A part of conditional expression is always true: data.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_encoding.c (2570): error V560: A part of conditional expression is always true: data.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_encoding.c (2357): error V560: A part of conditional expression is always true: sdl_type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_encoding.c (2859): error V1004: The 'ta' pointer was used unsafely after it was verified against nullptr. Check lines: 2854, 2859.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_encoding.c (2448): error V560: A part of conditional expression is always true: data.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_encoding.c (1444): error V560: A part of conditional expression is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_encoding.c (1103): error V560: A part of conditional expression is always true: data.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_encoding.c (2549): error V560: A part of conditional expression is always true: type->sdl_type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_encoding.c (2700): error V519: The 'trav' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 2698, 2700.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_encoding.c (1334): error V1004: The 'node' pointer was used unsafely after it was verified against nullptr. Check lines: 1315, 1334.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_encoding.c (793): error V560: A part of conditional expression is always true: data.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_encoding.c (3500): error V1004: The 'ztype' pointer was used unsafely after it was verified against nullptr. Check lines: 3496, 3500.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_encoding.c (662): error V560: A part of conditional expression is always true: data.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_encoding.c (985): error V560: A part of conditional expression is always true: data.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_encoding.c (727): error V560: A part of conditional expression is always true: data.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_encoding.c (762): error V560: A part of conditional expression is always true: data.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_encoding.c (694): error V560: A part of conditional expression is always true: data.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_http.c (409): error V547: Expression 'request != buf' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_http.c (536): error V547: Expression 'stream' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_http.c (1125): error V560: A part of conditional expression is always true: new_url->path.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_http.c (1427): error V576: Incorrect format. Consider checking the third actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_schema.c (826): error V1004: The 'value' pointer was used unsafely after it was verified against nullptr. Check lines: 822, 826.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_schema.c (2299): error V778: Two similar code fragments were found. Perhaps, this is a typo and 'sdl' variable should be used instead of 'ctx'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_schema.c (2213): error V796: It is possible that 'break' statement is missing in switch statement.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_schema.c (2120): error V560: A part of conditional expression is always true: attr->ref != NULL.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_schema.c (1618): error V547: Expression 'ref != NULL' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_schema.c (854): error V1004: The 'value' pointer was used unsafely after it was verified against nullptr. Check lines: 850, 854.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_schema.c (356): error V547: Expression 'cur_type == NULL' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_schema.c (579): error V547: Expression 'trav != NULL' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_schema.c (111): error V1004: The 'doc' pointer was used unsafely after it was verified against nullptr. Check lines: 108, 111.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_schema.c (116): error V1004: The 'schema' pointer was used unsafely after it was verified against nullptr. Check lines: 112, 116.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (880): error V1004: The 'name' pointer was used unsafely after it was verified against nullptr. Check lines: 877, 880.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (887): error V1004: The 'type' pointer was used unsafely after it was verified against nullptr. Check lines: 883, 887.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (936): error V1004: The 'op_name' pointer was used unsafely after it was verified against nullptr. Check lines: 918, 936.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (978): error V1004: The 'portTypeOperation' pointer was used unsafely after it was verified against nullptr. Check lines: 937, 978.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (986): error V1004: The 'message' pointer was used unsafely after it was verified against nullptr. Check lines: 983, 986.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (1015): error V1004: The 'message' pointer was used unsafely after it was verified against nullptr. Check lines: 1012, 1015.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (1064): error V1004: The 'name' pointer was used unsafely after it was verified against nullptr. Check lines: 1053, 1064.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (1065): error V1004: The 'message' pointer was used unsafely after it was verified against nullptr. Check lines: 1057, 1065.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (2657): error V575: The potential null pointer is passed into 'memset' function. Inspect the first argument. Check lines: 2657, 2656.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (971): error V1048: The 'soapFunctionBinding->style' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (2632): error V575: The potential null pointer is passed into 'memset' function. Inspect the first argument. Check lines: 2632, 2631.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (2598): error V575: The potential null pointer is passed into 'memset' function. Inspect the first argument. Check lines: 2598, 2597.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (2571): error V575: The potential null pointer is passed into 'memset' function. Inspect the first argument. Check lines: 2571, 2570.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (2402): error V575: The potential null pointer is passed into 'memset' function. Inspect the first argument. Check lines: 2402, 2401.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (2557): error V575: The potential null pointer is passed into 'memset' function. Inspect the first argument. Check lines: 2557, 2556.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (2451): error V575: The potential null pointer is passed into 'memset' function. Inspect the first argument. Check lines: 2451, 2450.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (2515): error V575: The potential null pointer is passed into 'memset' function. Inspect the first argument. Check lines: 2515, 2514.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (2392): error V522: There might be dereferencing of a potential null pointer 'prest'. Check lines: 2392, 2391.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (3368): error V522: There might be dereferencing of a potential null pointer 'psdl'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (365): error V1004: The 'definitions' pointer was used unsafely after it was verified against nullptr. Check lines: 347, 365.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (130): error V1004: The 'ns' pointer was used unsafely after it was verified against nullptr. Check lines: 114, 130.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (2705): error V575: The potential null pointer is passed into 'memset' function. Inspect the first argument. Check lines: 2705, 2704.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (2906): error V575: The potential null pointer is passed into 'memset' function. Inspect the first argument. Check lines: 2906, 2905.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (2942): error V575: The potential null pointer is passed into 'memset' function. Inspect the first argument. Check lines: 2942, 2941.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (2880): error V575: The potential null pointer is passed into 'memset' function. Inspect the first argument. Check lines: 2880, 2879.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (2867): error V575: The potential null pointer is passed into 'memset' function. Inspect the first argument. Check lines: 2867, 2866.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (2852): error V575: The potential null pointer is passed into 'memset' function. Inspect the first argument. Check lines: 2852, 2851.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (345): error V1004: The 'wsdl' pointer was used unsafely after it was verified against nullptr. Check lines: 333, 345.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (2732): error V575: The potential null pointer is passed into 'memset' function. Inspect the first argument. Check lines: 2732, 2731.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (472): error V1004: The 'message' pointer was used unsafely after it was verified against nullptr. Check lines: 464, 472.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (508): error V1004: The 'part' pointer was used unsafely after it was verified against nullptr. Check lines: 473, 508.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (703): error V1004: The 'name' pointer was used unsafely after it was verified against nullptr. Check lines: 699, 703.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (830): error V1004: The 'location' pointer was used unsafely after it was verified against nullptr. Check lines: 826, 830.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (832): error V1004: The 'bindingAttr' pointer was used unsafely after it was verified against nullptr. Check lines: 780, 832.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (2829): error V575: The potential null pointer is passed into 'memset' function. Inspect the first argument. Check lines: 2829, 2828.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\soap\php_sdl.c (458): error V1004: The 'tmp' pointer was used unsafely after it was verified against nullptr. Check lines: 454, 458.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\sockets\conversions.c (1195): error V547: Expression 'iovlen > 0xffffffff' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\sockets\sockaddr_conv.c (130): error V512: A call of the 'memcpy' function will lead to underflow of the buffer 'ss'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\sockets\sockaddr_conv.c (120): error V512: A call of the 'memcpy' function will lead to underflow of the buffer 'ss'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\sockets\sockets.c (2466): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\spl\spl_directory.c (1283): error V601: Pointer is implicitly cast to an integer type. Inspect the second argument.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\spl\spl_fixedarray.c (194): error V560: A part of conditional expression is always true: intern->array.size > 0.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\spl\spl_iterators.c (393): error V547: Expression 'object->level > 0' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\crypt.c (219): error V779: Unreachable code detected. It is possible that an error is present.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\crypt_sha256.c (372): error V782: There is no sense in evaluating the distance between elements from different arrays: 'tmp - (char *) 0'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\crypt_sha256.c (378): error V782: There is no sense in evaluating the distance between elements from different arrays: 'tmp - (char *) 0'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\crypt_sha512.c (407): error V782: There is no sense in evaluating the distance between elements from different arrays: 'tmp - (char *) 0'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\crypt_sha512.c (412): error V782: There is no sense in evaluating the distance between elements from different arrays: 'tmp - (char *) 0'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\dir.c (355): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\exec.c (170): error V728: An excessive check can be simplified. The '||' operator is surrounded by opposite expressions 'type != 2' and 'type == 2'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\filters.c (939): error V519: The 'line_ccnt' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 934, 939.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\filters.c (1381): error V768: The expression is of enum type. It is odd that it is used as an expression of a Boolean-type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\filters.c (1398): error V768: The expression is of enum type. It is odd that it is used as an expression of a Boolean-type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\filters.c (1323): error V768: The expression is of enum type. It is odd that it is used as an expression of a Boolean-type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\filters.c (1404): error V768: The expression is of enum type. It is odd that it is used as an expression of a Boolean-type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\filters.c (1375): error V768: The expression is of enum type. It is odd that it is used as an expression of a Boolean-type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\filters.c (1331): error V768: The expression is of enum type. It is odd that it is used as an expression of a Boolean-type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\filters.c (1324): error V547: Expression 'lbchars != NULL' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\filters.c (1443): error V547: Expression 'inst->cd != NULL' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\filters.c (841): error V1004: The 'inst->lbchars' pointer was used unsafely after it was verified against nullptr. Check lines: 809, 841.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\filters.c (859): error V519: The 'line_ccnt' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 854, 859.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\filters.c (1075): error V1048: The 'lb_cnt' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\filters.c (916): error V519: The 'line_ccnt' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 911, 916.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\ftp_fopen_wrapper.c (996): error V547: Expression 'resource_from->path != NULL' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\ftp_fopen_wrapper.c (849): error V576: Incorrect format. Consider checking the third actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\ftp_fopen_wrapper.c (849): error V576: Incorrect format. Consider checking the fourth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\ftp_fopen_wrapper.c (849): error V576: Incorrect format. Consider checking the fifth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\ftp_fopen_wrapper.c (849): error V576: Incorrect format. Consider checking the sixth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\ftp_fopen_wrapper.c (849): error V576: Incorrect format. Consider checking the eighth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\ftp_fopen_wrapper.c (932): error V547: Expression 'resource->path != NULL' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\ftp_fopen_wrapper.c (1007): error V547: Expression 'resource_to->path != NULL' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\ftp_fopen_wrapper.c (849): error V576: Incorrect format. Consider checking the seventh actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\ftp_fopen_wrapper.c (308): error V547: Expression 'resource' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\html.c (552): error V560: A part of conditional expression is always false: code == 0x045D.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\html.c (1510): error V1009: Check the array initialization. Only the first element is initialized explicitly. The rest elements are initialized with zeros.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\html.c (552): error V560: A part of conditional expression is always false: code == 0x0450.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\image.c (414): error V547: Expression 'a < 2' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\image.c (249): error V547: Expression 'bufz' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\info.c (365): error V560: A part of conditional expression is always true: osvi.dwMajorVersion == 6.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\info.c (365): error V560: A part of conditional expression is always false: (osvi.dwMajorVersion > 6).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\info.c (384): error V560: A part of conditional expression is always true: osvi.dwMajorVersion == 6.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\info.c (384): error V560: A part of conditional expression is always false: (osvi.dwMajorVersion > 6).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\info.c (403): error V560: A part of conditional expression is always true: osvi.dwMajorVersion == 6.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\info.c (403): error V560: A part of conditional expression is always false: (osvi.dwMajorVersion > 6).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\info.c (545): error V1037: Two or more case-branches perform the same actions. Check lines: 545, 548
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\info.c (521): error V1037: Two or more case-branches perform the same actions. Check lines: 521, 524
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\info.c (359): error V1037: Two or more case-branches perform the same actions. Check lines: 359, 381
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\math.c (145): error V547: Expression is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\string.c (5857): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\string.c (2468): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\user_filters.c (133): error V547: Expression 'obj == NULL' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\uuencode.c (114): error V578: An odd bitwise operation detected: (* (s + 2) & 077) & 077. Consider verifying it.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\standard\uuencode.c (95): error V578: An odd bitwise operation detected: (* (s + 2) & 077) & 077. Consider verifying it.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\xml\xml.c (672): error V547: Expression 'decoder' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\xml\xml.c (899): error V547: Expression 'doprint' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\xmlrpc\libxmlrpc\simplestring.c (169): error V571: Recurring check. The 'string->str' condition was already verified in line 168.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\xmlrpc\libxmlrpc\xml_element.c (429): error V666: Consider inspecting fourth argument of the function 'xml_elem_writefunc'. It is possible that the value does not correspond with the length of a string which was passed with the second argument.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\xmlrpc\libxmlrpc\xml_to_soap.c (151): error V1037: Two or more case-branches perform the same actions. Check lines: 151, 157
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\xmlrpc\libxmlrpc\xmlrpc.c (1465): error V560: A part of conditional expression is always true: value->v.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\xmlrpc\libxmlrpc\xmlrpc_introspection.c (416): error V560: A part of conditional expression is always true: el->name.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\xmlrpc\xmlrpc-epi-php.c (391): error V1048: Variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\xmlrpc\xmlrpc-epi-php.c (401): error V1048: The 'options->xmlrpc_out.version' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\xmlrpc\xmlrpc-epi-php.c (429): error V600: Consider inspecting the condition. The '((* (iter_val)).value.str)->val' pointer is always not equal to NULL.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\ext\xmlrpc\xmlrpc-epi-php.c (378): error V1048: The 'options->b_php_out' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\fastcgi.c (770): error V547: Expression '!tcp' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\fastcgi.c (349): error V522: There might be dereferencing of a potential null pointer 'b'. Check lines: 349, 348.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\fastcgi.c (261): error V522: There might be dereferencing of a potential null pointer 'h->buckets'. Check lines: 261, 260.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\fastcgi.c (318): error V522: There might be dereferencing of a potential null pointer 'p'. Check lines: 318, 316.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\fastcgi.c (822): error V547: Expression 'tcp' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\fastcgi.c (840): error V522: There might be dereferencing of a potential null pointer 'cur'. Check lines: 840, 837.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\fastcgi.c (854): error V522: There might be dereferencing of a potential null pointer 'allowed_clients'. Check lines: 854, 845.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\fastcgi.c (883): error V522: There might be dereferencing of a potential null pointer 'req'. Check lines: 883, 882.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\fastcgi.c (794): error V522: There might be dereferencing of a potential null pointer 'allowed_clients'. Check lines: 794, 785.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\fastcgi.c (781): error V522: There might be dereferencing of a potential null pointer 'cur'. Check lines: 781, 778.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\fastcgi.c (264): error V522: There might be dereferencing of a potential null pointer 'h->data'. Check lines: 264, 263.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\fastcgi.c (950): error V560: A part of conditional expression is always true: ret <= 0.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\fastcgi.c (989): error V560: A part of conditional expression is always true: ret <= 0.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\fastcgi.c (1074): error V560: A part of conditional expression is always false: hdr.version < 1.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\fastcgi.c (1124): error V560: A part of conditional expression is always false: hdr.version < 1.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\fopen_wrappers.c (229): error V557: Array overrun is possible. The value of 'resolved_basedir_len' index could reach 2048.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\fopen_wrappers.c (225): error V557: Array overrun is possible. The value of '++ resolved_basedir_len' index could reach 2048.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\fopen_wrappers.c (236): error V557: Array overrun is possible. The value of '++ resolved_name_len' index could reach 2048.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\fopen_wrappers.c (666): error V560: A part of conditional expression is always true: exec_fname.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\main.c (385): error V522: There might be dereferencing of a potential null pointer 'e'. Check lines: 385, 383.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\network.c (923): error V648: Priority of the '&&' operation is higher than that of the '||' operation.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\network.c (323): error V560: A part of conditional expression is always true: error == 10035L.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\output.c (944): error V1048: The 'context->op' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\php_ini.c (723): error V701: realloc() possible leak: when realloc() fails in allocating memory, original pointer 'php_ini_scanned_files' is lost. Consider assigning realloc() to a temporary pointer.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\php_ini.c (860): error V560: A part of conditional expression is always true: path.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\php_ini.c (687): error V560: A part of conditional expression is always true: p.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\php_ini.c (725): error V522: There might be dereferencing of a potential null pointer 'php_ini_scanned_files'. Check lines: 725, 723.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\rfc1867.c (1245): error V547: Expression 'total_bytes > 9223372036854775807i64' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\rfc1867.c (639): error V560: A part of conditional expression is always true: len > 0.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\rfc1867.c (1278): error V547: Expression 'size_overflow' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\rfc1867.c (1290): error V547: Expression 'size_overflow' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\rfc1867.c (1315): error V547: Expression 'mbuff' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\streams\filter.c (366): error V1044: Loop break conditions do not depend on the number of iterations.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\streams\filter.c (346): error V1044: Loop break conditions do not depend on the number of iterations.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\streams\filter.c (341): error V1044: Loop break conditions do not depend on the number of iterations.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\streams\plain_wrapper.c (786): error V1037: Two or more case-branches perform the same actions. Check lines: 786, 795
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\streams\plain_wrapper.c (1345): error V507: Pointer to local array 'buf' is stored outside the scope of this array. Such a pointer will become invalid.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\streams\plain_wrapper.c (782): error V1037: Two or more case-branches perform the same actions. Check lines: 782, 790
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\streams\streams.c (1205): error V1044: Loop break conditions do not depend on the number of iterations.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\streams\streams.c (597): error V1044: Loop break conditions do not depend on the number of iterations.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\streams\transports.c (453): error V547: Expression 'recvd_len' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\streams\xp_socket.c (795): error V547: Expression 'host' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\streams\xp_socket.c (694): error V547: Expression 'host' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\main\streams\xp_socket.c (257): error V547: Expression '(addrlen) > 2147483647' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1678): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1545): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1427): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1456): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (2325): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (2337): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (2349): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (2747): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (2048): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1298): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (2308): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1378): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1455): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1936): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1894): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1451): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1872): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1461): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1850): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1485): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1787): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1447): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (2181): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1767): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1720): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1040): error V547: Expression 's->time->have_time' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1040): error V1048: The 's->time->us' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1040): error V1048: The 's->time->s' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1040): error V1048: The 's->time->i' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1040): error V1048: The 's->time->h' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1700): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1110): error V1048: The 's->time->h' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1110): error V1048: The 's->time->i' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1110): error V1048: The 's->time->s' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1084): error V1048: The 's->time->us' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1083): error V1048: The 's->time->h' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1083): error V1048: The 's->time->i' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1083): error V1048: The 's->time->s' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1111): error V1048: The 's->time->us' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1145): error V1048: The 's->time->us' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1145): error V547: Expression 's->time->have_time' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1742): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1859): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1969): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1654): error V1048: The 's->time->have_relative' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1883): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (2047): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1903): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1170): error V1048: The 's->time->have_relative' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (4176): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1145): error V1048: The 's->time->h' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1145): error V1048: The 's->time->i' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1145): error V1048: The 's->time->s' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\parse_date.re (1891): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\apache2handler\apache_config.c (141): error V575: The potential null pointer is passed into 'memcpy' function. Inspect the first argument. Check lines: 141, 139.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\cgi\cgi_main.c (2709): error V1020: The function exited without calling the 'LeaveCriticalSection' function. Check lines: 2709, 2189.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\cgi\cgi_main.c (2470): error V522: There might be dereferencing of a potential null pointer 's'. Check lines: 2470, 2469.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\cgi\cgi_main.c (1878): error V701: realloc() possible leak: when realloc() fails in allocating memory, original pointer 'cgi_sapi_module.ini_entries' is lost. Consider assigning realloc() to a temporary pointer.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\cgi\cgi_main.c (1872): error V701: realloc() possible leak: when realloc() fails in allocating memory, original pointer 'cgi_sapi_module.ini_entries' is lost. Consider assigning realloc() to a temporary pointer.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\cgi\cgi_main.c (1863): error V769: The 'cgi_sapi_module.ini_entries' pointer in the expression could be nullptr. In such case, resulting value of arithmetic operations on this pointer will be senseless and it should not be used. Check lines: 1863, 1862.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\cgi\cgi_main.c (1834): error V522: There might be dereferencing of a potential null pointer 'p'. Check lines: 1834, 1832.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\cgi\cgi_main.c (1833): error V575: The potential null pointer is passed into 'strlen' function. Inspect the first argument. Check lines: 1833, 1832.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\cgi\cgi_main.c (1267): error V560: A part of conditional expression is always true: script_path_translated.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\cgi\cgi_main.c (1862): error V701: realloc() possible leak: when realloc() fails in allocating memory, original pointer 'cgi_sapi_module.ini_entries' is lost. Consider assigning realloc() to a temporary pointer.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\cgi\cgi_main.c (766): error V575: The potential null pointer is passed into 'memcpy' function. Inspect the first argument. Check lines: 766, 764.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\cli\php_cli.c (644): error V560: A part of conditional expression is always false: c == '?'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\cli\php_cli.c (1010): error V560: A part of conditional expression is always true: len --.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\cli\php_cli.c (1251): error V769: The 'ini_entries' pointer in the 'ini_entries + ini_entries_len' expression could be nullptr. In such case, resulting value will be senseless and it should not be used. Check lines: 1251, 1250.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\cli\php_cli.c (1250): error V701: realloc() possible leak: when realloc() fails in allocating memory, original pointer 'ini_entries' is lost. Consider assigning realloc() to a temporary pointer.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\cli\php_cli.c (1266): error V701: realloc() possible leak: when realloc() fails in allocating memory, original pointer 'ini_entries' is lost. Consider assigning realloc() to a temporary pointer.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\cli\php_cli.c (1310): error V701: realloc() possible leak: when realloc() fails in allocating memory, original pointer 'ini_entries' is lost. Consider assigning realloc() to a temporary pointer.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\cli\php_cli.c (1312): error V512: A call of the 'memcpy' function will lead to underflow of the buffer 'HARDCODED_INI'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\cli\php_cli.c (1260): error V701: realloc() possible leak: when realloc() fails in allocating memory, original pointer 'ini_entries' is lost. Consider assigning realloc() to a temporary pointer.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\cli\php_cli_server.c (2465): error V547: Expression 'server_sock > - 1' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\cli\php_cli_server.c (2465): error V605: Consider verifying the expression: server_sock > - 1. An unsigned value is compared to the number -1.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\cli\php_cli_server.c (2456): error V547: Expression 'host' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\cli\php_cli_server.c (1229): error V547: Expression 'color' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\cli\php_http_parser.c (1274): error V1048: The 'state' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\cli\php_http_parser.c (516): error V1048: The 'parser->method' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\embed\php_embed.c (190): error V575: The potential null pointer is passed into 'memcpy' function. Inspect the first argument. Check lines: 190, 189.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg.c (1505): error V522: There might be dereferencing of a potential null pointer 'zend_extensions'. Check lines: 1505, 1504.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg.c (976): error V612: An unconditional 'break' within a loop.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg.c (1493): error V701: realloc() possible leak: when realloc() fails in allocating memory, original pointer 'ini_entries' is lost. Consider assigning realloc() to a temporary pointer.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg.c (1628): error V701: realloc() possible leak: when realloc() fails in allocating memory, original pointer 'ini_entries' is lost. Consider assigning realloc() to a temporary pointer.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg.c (1630): error V512: A call of the 'memcpy' function will lead to underflow of the buffer 'phpdbg_ini_hardcoded'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg.c (1644): error V701: realloc() possible leak: when realloc() fails in allocating memory, original pointer 'ini_entries' is lost. Consider assigning realloc() to a temporary pointer.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg.c (1733): error V560: A part of conditional expression is always false: listen > 0.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg.c (1477): error V701: realloc() possible leak: when realloc() fails in allocating memory, original pointer 'ini_entries' is lost. Consider assigning realloc() to a temporary pointer.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg.c (1487): error V701: realloc() possible leak: when realloc() fails in allocating memory, original pointer 'ini_entries' is lost. Consider assigning realloc() to a temporary pointer.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg.c (139): error V522: Dereferencing of the null pointer 'pg' might take place. The potential null pointer is passed into 'php_phpdbg_globals_ctor' function. Inspect the first argument. Check lines: 139, 2119, 2117.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg.c (1503): error V701: realloc() possible leak: when realloc() fails in allocating memory, original pointer 'zend_extensions' is lost. Consider assigning realloc() to a temporary pointer.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg.c (1478): error V769: The 'ini_entries' pointer in the 'ini_entries + ini_entries_len' expression could be nullptr. In such case, resulting value will be senseless and it should not be used. Check lines: 1478, 1477.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_bp.c (553): error V560: A part of conditional expression is always false: !op_array->function_name.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_cmd.c (144): error V1037: Two or more case-branches perform the same actions. Check lines: 144, 149
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_cmd.c (256): error V1037: Two or more case-branches perform the same actions. Check lines: 256, 312
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_cmd.c (430): error V1004: The 'stack' pointer was used unsafely after it was verified against nullptr. Check lines: 376, 430.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_cmd.c (462): error V522: There might be dereferencing of a potential null pointer 'stack'. Check lines: 462, 460.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_help.c (242): error V560: A part of conditional expression is always true: param.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_help.c (296): error V547: Expression 'c_sub->alias' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_help.c (315): error V547: Expression 'c_sub->alias' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_io.c (90): error V547: Expression 'bytes <= 0' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_parser.c (1548): error V557: Array underrun is possible. The value of 'yylhs' index could reach -23.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_parser.c (1245): error V1048: The 'yyn' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_parser.c (996): error V560: A part of conditional expression is always true: * yymsg_alloc <= ((size_t) - 1).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_parser.c (986): error V560: A part of conditional expression is always true: yysize1 <= ((size_t) - 1).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_parser.c (959): error V560: A part of conditional expression is always true: yysize1 <= ((size_t) - 1).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_parser.c (1551): error V557: Array underrun is possible. The value of 'yylhs' index could reach -23.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_parser.y (73): error V1037: Two or more case-branches perform the same actions. Check lines: 73, 77, 78
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_print.c (59): error V547: Expression 'op_array' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_prompt.c (1005): error V547: Expression 'ex' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\sapi\phpdbg\phpdbg_prompt.c (251): error V701: realloc() possible leak: when realloc() fails in allocating memory, original pointer 'state->code' is lost. Consider assigning realloc() to a temporary pointer.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\TSRM\TSRM.c (279): error V522: There might be dereferencing of a potential null pointer 'p->storage'. Check lines: 279, 276.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\TSRM\TSRM.c (276): error V701: realloc() possible leak: when realloc() fails in allocating memory, original pointer 'p->storage' is lost. Consider assigning realloc() to a temporary pointer.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\TSRM\TSRM.c (481): error V1020: The function exited without calling the 'tsrm_mutex_unlock' function. Check lines: 481, 464.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\TSRM\TSRM.c (471): error V1020: The function exited without calling the 'tsrm_mutex_unlock' function. Check lines: 471, 464.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\TSRM\tsrm_win32.c (508): error V560: A part of conditional expression is always false: !type_len.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\TSRM\tsrm_win32.c (355): error V547: Expression 'psec_desc != NULL' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\TSRM\tsrm_win32.c (290): error V560: A part of conditional expression is always false: mode == 0.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\win32\codepage.c (476): error V1051: Consider checking for misprints. It's possible that the 'cur_cp' should be checked here.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\win32\codepage.c (184): error V1032: The pointer 'ret_idx' is cast to a more strictly aligned pointer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\win32\codepage.c (425): error V560: A part of conditional expression is always true: cur ++.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\win32\ioutil.c (1033): error V1032: The pointer 'buffer' is cast to a more strictly aligned pointer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\win32\readdir.c (141): error V547: Expression 'dp' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\win32\sendmail.c (901): error V547: Expression 'Received > 2' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\win32\sendmail.c (695): error V728: An excessive check can be simplified. The '||' operator is surrounded by opposite expressions '!headers_lc' and 'headers_lc'.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend.c (1142): error V575: The potential null pointer is passed into 'strncat' function. Inspect the second argument. Check lines: 1142, 1137.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend.c (1141): error V701: realloc() possible leak: when realloc() fails in allocating memory, original pointer 'zend_version_info' is lost. Consider assigning realloc() to a temporary pointer.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend.c (889): error V522: There might be dereferencing of a potential null pointer 'compiler_globals->function_table'. Check lines: 889, 886.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend.c (890): error V522: There might be dereferencing of a potential null pointer 'compiler_globals->class_table'. Check lines: 890, 887.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend.c (1142): error V575: The potential null pointer is passed into 'strncat' function. Inspect the first argument. Check lines: 1142, 1141.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_alloc.c (1439): error V1051: Consider checking for misprints. It's possible that the 'old_size' should be checked here.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_API.c (3706): error V1051: Consider checking for misprints. It's possible that the 'property_info' should be used inside 'zval_get_type' function.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_API.c (3240): error V547: Expression 'error' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_API.c (3238): error V547: Expression 'error' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_compile.c (4666): error V519: The 'opline' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 4661, 4666.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_compile.c (7931): error V1004: The 'elem_ast' pointer was used unsafely after it was verified against nullptr. Check lines: 7927, 7931.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_compile.c (7939): error V519: The 'opline' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 7937, 7939.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_compile.c (4708): error V1001: The 'opline' variable is assigned but is not used by the end of the function.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_compile.c (7102): error V1004: The 'elem_ast' pointer was used unsafely after it was verified against nullptr. Check lines: 7094, 7102.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_compile.c (2644): error V1004: The 'elem_ast' pointer was used unsafely after it was verified against nullptr. Check lines: 2635, 2644.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_exceptions.c (1038): error V1004: The 'file' pointer was used unsafely after it was verified against nullptr. Check lines: 1034, 1038.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_execute.c (3510): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_execute.c (3891): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_hash.c (158): error V1032: The pointer 'data' is cast to a more strictly aligned pointer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_inheritance.c (992): error V547: Expression '(parent_info->type) > (0x3LL)' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_inheritance.c (992): error V560: A part of conditional expression is always true: !((parent_info->type) > (0x3LL)).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_inheritance.c (1030): error V701: realloc() possible leak: when realloc() fails in allocating memory, original pointer 'ce->interfaces' is lost. Consider assigning realloc() to a temporary pointer.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_inheritance.c (1436): error V701: realloc() possible leak: when realloc() fails in allocating memory, original pointer 'ce->interfaces' is lost. Consider assigning realloc() to a temporary pointer.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_inheritance.c (848): error V1004: The 'child' pointer was used unsafely after it was verified against nullptr.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_ini_parser.c (1652): error V1048: The 'yyn' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_ini_parser.c (1236): error V560: A part of conditional expression is always true: yysize1 <= ((size_t) - 1).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_ini_parser.c (1273): error V560: A part of conditional expression is always true: * yymsg_alloc <= ((size_t) - 1).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_ini_parser.c (1263): error V560: A part of conditional expression is always true: yysize1 <= ((size_t) - 1).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_ini_parser.y (383): error V1037: Two or more case-branches perform the same actions. Check lines: 383, 392
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_ini_parser.y (380): error V1037: Two or more case-branches perform the same actions. Check lines: 380, 389, 402
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_ini_scanner.c (2958): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_ini_scanner.c (3255): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_ini_scanner.c (2646): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_ini_scanner.c (2756): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_ini_scanner.c (2807): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_ini_scanner.c (2907): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_ini_scanner.c (3147): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_ini_scanner.c (3036): error V1048: The 'yyaccept' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.c (3103): error V560: A part of conditional expression is always true: * yymsg_alloc <= ((size_t) - 1).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.c (3093): error V560: A part of conditional expression is always true: yysize1 <= ((size_t) - 1).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.c (3066): error V560: A part of conditional expression is always true: yysize1 <= ((size_t) - 1).
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.c (684): error V653: A suspicious string consisting of two parts is used for initialization. It is possible that a comma is missing. Consider inspecting this literal: "\"?""?= (T_COALESCE_EQUAL)\"".
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (1159): error V1037: Two or more case-branches perform the same actions. Check lines: 1159, 1193
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (1084): error V1037: Two or more case-branches perform the same actions. Check lines: 1084, 1115
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (333): error V1037: Two or more case-branches perform the same actions. Check lines: 333, 335
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (367): error V1037: Two or more case-branches perform the same actions. Check lines: 367, 374, 381
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (299): error V1037: Two or more case-branches perform the same actions. Check lines: 299, 410, 719
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (472): error V1037: Two or more case-branches perform the same actions. Check lines: 472, 738
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (517): error V1037: Two or more case-branches perform the same actions. Check lines: 517, 793, 804
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (340): error V1037: Two or more case-branches perform the same actions. Check lines: 340, 504, 811
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (341): error V1037: Two or more case-branches perform the same actions. Check lines: 341, 812
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (523): error V1037: Two or more case-branches perform the same actions. Check lines: 523, 814
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (524): error V1037: Two or more case-branches perform the same actions. Check lines: 524, 815
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (836): error V1037: Two or more case-branches perform the same actions. Check lines: 836, 840
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (444): error V1037: Two or more case-branches perform the same actions. Check lines: 444, 848
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (921): error V1037: Two or more case-branches perform the same actions. Check lines: 921, 925
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (498): error V1037: Two or more case-branches perform the same actions. Check lines: 498, 503, 1035
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (308): error V1037: Two or more case-branches perform the same actions. Check lines: 308, 1051
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (1058): error V1037: Two or more case-branches perform the same actions. Check lines: 1058, 1060
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (1056): error V1037: Two or more case-branches perform the same actions. Check lines: 1056, 1062
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (677): error V1037: Two or more case-branches perform the same actions. Check lines: 677, 1091
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (558): error V1037: Two or more case-branches perform the same actions. Check lines: 558, 1098
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (1125): error V1037: Two or more case-branches perform the same actions. Check lines: 1125, 1127
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (923): error V1037: Two or more case-branches perform the same actions. Check lines: 923, 927, 1306
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (1271): error V1037: Two or more case-branches perform the same actions. Check lines: 1271, 1273
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (690): error V1037: Two or more case-branches perform the same actions. Check lines: 690, 1241
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (1171): error V1037: Two or more case-branches perform the same actions. Check lines: 1171, 1195
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (326): error V1037: Two or more case-branches perform the same actions. Check lines: 326, 329
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_language_parser.y (1155): error V1037: Two or more case-branches perform the same actions. Check lines: 1155, 1157, 1191
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_opcode.c (963): error V796: It is possible that 'break' statement is missing in switch statement.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_operators.c (3011): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_string.c (107): error V592: The expression was enclosed by parentheses twice: ((expression)). One pair of parentheses is unnecessary or misprint is present.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_strtod.c (1004): error V1048: The 'p51' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_strtod.c (1004): error V547: Expression '!(p51 = p5->next)' is always true.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_strtod.c (1004): error V559: Suspicious assignment inside the conditional expression of 'if' statement: p51 = p5->next.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_strtod.c (2723): error V1048: The 'e' variable was assigned the same value.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_strtod.c (3670): error V1032: The pointer 's' is cast to a more strictly aligned pointer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_strtod.c (4181): error V547: Expression 'j = b5 - m5' is always false.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_virtual_cwd.c (1195): error V560: A part of conditional expression is always true: length + 1 >= 2.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_virtual_cwd.c (661): error V559: Suspicious assignment inside the conditional expression of ternary operator.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_virtual_cwd.c (618): error V505: The 'alloca' function is used inside the loop. This can quickly overflow stack.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_virtual_cwd.c (661): error V505: The 'alloca' function is used inside the loop. This can quickly overflow stack.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_vm_execute.h (18413): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_vm_execute.h (4349): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_vm_execute.h (8350): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_vm_execute.h (16903): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_vm_execute.h (18070): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_vm_execute.h (19188): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_vm_execute.h (44660): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_vm_execute.h (21826): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_vm_execute.h (26133): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_vm_execute.h (37631): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_vm_execute.h (38026): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_vm_execute.h (46476): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_vm_execute.h (21157): error V601: Pointer is implicitly cast to an integer type.
C:\php-sdk\phpdev\vc15\x64\php-src-7.4\Zend\zend_vm_execute.h (3954): error V601: Pointer is implicitly cast to an integer type.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment