summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.h
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-05-12 17:10:06 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-05-12 17:10:06 +0200
commit53f5cfd99eb19a47ce3bb2bd245d14103c9c1194 (patch)
treed168b0f1fb2a56a066396bb6ce9f13132437539b /Zend/zend_operators.h
parent682e2f6c20ef931df04105ddf1ccaf2256f00cbb (diff)
downloadphp-git-53f5cfd99eb19a47ce3bb2bd245d14103c9c1194.tar.gz
Drop multi_convert_* APIs
These are no longer used internally, and I'd rather they weren't used externally either.
Diffstat (limited to 'Zend/zend_operators.h')
-rw-r--r--Zend/zend_operators.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Zend/zend_operators.h b/Zend/zend_operators.h
index 2c3766fd38..f3f5412805 100644
--- a/Zend/zend_operators.h
+++ b/Zend/zend_operators.h
@@ -265,9 +265,6 @@ ZEND_API void ZEND_FASTCALL convert_to_null(zval *op);
ZEND_API void ZEND_FASTCALL convert_to_boolean(zval *op);
ZEND_API void ZEND_FASTCALL convert_to_array(zval *op);
ZEND_API void ZEND_FASTCALL convert_to_object(zval *op);
-ZEND_API void multi_convert_to_long_ex(int argc, ...);
-ZEND_API void multi_convert_to_double_ex(int argc, ...);
-ZEND_API void multi_convert_to_string_ex(int argc, ...);
ZEND_API zend_long ZEND_FASTCALL zval_get_long_func(zval *op);
ZEND_API double ZEND_FASTCALL zval_get_double_func(zval *op);