From ca4752926834c2c46cd89104098736df4468eb84 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Wed, 17 Jul 2002 19:51:05 +0000 Subject: [PATCH] Ups, to more files left ;) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88958 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/reserved.constants.gd.xml | 213 -------------------------- appendices/reserved.constants.gmp.xml | 70 --------- 2 files changed, 283 deletions(-) delete mode 100644 appendices/reserved.constants.gd.xml delete mode 100644 appendices/reserved.constants.gmp.xml diff --git a/appendices/reserved.constants.gd.xml b/appendices/reserved.constants.gd.xml deleted file mode 100644 index 6cf15445b3..0000000000 --- a/appendices/reserved.constants.gd.xml +++ /dev/null @@ -1,213 +0,0 @@ - - - - - gd Predefined Constants - Constants defined in the gd extension - - - Description - - These constants are defined by the gd extension, and - will only be available when that extension has either been - compiled into PHP or dynamically loaded at runtime. - - - - - IMG_GIF - (integer) - - - - - - - - - - IMG_JPG - (integer) - - - - - - - - - - IMG_JPEG - (integer) - - - - - - - - - - IMG_PNG - (integer) - - - - - - - - - - IMG_WBMP - (integer) - - - - - - - - - - IMG_XPM - (integer) - - - - - - - - - - IMG_COLOR_TILED - (integer) - - - - - - - - - - IMG_COLOR_STYLED - (integer) - - - - - - - - - - IMG_COLOR_BRUSHED - (integer) - - - - - - - - - - IMG_COLOR_STYLEDBRUSHED - (integer) - - - - - - - - - - IMG_COLOR_TRANSPARENT - (integer) - - - - - - - - - - IMG_ARC_ROUNDED - (integer) - - - - - - - - - - IMG_ARC_PIE - (integer) - - - - - - - - - - IMG_ARC_CHORD - (integer) - - - - - - - - - - IMG_ARC_NOFILL - (integer) - - - - - - - - - - IMG_ARC_EDGED - (integer) - - - - - - - - - - - - diff --git a/appendices/reserved.constants.gmp.xml b/appendices/reserved.constants.gmp.xml deleted file mode 100644 index 423e0d62ef..0000000000 --- a/appendices/reserved.constants.gmp.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - - gmp Predefined Constants - Constants defined in the gmp extension - - - Description - - These constants are defined by the gmp extension, and - will only be available when that extension has either been - compiled into PHP or dynamically loaded at runtime. - - - - - GMP_ROUND_ZERO - (integer) - - - - - - - - - - GMP_ROUND_PLUSINF - (integer) - - - - - - - - - - GMP_ROUND_MINUSINF - (integer) - - - - - - - - - - - -