if ($gas_cost < 1) {goto ENDING_BRACE }; stuff here ENDING_BRACE: continue here #### if ($gas_cost >= 1) { stuff here } continue