What are php errors?



What are php errors?..

Answer / Bably

PHP Errors are messages generated by the PHP interpreter when it encounters a syntax or runtime error. There are 4 types of PHP errors: E_ERROR, E_WARNING, E_PARSE, and E_NOTICE.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

What is the difference between php traits vs interfaces?

1 Answers  


How would you impletement download and upload a file in php

2 Answers   A1 Technology,


How does firefox manage cookies?

1 Answers  


1.Where are the sessions storing ? 2.What are the contents of a session file ? 3.If the server is loaded with too many session files there is a possibility of server crash. How can we solve this issue? 4. How does php server identify that the particular session belongs to particular user ? For ex: If two users A and B logged from different machine, separate session files (say 1 and 2) will be created in the server. But how the php knows that 1 belongs to A and 2 belongs to B ?

4 Answers   PA Consulting, TCS,


What is __ construct in php?

1 Answers  


How do you pass a variable by value in php?

1 Answers  


How can we change the maximum size of the files to be uploaded?

1 Answers  


Write a program in php to reverse a number?

1 Answers  


What exactly is PHP?

1 Answers  


How to display your correct URL of the current web page?

1 Answers  


Is session a cookie?

1 Answers  


What is the difference between fopen() and fclose()?

1 Answers  


Categories