1. Import
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
require_once 'System.php';
|
||||
var_dump(class_exists('System', false));
|
||||
?>
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
require_once 'System.php';
|
||||
var_dump(class_exists('System', false));
|
||||
?>
|
||||