mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
These are all overwritten by the rsync box by executing PhD (docs) & scripts/update-backend (in the master repo)
25 lines
355 B
PHP
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',
|
|
),
|
|
); |