Skip to content
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)

Tag: Error

1SMARTchicken - Code Made Easy

Tag: Error

  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)
1SMARTchicken - Code Made Easy

Tag: Error

  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)
  • Home
  • Error
  • Page 2
PHP Reference

PHP – Exception getPrevious() Method

September 19, 2024 / PHP Functions, PHP Reference, Reference / Error, PHP Exception

The PHP getPrevious() method returns the previous exception when an exception is triggered by a previous exception. Otherwise it returns null.

PHP Reference

PHP – Exception getTrace() Method

September 19, 2024 / PHP Functions, PHP Reference, Reference / Error, PHP Exception

The PHP getTrace() method returns a stack trace (information about the functions that are running at a given moment) in the form of an array.

PHP Reference

PHP – Exception getTraceAsString() Method

September 19, 2024 / PHP Functions, PHP Reference, Reference / Error, PHP Exception, PHP String

The PHP getTraceAsString() method returns a stack trace (information about the functions that are running at a given moment) in the form of an string.

PHP Reference

PHP – libxml_clear_errors() Function

September 23, 2024 / PHP Functions, PHP Reference, Reference / Error, PHP Error, PHP LibXML

The PHP libxml_clear_errors() function clears the libxml error buffer.

PHP Reference

PHP – libxml_get_errors() Function

September 23, 2024 / PHP Functions, PHP Reference, Reference / Error, PHP Error, PHP LibXML

The PHP libxml_get_errors() function gets the errors from the the libxml error buffer.

PHP Reference

PHP – libxml_get_last_error() Function

September 23, 2024 / PHP Functions, PHP Reference, Reference / Error, PHP Error, PHP LibXML

The PHP libxml_get_last_error() function gets the last error from the libxml error buffer.

PHP Reference

PHP – libxml_use_internal_errors() Function

September 23, 2024 / PHP Functions, PHP Reference, Reference / Error, PHP Error, PHP LibXML

The PHP libxml_use_internal_errors() function disables the standard libxml errors and enables user error handling.

PHP Reference

PHP – restore_error_handler() Function

September 24, 2024 / PHP Functions, PHP Reference, Reference / Error, PHP Error

The PHP restore_error_handler() function restores the previous error handler after changing it with the set_error_handler() function.

PHP Reference

PHP – restore_exception_handler() Function

September 24, 2024 / PHP Functions, PHP Reference, Reference / Error, PHP Error

The PHP restore_exception_handler() function restores the previous exception handler after changing it with the set_exception_handler() function.

PHP Reference

PHP – set_error_handler() Function

September 24, 2024 / PHP Functions, PHP Reference, Reference / Error, PHP Error

The PHP set_error_handler() function sets a user-defined error handler function.

PHP Reference

PHP – set_exception_handler() Function

September 24, 2024 / PHP Functions, PHP Reference, Reference / Error, PHP Error

The PHP set_exception_handler() function sets a user-defined exception handler function and will stop executing after the exception handler is called.

PHP Reference

PHP – trigger_error() Function

September 26, 2024 / PHP Functions, PHP Reference, Reference / Error, PHP Error

The PHP trigger_error() function creates a user-level error message and can be used with the built-in error handler, or with a user-defined function.

Python Tutorials

Python – Working with Try and Except

April 29, 2025 / Python Tutorials, Tutorials / Error

A Python try block lets you test a block of code for errors. And the except block lets you handle the error.

WordPress Snippets

WordPress – Turn On or Off PHP Error Warnings and Notices

July 30, 2024 / Snippets, WordPress Snippets / Error

When developing a WordPress site, you may want to turn on the PHP error warnings and notices to ensure that everything is running smoothly before launch.

← Previous 1 2

or View All Tags

Tutorials

  • HTML Tutorials (40)
  • CSS Tutorials (45)
    • CSS Flexbox (12)
  • JavaScript Tutorials (18)
  • jQuery Tutorials (13)
  • PHP Tutorials (0)
  • SQL Tutorials (0)
  • Python Tutorials (79)
    • Python File Handling (4)
    • Python and MySQL (11)
  • WordPress Tutorials (0)

Reference

  • HTML Reference (244)
    • HTML Tags (107)
    • HTML Attributes (46)
    • HTML Events (76)
    • HTML Resources (15)
  • CSS Reference (309)
    • CSS Selectors (55)
    • CSS Properties (220)
    • CSS Functions (17)
    • CSS Resources (17)
  • JavaScript Reference (556)
    • JavaScript Selectors (7)
    • JavaScript Operators (12)
    • JavaScript Statements (17)
    • JavaScript Methods (285)
    • JavaScript Properties (162)
    • JavaScript RegExp (45)
    • JavaScript Resources (28)
  • jQuery Reference (220)
    • jQuery Selectors (54)
    • jQuery Methods (140)
    • jQuery Ajax Methods (16)
    • jQuery Properties (17)
    • jQuery Resources (9)
  • PHP Reference (460)
    • PHP Keywords (59)
    • PHP Functions (400)
    • PHP Constants (0)
    • PHP Resources (1)
  • SQL Reference (290)
    • SQL Keywords (59)
    • MySQL Functions (138)
    • SQL Server Functions (83)
    • SQL Resources (10)
  • Python Reference (94)
    • Python Methods (86)
    • Python Resources (8)
  • WordPress Reference (0)

Snippets

  • HTML Snippets (3)
  • CSS Snippets (12)
  • JavaScript Snippets (5)
  • jQuery Snippets (8)
  • PHP Snippets (1)
  • SQL Snippets (3)
  • Python Snippets (1)
  • WordPress Snippets (36)
1SMARTchicken - Code Made Easy

333 Washington Blvd.
Suite 126
Marina del Rey, CA 90292
United States

contact2026@1smartchicken.com

  • About Us
  • Privacy Policy
  • Cookie Policy
  • Terms & Conditions

Search for Code:

or View All Tags

Copyright © 2026 1SMARTchicken | All Rights Reserved.