1#!/bin/bash 2 3set -e 4 5../flatc --php -o php union_vector/union_vector.fbs 6php phpUnionVectorTest.php 7 8echo 'PHP union vector test passed' 9