In response to what a user wrote 8 years ago regarding include_once being ran two times in a row on a non-existent file:
Perhaps 8 years ago that was the case, however I have tested in PHP 5.6, and I get this:
$result = include_once 'fakefile.php';  // $result = false
$result = include_once 'fakefile.php'   // $result is still false

 
                       
               
 
			 
                 add a note
 add a note