Home
last modified time | relevance | path

Searched refs:additional_notes (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/php/
DByteBuffer.php488 private static function validateValue($min, $max, $value, $type, $additional_notes = "") { argument
490 …nvalidArgumentException(sprintf("bad number %s for type %s.%s", $value, $type, $additional_notes));