php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Fatal Error"

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

The error "Fatal error: Call to undefined function: array()" occurs when trying to use the array() function, which does not exist in PHP as it is a la...

How can the "Fatal error: Cannot redeclare makeThumb()" error be resolved in the PHP code?

The "Fatal error: Cannot redeclare makeThumb()" error occurs when a function named makeThumb() is declared more than once in the PHP code. To resolve...

How can the error "Fatal error: Cannot redeclare Konstruktor::__construct()" be resolved in PHP?

The error "Fatal error: Cannot redeclare Konstruktor::__construct()" occurs when trying to declare a constructor method (__construct) in a class that...

What is the significance of the error message "Fatal error: Cannot redeclare" in PHP?

The error message "Fatal error: Cannot redeclare" in PHP occurs when a function or class is declared more than once in the same script or included fil...

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

The error "Fatal error: Call to undefined function: preg_split()" occurs when the preg_split() function is called but the PCRE (Perl Compatible Regula...

Showing 6 to 10 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.