(PHP 7)
Error::getFile
  • References/PHP/Language/Predefined Exceptions/Error

(No version information available, might only be in Git) Gets the file in which the error occurred

2025-01-10 15:47:30
Error::__toString
  • References/PHP/Language/Predefined Exceptions/Error

(No version information available, might only be in Git) String representation of the error

2025-01-10 15:47:30
Error::getLine
  • References/PHP/Language/Predefined Exceptions/Error

(No version information available, might only be in Git) Gets the line in which the error occurred

2025-01-10 15:47:30
Error::getTrace
  • References/PHP/Language/Predefined Exceptions/Error

(No version information available, might only be in Git) Gets the stack trace

2025-01-10 15:47:30
Error::__construct
  • References/PHP/Language/Predefined Exceptions/Error

(No version information available, might only be in Git) Construct the error object

2025-01-10 15:47:30
Error::__clone
  • References/PHP/Language/Predefined Exceptions/Error

(No version information available, might only be in Git) Clone the error

2025-01-10 15:47:30
Error::getMessage
  • References/PHP/Language/Predefined Exceptions/Error

(No version information available, might only be in Git) Gets the error message

2025-01-10 15:47:30
Error::getPrevious
  • References/PHP/Language/Predefined Exceptions/Error

(No version information available, might only be in Git) Returns previous Throwable

2025-01-10 15:47:30
Error::getTraceAsString
  • References/PHP/Language/Predefined Exceptions/Error

(No version information available, might only be in Git) Gets the stack trace as a string

2025-01-10 15:47:30
Error::getCode
  • References/PHP/Language/Predefined Exceptions/Error

(No version information available, might only be in Git) Gets the error code

2025-01-10 15:47:30