43307d4da0
* php: Fixed php notices for unknown enum indices * php: Fixed formatting of Duration This fixes: * Missing nanoseconds. The nanoseconds where divided as a float and implicitly converted to a string before being passed to bcadd. This can result in a float formatted in scientific/exponential notation, which bcmath doesn't understand. * Durations are supposed to be formatted without trailing zeroes.
21 lines
1.0 KiB
Plaintext
21 lines
1.0 KiB
Plaintext
Recommended.FieldMaskNumbersDontRoundTrip.JsonOutput
|
|
Recommended.FieldMaskPathsDontRoundTrip.JsonOutput
|
|
Recommended.FieldMaskTooManyUnderscore.JsonOutput
|
|
Recommended.Proto3.JsonInput.BytesFieldBase64Url.JsonOutput
|
|
Recommended.Proto3.JsonInput.BytesFieldBase64Url.ProtobufOutput
|
|
Recommended.Proto3.JsonInput.FieldMaskInvalidCharacter
|
|
Required.Proto3.JsonInput.FloatFieldTooLarge
|
|
Required.Proto3.JsonInput.FloatFieldTooSmall
|
|
Required.Proto3.JsonInput.DoubleFieldTooSmall
|
|
Required.Proto3.JsonInput.Int32FieldNotInteger
|
|
Required.Proto3.JsonInput.Int64FieldNotInteger
|
|
Required.Proto3.JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotInt
|
|
Required.Proto3.JsonInput.RepeatedListValue.JsonOutput
|
|
Required.Proto3.JsonInput.RepeatedListValue.ProtobufOutput
|
|
Required.Proto3.JsonInput.StringFieldNotAString
|
|
Required.Proto3.JsonInput.Uint32FieldNotInteger
|
|
Required.Proto3.JsonInput.Uint64FieldNotInteger
|
|
Required.Proto3.JsonInput.Int32FieldLeadingSpace
|
|
Required.Proto3.JsonInput.OneofFieldDuplicate
|
|
Required.Proto3.ProtobufInput.ValidDataRepeated.FLOAT.JsonOutput
|