php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "deprecated function"

What is the significance of the error message "Deprecated: Function eregi() is deprecated" in PHP 5.5.0?

The error message "Deprecated: Function eregi() is deprecated" in PHP 5.5.0 means that the eregi() function is no longer supported and has been deprec...

What is the significance of the error message "Deprecated: Function session_register() is deprecated" in PHP 5.3.3?

The error message "Deprecated: Function session_register() is deprecated" in PHP 5.3.3 indicates that the function session_register() is no longer sup...

What is the error message when using the deprecated split function in PHP?

The error message when using the deprecated split function in PHP is "Deprecated: Function split() is deprecated". This means that the split function...

What is the deprecated function causing the fatal error in the login.php file?

The fatal error in the login.php file is likely caused by a deprecated function that is no longer supported in the PHP version being used. To solve th...

What is the significance of the error message "Deprecated: Function eregi() is deprecated in PHP" and how does it affect PHP code?

The error message "Deprecated: Function eregi() is deprecated in PHP" indicates that the eregi() function is no longer supported in PHP and should not...

Showing 1 to 5 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.