Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 104 Bytes

UndefinedClass.md

File metadata and controls

9 lines (6 loc) · 104 Bytes

UndefinedClass

Emitted when referencing a class that does not exist

<?php

$a = new A();