if ( $prime_candidate <= 0 ) { return 0; exit; } #### exit if $prime_candidate == 1 && return 0;