Remove broken zend_get_zendleng() declaration (#19032)

Does not actually exist anywhere
This commit is contained in:
DanielEScherzer 2025-07-04 14:40:54 -07:00 committed by GitHub
parent d43fbc0c0e
commit 3558293ce8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -886,7 +886,6 @@ ZEND_API zend_string *zend_get_compiled_variable_name(const zend_op_array *op_ar
#ifdef ZTS #ifdef ZTS
const char *zend_get_zendtext(void); const char *zend_get_zendtext(void);
int zend_get_zendleng(void);
#endif #endif
typedef zend_result (ZEND_FASTCALL *unary_op_type)(zval *, zval *); typedef zend_result (ZEND_FASTCALL *unary_op_type)(zval *, zval *);