Today i have an interview and i am being asked by interviewer a question which is difference between require and include in php? I answered him as the difference between require and include is if you require a file that can not be loaded then it gives the fatal error and script will not execute and on the ohter hand if you include a file that can not be loaded it only gives the warning and continuous to the execution of script.
He replied: what is basic difference between these two instead of warning and fatal error? i couldn't justify my answer there.
when i came back i google it but nothing i found except this. Anyone knows what actually he wants to ask or listen from me? or any other difference?