<?php $array = [0, 1, 0, 1, 0, 0]; var_export( array_map( 'intval', preg_split( '/(1)0|/', implode($array), 0, PREG_SPLIT_NO_EMPTY | PREG_SPLIT_DELIM_CAPTURE ) ) );
You have javascript disabled. You will not be able to edit any code.