mirror of
https://github.com/php/web-php.git
synced 2026-04-28 01:13:10 +02:00
Grr.. Someone changed files directly in the checked out phpweb tree
on php2.chek.com. Checking those changes into CVS...
This commit is contained in:
@@ -46,6 +46,7 @@ tryprefix($function, "class.");
|
||||
tryprefix($function, "ref.");
|
||||
tryprefix($function, "feature-");
|
||||
tryprefix($function, "construct.");
|
||||
tryprefix($function, "control-structures.");
|
||||
|
||||
reset($try_files);
|
||||
while (list($dummy, $file) = each($try_files)) {
|
||||
|
||||
@@ -29,6 +29,7 @@ tryprefix($function, "class.");
|
||||
tryprefix($function, "ref.");
|
||||
tryprefix($function, "feature-");
|
||||
tryprefix($function, "construct.");
|
||||
tryprefix($function, "control-structures.");
|
||||
|
||||
reset($try_files);
|
||||
while (list($dummy, $file) = each($try_files)) {
|
||||
|
||||
Reference in New Issue
Block a user