summaryrefslogtreecommitdiff
path: root/include/type.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/type.h')
-rw-r--r--include/type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/type.h b/include/type.h
index 04e488b..25b26da 100644
--- a/include/type.h
+++ b/include/type.h
@@ -19,8 +19,8 @@ namespace Php {
*/
typedef enum _Type {
nullType = 0,
- longType = 1,
- decimalType = 2,
+ numericType = 1,
+ floatType = 2,
boolType = 3,
arrayType = 4,
objectType = 5,