mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Always use IS_CONSTANT_AST (IS_CONSTANT is removed).
This commit is contained in:
parent
08c0998b1f
commit
ef5ea48741
31 changed files with 229 additions and 235 deletions
|
@ -1339,9 +1339,6 @@ XMLRPC_VALUE_TYPE get_zval_xmlrpc_type(zval* value, zval* newvalue) /* {{{ */
|
|||
case IS_DOUBLE:
|
||||
type = xmlrpc_double;
|
||||
break;
|
||||
case IS_CONSTANT:
|
||||
type = xmlrpc_string;
|
||||
break;
|
||||
case IS_STRING:
|
||||
type = xmlrpc_string;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue