1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00

- Drop brackets

This commit is contained in:
Felipe Pena
2009-11-13 00:24:43 +00:00
parent e87ae0b388
commit 51986f9ce3
-2
View File
@@ -204,9 +204,7 @@ ZEND_API char *zend_get_type_by_const(int type) /* {{{ */
case IS_DOUBLE:
return "double";
case IS_STRING:
{
return "binary string";
}
case IS_OBJECT:
return "object";
case IS_RESOURCE: