1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Files
archived-web-php/manual/en/toc/reserved.exceptions.inc
Hannes Magnusson 5b3f6d3fdb Commit some generated files to make it easier to get up&running
These are all overwritten by the rsync box by executing
PhD (docs) & scripts/update-backend (in the master repo)
2013-12-03 20:32:02 -08:00

25 lines
355 B
PHP

<?php
$TOC = array (
0 =>
array (
0 => 'class.exception.php',
1 => 'Exception',
),
1 =>
array (
0 => 'class.errorexception.php',
1 => 'ErrorException',
),
);
$PARENTS = array (
0 =>
array (
0 => 'langref.php',
1 => 'Language Reference',
),
1 =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
);