php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Function error"

What are potential reasons for the error message "Fatal error: Call to undefined function getimagesize()" in PHP?

The error message "Fatal error: Call to undefined function getimagesize()" in PHP typically occurs when the getimagesize() function is called but the...

How can the "Fatal error: Call to undefined function locale_get_default()" error be resolved in PHP?

The "Fatal error: Call to undefined function locale_get_default()" error occurs when the locale extension is not enabled in PHP. To resolve this issue...

What is the significance of the error "Fatal error: Call to undefined function: mail()" in PHP scripts?

The error "Fatal error: Call to undefined function: mail()" in PHP scripts indicates that the mail function is not enabled in the PHP configuration. T...

How can the error "Fatal error: Can't use function return value in write context" be resolved in PHP?

The error "Fatal error: Can't use function return value in write context" occurs when a function return value is used in a write context, such as in a...

What is the error message "Fatal error: Uncaught Error: Call to undefined function mysql_connect()" indicating in the PHP code?

The error message "Fatal error: Uncaught Error: Call to undefined function mysql_connect()" indicates that the code is trying to use the deprecated My...

Showing 16 to 20 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.