From a7600a4dbcf6a3cc5297a31ae35a33635aaf3a38 Mon Sep 17 00:00:00 2001 From: Tiffany Date: Mon, 30 Nov 2020 17:57:30 -0600 Subject: [PATCH] Change instances of oop5 to oop --- entities/global.ent | 4 ++-- manual.xml.in | 2 +- scripts/check-examples.php | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/entities/global.ent b/entities/global.ent index d7a9db91d..457418836 100644 --- a/entities/global.ent +++ b/entities/global.ent @@ -643,7 +643,7 @@ superglobals'> -__autoload'> +__autoload'> PECL'> @@ -686,7 +686,7 @@ foreach'> global'> instanceof'> -new'> +new'> yield'> yield from'> diff --git a/manual.xml.in b/manual.xml.in index cab804301..8031a1895 100644 --- a/manual.xml.in +++ b/manual.xml.in @@ -75,7 +75,7 @@ &language.operators; &language.control-structures; &language.functions; - &language.oop5; + &language.oop; &language.namespaces; &language.errors; &language.exceptions; diff --git a/scripts/check-examples.php b/scripts/check-examples.php index c968649e9..d7043538a 100644 --- a/scripts/check-examples.php +++ b/scripts/check-examples.php @@ -198,9 +198,9 @@ function is_known_failure($filename) { 'language/exceptions.xml', 'language/namespaces.xml', 'language/oop.xml', - 'language/oop5/basic.xml', - 'language/oop5/final.xml', - 'language/oop5/reflection.xml', + 'language/oop/basic.xml', + 'language/oop/final.xml', + 'language/oop/reflection.xml', 'language/references.xml', 'language/variables.xml', 'language/types/array.xml', @@ -225,4 +225,4 @@ function usage() { echo "Example: php {$_SERVER['argv'][0]} -p /cvs/phpdoc/en -t /tmp\n"; echo "Optional: -o to load files in EDITOR (" . $_SERVER['EDITOR'] . ") or -o /path/to/editor\n"; exit; -} \ No newline at end of file +}