"; if ($a === -1) { echo "a is -1 (integer)"; } else { echo "a is niet -1 (integer)"; } echo "

"; echo "The above output is generated by the code below:
"; highlight_file( __FILE__ ); ?>