AlkantarClanX12

Your IP : 18.227.48.237


Current Path : /proc/self/root/opt/cloudlinux/alt-php53/root/usr/share/doc/pear/Base/docs/
Upload File :
Current File : //proc/self/root/opt/cloudlinux/alt-php53/root/usr/share/doc/pear/Base/docs/tutorial_example_01.php

<?php
require_once 'tutorial_autoload.php';

ezcBase::addClassRepository( './repos', './repos/autoloads' );
$myVar1 = new erMyClass2();
$myVar1->toString();
$yourVar1 = new erYourClass1();
$yourVar1->toString();
?>