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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user