File "tutorial_example_01.php"
Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/cloudlinux/alt-php55/root/usr/share/doc/pear/Base/docs/tutorial_example_01.php
File size: 215 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
require_once 'tutorial_autoload.php';
ezcBase::addClassRepository( './repos', './repos/autoloads' );
$myVar1 = new erMyClass2();
$myVar1->toString();
$yourVar1 = new erYourClass1();
$yourVar1->toString();
?>